Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
📝 Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasmical committed Jun 25, 2022
1 parent 7039a50 commit 31d6e4e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
12 changes: 5 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: File a bug report
title: "[Bug] "
labels: [bug]
assignees:
- Abbysssal
- SugarBarrel
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -46,19 +46,17 @@ body:
attributes:
label: What version of the game are you running?
options:
- v97
- v96
- v95
- v94
- v93
- v92
validations:
required: true
- type: dropdown
- type: input
id: version
attributes:
label: What version of RogueLibs are you running?
options:
- v3.x.x
- v2.x.x
placeholder: Ex. v3.5.0-rc.4
validations:
required: true
- type: input
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Anything related to documentation.
title: "[Documentation] "
labels: [documentation]
assignees:
- Abbysssal
- SugarBarrel
body:
- type: markdown
attributes:
Expand All @@ -14,7 +14,7 @@ body:
attributes:
label: Is the issue related to an existing page?
description: If so, provide a link to that page
placeholder: Ex. https://abbysssal.github.io/RogueLibs/docs/intro
placeholder: Ex. https://sugarbarrel.github.io/RogueLibs/docs/intro
- type: textarea
id: problem
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Suggest an idea for this project
title: "[Feature] "
labels: [feature]
assignees:
- Abbysssal
- SugarBarrel
body:
- type: markdown
attributes:
Expand Down

0 comments on commit 31d6e4e

Please sign in to comment.