Skip to content

Commit a011d47

Browse files
authored
added the versioning scheme (#47)
1 parent 726bb31 commit a011d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/03_contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To get started, you can go through issues labelled as [good first issue](https:/
2424

2525
## Writing Code and Making Pull Requests
2626

27-
Once you've found the issue you want to work on you need to create a new branch on your local clone of the project and start working on it. As a general rule of thumb, bug fixes go to the `stable` branch while enhancements and other new features go to the `develop` branch. Generally it is mentioned in the issue itself which branch the fix needs to go. Otherwise you can always ask us on Slack.
27+
Once you've found the issue you want to work on you need to create a new branch on your local clone of the project and start working on it. The versioning scheme we use is [SemVer](http://semver.org/). As a general rule of thumb, bug fixes go to the `stable` branch while enhancements and other new features go to the `develop` branch. Generally it is mentioned in the issue itself which branch the fix needs to go. Otherwise you can always ask us on Slack.
2828

2929
To start working, create a new git branch, write your code, commit it and push this branch to your fork. Now create a pull request to the Master Repo's `develop` or `stable` branch. All pull requests must pass the test pipeline before they are merged.
3030

0 commit comments

Comments
 (0)