25 lines
758 B
Markdown
25 lines
758 B
Markdown
# 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. |