Add files via upload
This commit is contained in:
committed by
GitHub
parent
d5dca126a6
commit
5ecb235919
25
CONTRIBUTING.md
Normal file
25
CONTRIBUTING.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Contributing
|
||||
|
||||
Thank you for considering contributing to this project! Here are some guidelines to help you contribute.
|
||||
|
||||
## How to Contribute
|
||||
|
||||
1. Fork the repository.
|
||||
2. Create a new branch (`git checkout -b feature-branch`).
|
||||
3. Make your changes and commit them (`git commit -am 'Add new feature'`).
|
||||
4. Push the branch (`git push origin feature-branch`).
|
||||
5. Create a new Pull Request.
|
||||
|
||||
## Code Guidelines
|
||||
|
||||
- Ensure your code is well-documented.
|
||||
- Follow the existing code style.
|
||||
- Write tests for your changes if possible.
|
||||
|
||||
## Reporting Issues
|
||||
|
||||
If you find a bug, please report it in the [Issue Tracker](https://github.com/noordjonge/nasscript/issues).
|
||||
|
||||
## License
|
||||
|
||||
By contributing, you agree that your contributions will be licensed under the MIT License.
|
||||
Reference in New Issue
Block a user