Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhyanz46 authored Feb 21, 2024
1 parent 6e50bef commit acb3d2f
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Contributing Guidelines

Thank you for your interest in contributing to our project! We greatly appreciate contributions from the community.

## Issues

If you find a bug, have an idea for a new feature, or want to suggest an improvement, please open an [Issue](link_issue) in this repository. Be sure to clearly explain the issue and provide any relevant additional information.

## Code Contributions

If you'd like to contribute code, here are the general steps you should follow:

1. Fork this repository.
2. Create a new branch for your feature or fix: `git checkout -b new-feature`.
3. Make the necessary changes.
4. Ensure your code follows the applicable style and standards.
5. Test your changes.
6. Commit your changes: `git commit -m "Add new feature"`.
7. Push your branch to GitHub: `git push origin new-feature`.
8. Create a Pull Request (PR) to the main repository.

We will review your PR as soon as possible. Please be patient, and we'll do our best to respond to every contribution.

## License

By contributing to this project, you agree that your contributions will be licensed under the [project's license](link_license).

## Contact

If you have any questions or need further assistance, feel free to contact us at [[email protected]].

Thank you for your contribution!

0 comments on commit acb3d2f

Please sign in to comment.