changes from feedback

pull/4507/head
rcarteraz 2024-09-04 15:27:00 -07:00 zatwierdzone przez GitHub
rodzic b19c1a52cb
commit 8d29ce939d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 8 dodań i 3 usunięć

Wyświetl plik

@ -33,10 +33,15 @@ We encourage open communication and discussion before diving into code changes:
2. Create a new branch for your feature or bug fix
3. Make your changes
4. Test your changes thoroughly
5. Create a pull request with a clear description, using the provided template, of your changes
5. Create a pull request with a clear description, using the provided template, of your changes. Be sure to enable "Allow edits from maintainers".
## Coding Standards
[Placeholder for coding standards]
To ensure consistent code formatting across the project:
Thank you for contributing to Meshtastic!
1. Install the [Trunk](https://marketplace.visualstudio.com/items?itemName=Trunk.io) extension for Visual Studio Code.
2. Before submitting your changes, run trunk fmt to automatically format your code according to our standards.
Adhering to these formatting guidelines helps maintain code consistency and makes the review process smoother.
Thank you for contributing to Meshtastic!