-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Will need review please. Example: will we have "version" information on TaxonPages? (If not, then this section needs to be removed). Example: how do people say which website / which page they are on where the issue occurs? (Do we ask for a URL)?
- Loading branch information
Debbie Paul
authored and
GitHub
committed
Jul 21, 2023
1 parent
dd37d2b
commit 69f4ce7
Showing
1 changed file
with
77 additions
and
0 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,77 @@ | ||
| name: Bug | ||
| description: Open a new issue to describe a bug. | ||
| title: "[Bug]: " | ||
| labels: ["bug"] | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: > | ||
| Please describe the details of any bug you have found. Developers need to know specific details of what you found, where, and how this different from what you expect. _Need help filling this out? Once you have your feature details in hand, contact us and we'll help step you through filling out this issue._ | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| # Describe the bug | ||
| _Please provide a summary about the bug in the following form._ | ||
| - type: textarea | ||
| id: repro | ||
| attributes: | ||
| label: Steps to reproduce the bug | ||
| description: "How do you trigger this bug? Please walk us through it step by step. Try something like, When I do x, then I do y, and do z, I see this error" | ||
| value: | | ||
| 1. | ||
| 2. | ||
| 3. | ||
| ... | ||
| render: bash | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: bug_screenshot | ||
| attributes: | ||
| label: Screenshot | ||
| description: Drag/drop your image/s here | ||
| validations: | ||
| required: false | ||
| - type: textarea | ||
| id: expected_behavior | ||
| attributes: | ||
| label: Expected behavior | ||
| description: Describe briefly what you expect to happen. | ||
| placeholder: When I do a, I expect b, c, d | ||
| validations: | ||
| required: false | ||
| - type: textarea | ||
| id: extra_screenshots | ||
| attributes: | ||
| label: Additional Screenshots | ||
| description: If applicable, add screenshots to help explain your problem. Drag/drop your image/s here | ||
| validations: | ||
| required: false | ||
| - type: dropdown | ||
| id: environment | ||
| validations: | ||
| required: true | ||
| attributes: | ||
| label: Environment | ||
| description: Please identify where you experience this bug. Please select all that apply. | ||
| multiple: true | ||
| options: | ||
| - TaxonPages | ||
| - type: input | ||
| id: taxonpages_site | ||
| attributes: | ||
| label: TaxonPages Site | ||
| description: Which website has this bug, please name it here | ||
| placeholder: Plecoptera, Orthoptera, Chrysididae, etc | ||
| - type: input | ||
| id: version | ||
| attributes: | ||
| label: Version | ||
| description: What is the version the bug happened on | ||
| placeholder: build ff302f1bc or v0.21.3 | ||
| - type: input | ||
| id: browser_used | ||
| attributes: | ||
| label: Browser Used | ||
| description: Please share the browser and its version you were using. | ||
| placeholder: (e.g. chrome, firefox) |