Update Issue (#1588)
Some checks are pending
CI / quality (push) Waiting to run
CI / build (push) Waiting to run

* Update documentation-change-request.md

* Update and rename documentation-change-request.md to documentation-change-request.yml

* Update documentation-change-request.yml

* Update documentation-change-request.yml

* Update documentation-change-request.yml
This commit is contained in:
rcarteraz 2024-11-18 18:17:11 -07:00 committed by GitHub
parent edd34dbb04
commit 979ec4f198
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 26 additions and 19 deletions

View file

@ -1,19 +0,0 @@
---
name: Documentation Change Request
about: Create a report about our documentation to help us improve
title: "Documentation Change Request"
labels: ""
assignees: ""
---
If you have a question, please post it on our [Meshtastic Discussions page](https://github.com/orgs/meshtastic/discussions) instead. This system is reserved specifically for requesting changes to the Meshtastic documentation.
**Describe what section of the docs is outdated or otherwise in need of change**
Be as clear and concise as possible. Provide a URL or GitHub path to the doc you are referencing.
**Suggested Changes**
What specifically in that documentation area needs to be changed / removed / added?
If possible provide replacement text when requesting changes or new text to fill in missing documentation.
**Additional Notes**
Add any other context here.

View file

@ -0,0 +1,26 @@
name: "Documentation Change Request"
description: "Create a report about our documentation to help us improve"
title: "[Documentation Change Request]:"
labels: "request"
body:
- type: markdown
attributes:
value: |
If you have a question, please ask in our [GitHub Discussions](https://github.com/orgs/meshtastic/discussions) or on our [Discord server](https://discord.com/invite/ktMAKGBnBs). This form is reserved specifically for requesting changes to the Meshtastic documentation.
- type: textarea
id: request_details
attributes:
label: "Request Details"
description: "Provide details about your documentation change request here."
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: "Code of Conduct"
description: "By submitting this issue, you agree to follow our [Code of Conduct](https://meshtastic.org/docs/legal/conduct/)."
options:
- label: "I agree to follow this project's Code of Conduct"
required: true