Skip to content

Commit

Permalink
fix numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
erexer committed Oct 15, 2024
1 parent b1aee89 commit 29e0d72
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,22 +61,21 @@ The following is the recommended workflow for contributing to **tell**:
git checkout -b feature/some-feature


1. Add your recommended changes and ensure all tests pass, then commit your changes
4. Add your recommended changes and ensure all tests pass, then commit your changes

.. code-block:: bash

git commit -m "<my short message>""


4. Push your changes to the remote
5. Push your changes to the remote

.. code-block:: bash

git push origin <my-branch-name>


5. Submit a pull request with the following information:
6. Submit a pull request with the following information:

- **Purpose**: The reason for your pull request in short
- **Summary**: A description of the environment you are using (OS, Python version, etc.), logic, any caveats, and a summary of changes that were made.
-

0 comments on commit 29e0d72

Please sign in to comment.