Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.66 KB

CONTRIBUTING.md

File metadata and controls

52 lines (39 loc) · 1.66 KB

Welcome

Thank you for your interest in contributing to the project!

Issues

If you find a bug or have a feature request, please create an issue.

Communication

For quick questions or feedback, use the project's GitHub Discussions.

How to Contribute

Fork the Repository:

git clone https://github.com/diegoborbadev/github-readme-stack-exchange.git

Create a Branch:

  • Create a new branch for your feature, improvement, or bug fix:
git checkout -b <feature-branch>

Make Changes:

  • 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 Changes:

git commit -m "<type>[optional scope]: <description>"

Push Changes:

  • Push your changes to your forked repository:
git push origin feature-branch

Submit a Pull Request:

  • 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.

Coding Standards

  • Keep code formatting consistent.

Thank you for contributing! ❤️