Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
jonagamerpro1234 committed Apr 26, 2023
2 parents 7835ee9 + 858f756 commit 031dd7e
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Contributing Guidelines

Thank you for considering contributing to our project! Feel free to propose improvements, report issues, or add new features. To contribute, please follow these steps:

1. Fork this repository.
2. Clone the fork to your local machine.
3. Create a new branch for your changes: `git checkout -b branch-name`.
4. Make the changes and commit them: `git add .` and `git commit -m "Description of the changes made"`.
5. Push the changes to your fork: `git push origin branch-name`.
6. Create a Pull Request towards the main branch of this repository.

## How to contribute

You can contribute in several ways, including:

- Reporting issues or problems in the code.
- Adding new features.
- Correcting grammar or spelling errors in documentation files.
- Improving code efficiency.

## How to report issues or suggest improvements

If you find any errors or problems in the code, or if you have any suggestions for improving the project, you can inform us by opening an Issue. Please make sure to provide as much detail as possible about the problem or suggestion so that we can address it effectively.

## Contribution guidelines

Before making a contribution, please make sure to review and follow these guidelines:

- All changes must be clearly documented.
- Code must follow existing style conventions.
- You must add tests for any new features you add.

## License

This project is licensed under the **GNU General Public License v3.0**. By contributing to this project, you agree that your contribution will be published under the same license.

0 comments on commit 031dd7e

Please sign in to comment.