diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f5f18659..49ab7c2f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,8 +7,8 @@ ## Workflow 1. Create a feature branch when you start to work on a story and commit your changes to this - - the branch should be named `: `, for example `TB-3: Add login endpoint` - - the commits should also be named `: `, for example `TB-3: added unit tests` + - the branch should be named `: `, for example `SMA 3 Add login endpoint` + - the commits should also be named `: `, for example `SMA 3 added unit tests` 2. Push this frequently to the remote repository from your local 2. When the feature is done, create a Pull Request from the `feature_branch` to `development`, follow the guidelines 3. When the PR is approved, merge it, and delete your feature branch @@ -19,7 +19,7 @@ Read this article how to write meaningful commit messages: [How to Write a Git Commit Message](https://chris.beams.io/posts/git-commit/) We follow the rules below: -- **Commit message format**: `TB-{id}: ` +- **Commit message format**: `SMA {id} ` - **id**: Id of the ticket you are working on (in jira) - **Subject**: Changes in the commit