Skip to content

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:

  1. Fork the repository and create a new branch for your changes.
  2. Make the necessary changes and ensure that your code adheres to the project's coding guidelines.
  3. Test your changes thoroughly to avoid introducing new bugs.
  4. Submit the pull request, providing a clear description of the changes made, along with any relevant information or context.
  5. 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.