-
-
Notifications
You must be signed in to change notification settings - Fork 389
projectM Developer Guidelines
luisd1223 edited this page Jul 13, 2023
·
5 revisions
# Contributing
## Issue Tracker
Use the issue tracker to report bugs, request new features, or ask questions. Before submitting a new issue, search the existing issues to avoid duplicates. When reporting a bug, please include steps to reproduce it and provide relevant information such as operating system, browser version, etc.
## Feature Requests
If you have an idea for a new feature, you can submit a feature request. Describe the feature in detail, explaining its purpose and potential implementation. The community and maintainers will review the request and provide feedback.
## Pull Requests
We welcome pull requests from the community. To submit a pull request:
- Fork the repository and create a new branch for your changes.
- Make the necessary changes and ensure that your code adheres to the project's coding guidelines.
- Test your changes thoroughly to avoid introducing new bugs.
- Submit the pull request, providing a clear description of the changes made, along with any relevant information or context.
- The pull request will be reviewed by the maintainers, who may suggest changes or provide feedback. Once approved, it will be merged into the main branch.