mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-23 03:58:59 +00:00
25 lines
992 B
YAML
25 lines
992 B
YAML
|
name: Wiki Contribution
|
||
|
description: Report an issue related to the Descent 3 wiki, including modifications, additions, or corrections to existing pages, or requests for new pages.
|
||
|
title: "[Wiki]: "
|
||
|
labels: ["wiki"]
|
||
|
|
||
|
body:
|
||
|
- type: markdown
|
||
|
attributes:
|
||
|
value: |
|
||
|
If you have suggestions, modifications, or additions to the Descent 3 wiki, please provide details below. You can also report issues with existing pages or request new pages. Please use the GitHub Markdown format.
|
||
|
- type: textarea
|
||
|
id: issue-description
|
||
|
attributes:
|
||
|
label: Content
|
||
|
description: Provide a pasted copy of your markdown content. This is in addition to your attachment.
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: input
|
||
|
id: affected-page
|
||
|
attributes:
|
||
|
label: Affected Page
|
||
|
description: Specify the name or URL of the page on the Descent3 wiki that is affected by this issue, or where the new content should be added.
|
||
|
validations:
|
||
|
required: false
|