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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ Few pointers for contributions:
8
8
9
9
- Create your PR against the `develop` branch, not `master`.
10
10
- New features need to contain unit tests and must be PEP8 conformant (max-line-length = 100).
11
+
- Creating a feature, must be done on a branch with prefix `feature_`.
12
+
- Making a hotfix, must be done on a branch with prefix `hotfix_`.
11
13
12
14
If you are unsure, discuss the feature on our [Slack](https://join.slack.com/t/investingbots/shared_invite/enQtODgwNTg3MzA2MjYyLTdiZjczZDRlNWJjNDdmYThiMGE0MzFhOTg4Y2E0NzQ2OTgxYjA1NzU3ZWJiY2JhOTE1ZGJlZGFiNDU3OTAzMDg)
13
15
or in a [issue](https://github.com/investingbots/value-investing-bot/issues) before a PR.
0 commit comments