mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
commit
ed9f2499d6
3 changed files with 11 additions and 6 deletions
6
.github/pull_request_template.md
vendored
6
.github/pull_request_template.md
vendored
|
|
@ -1,9 +1,13 @@
|
|||
<!-- Describe what you are intending to change -->
|
||||
|
||||
## What does this PR do?
|
||||
|
||||
<!-- Please remove or replace the issue url -->
|
||||
> [Related Issue](https://github.com/meshtastic/Meshtastic-protobufs/issues/0)
|
||||
|
||||
> [Related Issue](https://github.com/meshtastic/protobufs/issues/0)
|
||||
|
||||
## Checklist before merging
|
||||
|
||||
- [ ] All top level messages commented
|
||||
- [ ] All enum members have unique descriptions
|
||||
- [ ] Formatting is consistant with the defined protolint rules
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Meshtastic-protobufs
|
||||
# Meshtastic Protobuf Definitions
|
||||
|
||||
[](https://github.com/meshtastic/Meshtastic-protobufs/actions/workflows/ci.yml)
|
||||
[](https://cla-assistant.io/meshtastic/Meshtastic-protobufs)
|
||||
[](https://github.com/meshtastic/protobufs/actions/workflows/ci.yml)
|
||||
[](https://cla-assistant.io/meshtastic/protobufs)
|
||||
[](https://opencollective.com/meshtastic/)
|
||||
[](https://vercel.com?utm_source=meshtastic&utm_campaign=oss)
|
||||
|
||||
|
|
@ -13,8 +13,9 @@ The [Protobuf](https://developers.google.com/protocol-buffers) message definitio
|
|||
|
||||
## Stats
|
||||
|
||||

|
||||

|
||||
|
||||
## Linter Setup
|
||||
|
||||
Linting is performed by [protolint](https://github.com/yoheimuta/protolint)
|
||||
Once installed, the Visual Studio Code extension [Proto Lint](https://marketplace.visualstudio.com/items?itemName=Plex.vscode-protolint) will perform linting automatically on save.
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@ enum PortNum {
|
|||
/*
|
||||
* Private applications should use portnums >= 256.
|
||||
* To simplify initial development and testing you can use "PRIVATE_APP"
|
||||
* in your code without needing to rebuild protobuf files (via [regen-protos.sh](https://github.com/meshtastic/Meshtastic-device/blob/master/bin/regen-protos.sh))
|
||||
* in your code without needing to rebuild protobuf files (via [regen-protos.sh](https://github.com/meshtastic/firmware/blob/master/bin/regen-protos.sh))
|
||||
*/
|
||||
PRIVATE_APP = 256;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue