Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create docs issue fourms #299

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/0-create.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: 📝Creating Documentation
description: Something needs to be created.
labels: ["creation"]
body:
- type: textarea
attributes:
label: Describe what needs documented
description: A clear and concise description of what needs documenting
placeholder: X has no documentation...
validations:
required: true
- type: textarea
attributes:
label: Things to include in the documentation
description: Add possible things to include in the documentation here
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: Add any other context about what needs documented here.
validations:
required: false
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/1-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: ✍ Updating Documentation
description: Something needs to be updated.
labels: ["update"]
body:
- type: textarea
attributes:
label: Describe what needs updated
description: A clear and concise description of what needs updating.
placeholder: X has confusing/little documentation.
validations:
required: true
- type: textarea
attributes:
label: What needs changed
description: Describe what needs to be changed/added to the page.
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: Add any other context about what needs updated here.
validations:
required: false
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/2-delete.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: ❌ Deleting Documentation
description: Something needs to be deleted.
labels: ["deletion"]
body:
- type: textarea
attributes:
label: Describe what needs deleted.
description: A clear and concise description of what you want to be deleted
placeholder: X is no longer applicable to Momentum Mod because...
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: Add any other context about what needs deleted here.
validations:
required: false