Skip to content

Commit 6bbea94

Browse files
authored
Update CONTRIBUTING.md
1 parent c696361 commit 6bbea94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Any contributions should follow the following pattern:
22

3-
* Make a feature or bugfix branch, e.g., git checkout -b my_new_feature
3+
* Make a feature or bugfix branch, e.g., `git checkout -b my_new_feature`
44
* Make your changes in that branch
55
* Ensure you bump the version number in setup.py to reflect your changes. We use Semantic Versioning, so non-breaking enhancements should increment the minor version, e.g., `1.5.0` -> `1.6.0`, and bugfixes will increment the last version, `1.6.0` -> `1.6.1`.
66
* Create a pull request

0 commit comments

Comments
 (0)