Add issue template

pull/428/head
Thomas Tanon 2 years ago committed by Thomas Tanon
parent c4a5b65ac0
commit e90d98bb2c
  1. 16
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 20
      .github/ISSUE_TEMPLATE/feature-request.md
  3. 10
      .github/ISSUE_TEMPLATE/question.md

@ -0,0 +1,16 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Which version of Oxigraph are you using? On which platform?
2. A command line or a code snippet that triggers the bug.

@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Please link to other systems implementing the feature, specification of it if it exists and/or existing documentation about this feature.

@ -0,0 +1,10 @@
---
name: Question
about: Please don't use issues but the Q&A section of the "discussions" space
title: ''
labels: question
assignees: ''
---
Loading…
Cancel
Save