Skip to content

Commit

Permalink
Update CONTRIBUTING.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella authored Sep 30, 2024
1 parent 3dc6de2 commit 8417405
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ Making Changes

- Create a topic branch from where you want to base your work.
- This is usually the master branch.
- Only target release branches if you are certain your fix must be on
that branch.
- To quickly create a topic branch based on master;
``git branch fix/master/my_contribution master`` then checkout
the new branch with ``git checkout fix/master/my_contribution``.
Expand All @@ -40,6 +38,7 @@ Making Changes
Submitting Changes
------------------

- Make sure there isn't already a Pull Request opened by somebody else.
- Push your changes to a topic branch in your fork of the repository.
- Submit a pull request to the repository.

Expand Down

0 comments on commit 8417405

Please sign in to comment.