Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/01-bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: 🐛 Bug
description: For filing bug reports
type: "Bug"
body:
- type: markdown
attributes:
value: |-
Write the title in active voice using a clear subject–verb–object structure, starting with the affected component or
feature, followed by a precise description of the issue and its impact, while avoiding vague wording or unnecessary detail
- type: markdown
attributes:
value: |-
Examples
- [Dataset metadata editor] [does not save] [multilingual descriptions]
- Species occurrence map does not display records from restricted datasets
- Observation import fails when coordinate uncertainty is missing
- type: textarea
id: steps
attributes:
label: Steps to reproduce
description: Write steps to reproduce the issue, starting from an exact URL (if web service)
value: |-
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
- type: textarea
id: expect
attributes:
label: Expected Behaviour
description: Clearly state what should happen
placeholder: Describe the expected behaviour here...
- type: textarea
id: additional
attributes:
label: Additional information
description: Include information on Operating System, Browser, Device as appropriate
placeholder: |-
- Add any other context about the problem here...
- Include a screenshot if needed