Skip to content

Commit

Permalink
🔀 Merge branch develop of https://www.github.com/mrkai77/loop into …
Browse files Browse the repository at this point in the history
…`develop`
  • Loading branch information
MrKai77 committed Sep 30, 2023
2 parents 64817e9 + d959365 commit 08653d9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ body:

- type: input
attributes:
label: Loop version
label: Loop Version
description: You can find this in Loop\'s about window!
placeholder: |
[ex. Version 1.0.0 (246)]
Expand All @@ -67,6 +67,13 @@ body:
validations:
required: false

- type: checkboxes
attributes:
label: Final Checks
options:
- label: My issue title is descriptive
required: true

- type: markdown
attributes:
value: Thank you for taking the time to report this bug!
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ body:
validations:
required: false

- type: checkboxes
attributes:
label: Final Checks
options:
- label: My issue title is descriptive
required: true

- type: markdown
attributes:
value: Thank you for taking the time to report this feature request!

0 comments on commit 08653d9

Please sign in to comment.