-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] python 3.13-dev not available and github issue templates
- Loading branch information
1 parent
ba3b626
commit 507d074
Showing
4 changed files
with
46 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: Bug report | ||
description: Report a problem with Zebrafy | ||
labels: [bug] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: "Description" | ||
description: "A short description of the problem you are reporting." | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Python version" | ||
description: "Output of `python3 --version` (Zebrafy requires python >= 3.7)" | ||
render: markdown | ||
placeholder: | | ||
Python 3.11.2 | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: "Zebrafy version" | ||
placeholder: "zebrafy v1.1.3" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Steps to reproduce" | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: Feature request | ||
description: Suggest an idea for Zebrafy | ||
labels: [enhancement] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: "Description" | ||
description: "A short description of the feature idea you have." | ||
render: markdown | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Additional context" | ||
description: "Any other context or screenshots about the feature." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters