mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 06:04:22 -08:00
979ec4f198
* 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
27 lines
1 KiB
YAML
27 lines
1 KiB
YAML
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
|