Thank you for your interest in contributing to the project!
If you find a bug or have a feature request, please create an issue.
For quick questions or feedback, use the project's GitHub Discussions.
- Fork the repository on GitHub.
- Clone the forked repository to your local machine:
git clone https://github.com/diegoborbadev/github-readme-stack-exchange.git
- Create a new branch for your feature, improvement, or bug fix:
git checkout -b <feature-branch>
- Implement your changes, keeping the code style and conventions in mind.
- Write tests for new features or bug fixes.
- Ensure that your changes don't break existing functionality.
- Commit your changes with a commit message following the Commit Convention.
git commit -m "<type>[optional scope]: <description>"
- Push your changes to your forked repository:
git push origin feature-branch
- Open a pull request from your forked repository to the
dev
branch. - Provide a clear title and description for your pull request, explaining the purpose and changes made.
- Cite any relevant issues and pull requests.
- Keep code formatting consistent.
Thank you for contributing! ❤️