mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-23 08:06:13 +01:00
4bfd4b1a12
* Add templates and project workflow * Fixed template typos
31 lines
1.1 KiB
YAML
31 lines
1.1 KiB
YAML
# Documentation update GitHub issue form
|
|
#
|
|
# This file needs to reside in the ".github/ISSUE_TEMPLATE/" folder.
|
|
|
|
name: Documentation Update
|
|
description: Submit a request for documentation updates, or to report broken links or inaccuracies
|
|
title: "[Documentation Update]: "
|
|
labels:
|
|
- Needs Documentation
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Use this template to submit a request for updates to our documentation.
|
|
|
|
This can be used for general documentation requests if information is missing or lacking, or to correct issues with our existing documentation such as broken links, or inaccurate information.
|
|
|
|
- type: textarea
|
|
id: details
|
|
attributes:
|
|
label: Documentation details
|
|
description: Provide the details of what needs to be documented or corrected.
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: page
|
|
attributes:
|
|
label: Page with issues
|
|
description: If reporting broken links or inaccuracies, please provide the link to the page here.
|
|
placeholder: https://dcc-ex.com/index.html |