mirror of
https://github.com/The-Low-Code-Foundation/OpenNoodl.git
synced 2026-01-10 14:22:53 +01:00
1.2 KiB
1.2 KiB
Contributing to OpenNoodl
Thank you for your interest in contributing! Here’s how you can help:
How to Contribute
- Fork the repository and create your feature branch:
git checkout -b feature/my-feature - Make your changes and ensure your code follows the existing style and conventions.
- Test your changes locally.
- Commit your changes with a clear message:
git commit -am 'Add new feature' - Push to your branch:
git push origin feature/my-feature - Open a pull request on GitHub. Describe your changes and the motivation behind them.
Guidelines
- The branch name should be descriptive of the feature or fix. Either
feature/<my-feature>orfix/<my-fix>prefixes are recommended. Also including an issue number can be helpful. - Follow the coding style used in the project.
- Write clear, concise commit messages.
- Add tests for new features or bug fixes when possible.
- Document any new functionality.
Need Help?
- Join our community
- Open an issue for questions or suggestions.
Thank you for helping improve OpenNoodl!