Templates for Issues #16
RaggedStaff
started this conversation in
Ideas
Replies: 1 comment
-
It's OK for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@RachL has proposed we have some templates to simplify the raising of issues & improve/enrich the information provided (particularly within the Ontology & Taxonomies repositories).
I'm thinking we probably want a Bug Report and a Feature Request. Can anyone think of any others?
I've had a quick stab at templates for both of those:
Bug Report (Ontology)
name: Bug report
about: Create a report to help us improve
title: '[BUG] Give a title'
labels: 'bug'
assignees: ''
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
Feature Request (Ontology)
name: Feature request
about: Suggest an idea to extend the standard
title: '[FEATURE] Give a title'
labels: 'enhancement'
assignees: ''
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Include any Classes and/or Properties that are impacted. E.G. It's not possible to [...]
Describe the solution you'd like
A clear and concise description of what you want to happen. Include any Use Case(s) that are applicable
Describe alternatives you've considered
A clear and concise description of any alternative solutions, features, or work-arounds you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Bug Report (Taxonomies)
name: Bug report
about: Create a report to help us improve
title: '[BUG] Give a title'
labels: 'bug'
assignees: ''
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots or diagrams to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
Feature Request (Taxonomies)
name: Feature request
about: Suggest an idea to extend the standard
title: '[FEATURE] Give a title'
labels: 'enhancement'
assignees: ''
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Include the taxonomies that are impacted, and any concepts you're proposing.
Describe the solution you'd like
A clear and concise description of what you want to happen. Include any Use Case(s) that are applicable
Describe alternatives you've considered
A clear and concise description of any alternative solutions, features, or work-arounds you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Beta Was this translation helpful? Give feedback.
All reactions