Add files via upload

This commit is contained in:
Sebastian Palencsár
2025-01-22 09:13:20 +01:00
committed by GitHub
parent d5dca126a6
commit 5ecb235919
19 changed files with 821 additions and 2 deletions

25
CONTRIBUTING.md Normal file
View 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.