Compare commits
2 commits
0815440f72
...
50e6239339
Author | SHA1 | Date | |
---|---|---|---|
50e6239339 | |||
01d845f27b |
1 changed files with 0 additions and 2 deletions
|
@ -152,13 +152,11 @@ 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