Skip to content

Commit

Permalink
minor font style change in contributing docs section
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVolk committed Nov 22, 2024
1 parent c830839 commit d0f258f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/contribute.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
How to Contribute to `gridwxcomp`
=================================
How to Contribute to ``gridwxcomp``
===================================

We welcome community involvement and contributions aimed to improve `gridwxcomp`. This includes spotting and fixing bugs, adding new features, or improving documentation, all contributions are much appreciated. Please follow the guidelines below to ensure that your contributions are well-received and incorporated efficiently.
We welcome community involvement and contributions aimed to improve ``gridwxcomp``. This includes spotting and fixing bugs, adding new features, or improving documentation, all contributions are much appreciated. Please follow the guidelines below to ensure that your contributions are well-received and incorporated efficiently.

Reporting Issues
----------------
Expand All @@ -16,9 +16,9 @@ If you encounter a bug or unexpected behavior, please report it by creating an i
Contributing Code
-----------------

**Note**: If you would like to propose a major change or add significant features to gridwxcomp, please reach out to the developers before you begin. Start by creating an issue with a "new feature" tag in the repository. This allows us to give feedback and guidance during the development process, and will keep your work aligned with the project's goals.
**Note**: If you would like to propose a major change or add significant features to ``gridwxcomp``, please reach out to the developers before you begin. Start by creating an issue with a "new feature" tag in the repository. This allows us to give feedback and guidance during the development process, and will keep your work aligned with the project's goals.

1. **Fork the Repository**: Start by forking the `gridwxcomp` repository to your GitHub account. This will allow you to work on your own copy of the project.
1. **Fork the Repository**: Start by forking the ``gridwxcomp`` repository to your GitHub account. This will allow you to work on your own copy of the project.

2. **Create a Branch**: Always create a new branch for your changes. Avoid making changes directly on the `master` branch. Branches should be named descriptively based on the feature or bug you're addressing (e.g., `fix-typo-in-docs`, `add-rainfall-forecast`).

Expand Down

0 comments on commit d0f258f

Please sign in to comment.