- 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.
- 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.
Set up your environment by following the instructions in the meshtastic-matrix-relay repository.
This project adheres to the Code of Conduct. By participating, you are expected to uphold this code.
- Project Documentation
- meshtastic-matrix-relay Documentation and project
- GitHub Help: About Pull Requests
- Reach out via the contact method specified in the @fernandodpr GitHub profile for further questions.
Your contributions make this project better for everyone. We appreciate your effort!