Files
nas/CONTRIBUTING.md
Sebastian Palencsár 5ecb235919 Add files via upload
2025-01-22 09:13:20 +01:00

758 B

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.

License

By contributing, you agree that your contributions will be licensed under the MIT License.