Skip to content

Commit

Permalink
Added Issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Jul 24, 2023
1 parent 538ae35 commit 7ed6ebc
Show file tree
Hide file tree
Showing 5 changed files with 141 additions and 0 deletions.
56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
name: Bug Report
description: File a bug report.
title: "[Bug] "
labels: [bug]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
attributes:
label: What is the bug?
description: Describe the bug, what is happening?
placeholder: Tell us what you see!
validations:
required: true
- type: textarea
attributes:
label: How to reproduce the bug?
description: Tell use how to reproduce the bug.
placeholder: How to reproduce the bug?
validations:
required: true
- type: textarea
attributes:
label: Screenshots
description: Join a screenshot if you can.
placeholder: Drag or paste an image here.
validations:
required: false
- type: dropdown
attributes:
label: Operating System
description: What operating system are you using?
options:
- Windows 11
- Windows 10
- Windows 8.1
- Windows 8
- Windows 7
validations:
required: true
- type: input
attributes:
label: What is the version of the operating system?
description: Tell us the precise version of your operating system (Win+R, winver, Enter).
placeholder: Windows 10.0.19043.1110
validations:
required: false
- type: input
attributes:
label: What is the version of the software?
description: Tell us the precise version of the software you are using.
placeholder: v1.5.0.2108
validations:
required: true
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/doc-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Documentation Report
description: File a documentation issue report.
title: "[Documentation] "
labels: [documentation]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill this documentation issue report!
- type: textarea
attributes:
label: What is the problem?
description: Describe the problem.
placeholder: There is an issue in...
validations:
required: true
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Feature Request
description: Request/Suggest a feature.
title: "[Enhancement] "
labels: [enhancement]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to suggest a new feature for this project!
- type: textarea
attributes:
label: Enhancement
description: Describe your feature request/your idea here.
placeholder: I would like to see...
validations:
required: true
- type: textarea
attributes:
label: Other information
description: If you have other information, like mockups, etc., put them here.
placeholder: Add other information here.
validations:
required: false
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/misc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Misc
description: Your issue doesn't fit in any categories.
title: "[Misc] "
labels: [misc]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this issue!
- type: textarea
attributes:
label: Description of your issue
description: Describe the problem.
placeholder: Describe here your issue.
validations:
required: true
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/translate-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Translation issues
description: Report a translation issue.
title: "[Translation] "
labels: [translation]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this translation issue report!
- type: textarea
attributes:
label: Description of the problem
description: Describe the translation problem.
placeholder: Error in...
validations:
required: true
- type: textarea
attributes:
label: Propose a translation
description: Propose a new translation.
placeholder: It should be...
validations:
required: true
- type: textarea
attributes:
label: Screenshot
description: If you have a screenshot, paste it here.
placeholder: Drag or paste an image here.
validations:
required: false

0 comments on commit 7ed6ebc

Please sign in to comment.