Thank you for considering contributing to neon_x! Your contributions are valuable and help improve the project. Please take a moment to review the following guidelines.
If you come across a bug, please help us by creating an issue on GitHub. Include detailed information about the bug and steps to reproduce it.
We welcome suggestions for new features or enhancements. Open a GitHub issue to share your ideas and discuss them with the community.
- Fork the repository on GitHub.
- Clone your forked repository to your local machine.
- Create a new branch for your feature or bug fix:
git checkout -b feature-branch
. - Implement your changes and ensure they are thoroughly tested.
- Commit your changes:
git commit -m "Your descriptive commit message"
. - Push your changes to your fork on GitHub:
git push origin feature-branch
. - Open a pull request against the
master
branch of the neon_x repository.
Please adhere to the coding style and conventions used in the project. Check the existing codebase for guidance on formatting, variable naming, and other project-specific conventions.
By contributing to neon_x, you agree that your contributions will be licensed under the MIT License.
Thank you for your contributions to neon_x! 🚀