docs: update contribution guidelines for branch naming and commit message format
This commit is contained in:
parent
c7850b9c03
commit
94873ef79c
1 changed files with 3 additions and 3 deletions
|
@ -125,10 +125,10 @@ This project is built with a modern tech stack:
|
||||||
Contributions are welcome! If you'd like to contribute, please:
|
Contributions are welcome! If you'd like to contribute, please:
|
||||||
|
|
||||||
1. Fork the repository.
|
1. Fork the repository.
|
||||||
2. Create a new branch (`git checkout -b action/<issue#>-action_name`).
|
2. Create a new branch (`git checkout -b <action>/<issue#>-action_name`).
|
||||||
3. Make your changes.
|
3. Make your changes.
|
||||||
4. Commit your changes (`git commit -m 'action: add some feature'`).
|
4. Commit your changes (`git commit -m '<action>: add some feature'`).
|
||||||
5. Push to the branch (`git push origin action/<issue#>-action_name`).
|
5. Push to the branch (`git push origin <action>/<issue#>-action_name`).
|
||||||
6. Open a Pull Request against the `main` branch.
|
6. Open a Pull Request against the `main` branch.
|
||||||
|
|
||||||
Possible actions are:
|
Possible actions are:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue