Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 1.92 KB

CONTRIBUTING.md

File metadata and controls

61 lines (45 loc) · 1.92 KB

How to Contribute

Reporting Issues

  • Search existing issues before submitting a new one to avoid duplicates.
  • When reporting an issue, please include:
    • A clear and descriptive title.
    • Steps to reproduce the problem.
    • Relevant logs, screenshots, or error messages.

Submitting Pull Requests

  • Fork the repository and clone it to your local machine.
  • Create a branch for your work:
    git checkout -b feature/your-feature-name
  • Commit your changes with clear and concise messages:
    git commit -m "Add a brief and descriptive commit message"
  • Push your branch to your fork and open a pull request against the main branch:
    git push origin feature/your-feature-name
  • Ensure your pull request:
    • Follows the project's coding standards and guidelines.
    • Includes documentation updates if applicable.
    • Links to the issue it addresses, if relevant.

Development Workflow

Set up your environment by following the instructions in the meshtastic-matrix-relay repository.


Code of Conduct

This project adheres to the Code of Conduct. By participating, you are expected to uphold this code.


Additional Resources


Thank You!

Your contributions make this project better for everyone. We appreciate your effort!