mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Adding documentation describing how the project is managed, and adding a few scripts to assist with this
This commit is contained in:
parent
cd1b25e0c5
commit
d469a89a98
9 changed files with 780 additions and 502 deletions
21
.github/pull_request_template.md
vendored
Normal file
21
.github/pull_request_template.md
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
## What changed?
|
||||
<!-- Provide a clear description for the change -->
|
||||
|
||||
## Why did it change?
|
||||
<!--A brief overview of why the change being added. Explain the functionality and its intended purpose. -->
|
||||
|
||||
## How is this tested?
|
||||
<!-- Describe your approach to testing the feature. -->
|
||||
|
||||
## Screenshots/Videos (when applicable)
|
||||
|
||||
<!-- Attach screenshots or videos demonstrating the new feature in action. -->
|
||||
|
||||
## Checklist
|
||||
|
||||
- [ ] My code adheres to the project's coding and style guidelines.
|
||||
- [ ] I have conducted a self-review of my code.
|
||||
- [ ] I have commented my code, particularly in complex areas.
|
||||
- [ ] I have made corresponding changes to the documentation.
|
||||
- [ ] I have tested the change to ensure that it works as intended.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue