Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.81 KB

CONTRIBUTING.md

File metadata and controls

41 lines (27 loc) · 1.81 KB
# Contributing to GitHub Search Commits

Thank you for considering contributing to GitHub Search Commits! We welcome contributions from developers, designers, writers, and all types of contributors. This document outlines how you can contribute to the project.

## How to Contribute

1. Fork the [Your Project Name] repository to your own GitHub account.
2. Clone your forked repository to your local machine.
3. Create a new branch from the `main` branch for your contribution:
   ```shell
   git checkout -b my-contribution
  1. Make your desired changes and add, commit, and push to your branch.
  2. Open a Pull Request (PR) describing your changes and detailing the reasons they are necessary.

Contribution Guidelines

Please follow these guidelines when contributing:

  • Maintain a consistent code style with the rest of the project.
  • Document your code clearly and concisely.
  • Ensure that all tests are passing before submitting a PR.
  • Keep commit messages informative and following the Conventional Commits standard.

Reporting Issues

If you encounter a problem or have suggestions, feel free to open an Issue on GitHub. Please include complete details about the issue, including steps to reproduce it if applicable.

License

By contributing to this project, you agree that your contributions will be licensed under the GNU General Public License (GPL)(LICENSE URL). Please carefully read the GNU General Public License (GPL)(LICENSE URL) to understand the terms and conditions.

Acknowledgments

We appreciate all contributors who have helped improve this project!

We look forward to your contributions.

Happy coding!