1- # Contribution Guidelines
1+ ## Contribution Guidelines
22
33Thank you for considering contributing to this project!
44Contributions are always welcome and appreciated.
55
6- ## How to Contribute
6+ ### How to Contribute
77
8- Please check the [ issue tracker] ( https://github.com/habedi/template-zig-project /issues ) to see if there is an issue you
8+ Please check the [ issue tracker] ( https://github.com/CogitatorTech/helium /issues ) to see if there is an issue you
99would like to work on or if it has already been resolved.
1010
11- ### Reporting Bugs
11+ #### Reporting Bugs
1212
13- 1 . Open an issue on the [ issue tracker] ( https://github.com/habedi/template-zig-project /issues ) .
13+ 1 . Open an issue on the [ issue tracker] ( https://github.com/CogitatorTech/helium /issues ) .
14142 . Include information such as steps to reproduce the observed behavior and relevant logs or screenshots.
1515
16- ### Suggesting Features
16+ #### Suggesting Features
1717
18- 1 . Open an issue on the [ issue tracker] ( https://github.com/habedi/template-zig-project /issues ) .
18+ 1 . Open an issue on the [ issue tracker] ( https://github.com/CogitatorTech/helium /issues ) .
19192 . Provide details about the feature, its purpose, and potential implementation ideas.
2020
2121## Submitting Pull Requests
@@ -26,9 +26,9 @@ would like to work on or if it has already been resolved.
2626> [ !IMPORTANT]
2727> It's assumed that by submitting a pull request, you agree to license your contributions under the project's license.
2828
29- ## Development Workflow
29+ ### Development Workflow
3030
31- ### Prerequisites
31+ #### Prerequisites
3232
3333Install GNU Make on your system if it's not already installed.
3434
@@ -39,22 +39,22 @@ sudo apt-get install make
3939
4040- Use the ` make install-deps ` command to install the development dependencies.
4141
42- ### Code Style
42+ #### Code Style
4343
4444- Use the ` make format ` command to format the code.
4545
46- ### Running Tests
46+ #### Running Tests
4747
4848- Use the ` make test ` command to run the tests.
4949
50- ### Running Linters
50+ #### Running Linters
5151
5252- Use the ` make lint ` command to run the linters.
5353
54- ### See Available Commands
54+ #### See Available Commands
5555
5656- Run ` make help ` to see all available commands for managing different tasks.
5757
58- ## Code of Conduct
58+ ### Code of Conduct
5959
60- We adhere to the [ Contributor Covenant ] ( https://www.contributor-covenant.org/version/2/1/code_of_conduct/ ) version 2.1 .
60+ We adhere to the project's [ Code of Conduct ] ( CODE_OF_CONDUCT.md ) .
0 commit comments