Skip to content

Commit

Permalink
chore(versioning): add versions in issues templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Falcion committed Apr 18, 2024
1 parent b9accdd commit 490ef0f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/01_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ body:
label: Version of an project's essence
description: What version of an project's essence are you running.
options:
- ...
- "0.1.2"
- "0.1.1"
- "0.1.1-r0"
default: 0
validations:
required: true
Expand All @@ -47,6 +49,7 @@ body:
- Windows
- macOS
- Linux
- Other
- type: checkboxes
id: terms
attributes:
Expand Down

0 comments on commit 490ef0f

Please sign in to comment.