Compare commits
2 commits
50e6239339
...
0815440f72
Author | SHA1 | Date | |
---|---|---|---|
0815440f72 | |||
1d17f7329e |
1 changed files with 2 additions and 0 deletions
|
@ -152,11 +152,13 @@ Contributions are welcome! If you'd like to contribute, please follow these step
|
||||||
|
|
||||||
1. Fork the repository.
|
1. Fork the repository.
|
||||||
2. Create a new branch:
|
2. Create a new branch:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git checkout -b <type>/<issueNum>-<short_description>
|
git checkout -b <type>/<issueNum>-<short_description>
|
||||||
```
|
```
|
||||||
|
|
||||||
- Example: `feat/42-add_login_form`
|
- Example: `feat/42-add_login_form`
|
||||||
|
|
||||||
3. Make your changes.
|
3. Make your changes.
|
||||||
4. Commit your changes using [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/):
|
4. Commit your changes using [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/):
|
||||||
- The commit message should be structured as follows:
|
- The commit message should be structured as follows:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue