Skip to content

Commit

Permalink
SMA-0: Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejFrnka authored Jan 17, 2024
1 parent 812a3b9 commit cd0462d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<id of the ticket>: <subject>`, for example `TB-3: Add login endpoint`
- the commits should also be named `<id of the ticket>: <subject>`, for example `TB-3: added unit tests`
- the branch should be named `<id of the ticket>: <subject>`, for example `SMA 3 Add login endpoint`
- the commits should also be named `<id of the ticket>: <subject>`, 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
Expand All @@ -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}: <subject>`
- **Commit message format**: `SMA {id} <subject>`
- **id**: Id of the ticket you are working on (in jira)
- **Subject**: Changes in the commit

Expand Down

0 comments on commit cd0462d

Please sign in to comment.