Update issue templates
This commit is contained in:
parent
376e2f8f43
commit
ef10d36567
3 changed files with 39 additions and 0 deletions
10
.github/ISSUE_TEMPLATE/fan-content.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/fan-content.md
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
name: Fan Content
|
||||
about: Some fan content for the community's liking.
|
||||
title: "[FC] Title..."
|
||||
labels: Fan Content
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
10
.github/ISSUE_TEMPLATE/fan-theory.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/fan-theory.md
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
name: Fan Theory
|
||||
about: What's This Mean?????
|
||||
title: "[FC-T] Title..."
|
||||
labels: Fan Content, Fanon/Theory
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
19
.github/ISSUE_TEMPLATE/grammar-typo-correction.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/grammar-typo-correction.md
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
name: Grammar/Typo Correction
|
||||
about: " This section of text has a typo, outdated language or lacks an Oxford comma."
|
||||
title: "[GTC] Excerpt from..."
|
||||
labels: Grammar/Typo Correction
|
||||
assignees: MeowcaTheoRange
|
||||
|
||||
---
|
||||
|
||||
## What file the typo is in
|
||||
You can use the GitHub browser or download as ZIP to locate the path
|
||||
|
||||
Dizzy-AU/**story/human-readable/...**
|
||||
## Affected excerpt, with typo emphasized in Markdown
|
||||
Lorem ipsum **dollar sit** amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
||||
## What the excerpt should look like, with difference emphasized in Markdown
|
||||
Lorem ipsum **dolor sit** amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
||||
## Type of grammar mistake and why it is valid (optional)
|
||||
This is an example of...
|
Loading…
Reference in a new issue