Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
#289 - Added a new requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ermiyaeskandary committed Jun 5, 2016
1 parent 32b9fa5 commit 7ac52aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ When the source code in the `develop` branch reaches a **stable point** and is r

Therefore, each time when changes are merged back into master, this is a new production release by definition. We tend to be **very strict** at this, so that theoretically, we could make a new release every time there is a commit to `master`. All code after being merged back into `master` will be **tagged with a version number and a general message describing the changes**.

**Each commit also needs to have the related issue number in the description or the name of the commit, if applicable.**

## Documentation updates
Documentation contributions are very welcome!

Expand All @@ -47,7 +49,7 @@ git checkout -b feature/mynewfeature develop
And then do what you need to do! Commit changes and then push to your feature branch!
```shell
git add .
git commit -m "Commit Message"
git commit -m "Commit Message - #100"
git push --set-upstream origin feature/mynewfeature
```
Then just do a `git log` to make sure of your changes and your commits **before it's too late to change them without harm** - and just because it *looks nice*.
Expand Down

0 comments on commit 7ac52aa

Please sign in to comment.