-
Notifications
You must be signed in to change notification settings - Fork 50
Contributing
Ebenezer Emelogu edited this page Jul 19, 2024
·
2 revisions
We welcome contributions to the HNG Boilerplate Golang Web project! Here’s how you can contribute:
-
Fork the Repository: Click the "Fork" button at the top right of the repository page.
-
Clone Your Fork:
git clone https://github.com/your-username/hng_boilerplate_golang_web.git cd hng_boilerplate_golang_web
-
Create a Branch:
git checkout -b feature/your-feature-name
-
Make Your Changes: Implement your feature or fix the bug.
-
Commit Your Changes:
git add . git commit -m "Add feature: your feature name"
-
Push to Your Fork:
git push origin feature/your-feature-name
-
Create a Pull Request: Go to the original repository on GitHub and create a pull request from your forked repository.
- Ensure your code follows the project’s style guidelines.
- Include tests for any new features or bug fixes.
- Write clear, concise commit messages.
- Be respectful to others
- No harassment or discrimination
- Open an issue on GitHub to report bugs or request features