You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any contributions should follow the following pattern:
2
2
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`
4
4
* Make your changes in that branch
5
5
* 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`.
0 commit comments