Skip to content

Commit

Permalink
Correct main branch ref
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Sep 3, 2024
1 parent 5736a8b commit 4e92f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ which is named either after the issue number, e.g. `issue-192`, or some other de
3. __Develop__. Experiment on your fork/branch freely. If you run into a dead-end, you can always abandon it (which is
why branches are great) and start anew. You can run your own tests locally using `make test` before committing your
changes. If the tests pass, you should also try running `make all` and to ensure that all components of the package
and its API documentation are also in order. Remember to synchronize your `master` branch by fetching changes from
and its API documentation are also in order. Remember to synchronize your `main` branch by fetching changes from
upstream every once in a while, and merging them into your development branch. Don't forget to:

- Add __doxygen__ markup your new code. You can keep it sweet and simple, but make sure it properly explains your
Expand Down

0 comments on commit 4e92f0d

Please sign in to comment.