Skip to content

projectM Developer Guidelines

luisd1223 edited this page Jul 13, 2023 · 5 revisions

Contributing

Issue Tracking

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, classes and methods involved, etc.

Making contributions and Pull Requests

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingNewFeature)
  3. Test your changes thoroughly to avoid introducing new bugs.
  4. Commit your Changes (git commit -m 'Add some AmazingNewFeature')
  5. Push to the Branch (git push origin feature/AmazingNewFeature)
  6. Open a Pull Request providing a clear description of the changes made, along with any relevant information or context
  7. 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