Skip to content
Open
Show file tree
Hide file tree
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
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Bug report
description: File a bug report.
labels: [bug]
body:
- type: textarea
id: description
attributes:
label: Describe the bug
description: >
A clear and concise description of what the bug is, including error messages.
validations:
required: true
- type: textarea
id: reproducer
attributes:
label: How to reproduce
description: >
Steps to reproduce the behaviour. Attach any relevant input file(s) below.
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behaviour (optional)
description: >
A clear and concise description of what you expected to happen.
- type: upload
id: upload
attributes:
label: Upload files (optional)
description: >
Upload any relevant files here.
Comment on lines +27 to +32
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't right. The upload type is listed in the docs and it shows correctly in the preview. It must be a fairly recent new feature.

30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Feature request
description: Propose a new feature
labels: [enhancement]
body:
- type: textarea
id: proposal
attributes:
label: Describe your proposed feature
description: >
A clear description of what the new feature should do.
validations:
required: true
- type: textarea
id: problem
attributes:
label: Please describe the problem you are trying to address
description: >
A clear description of the problem the proposed feature addresses.
placeholder: >
E.g.: "As a user, I would like to be able to do X..."
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Describe alternatives considered (optional)
description: >
A clear description of alternative solutions to the problem you have considered,
whether that involves adding a different feature or making use of existing
functionality.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Question
description: Ask the developers anything!
labels: [question]
body:
- type: textarea
id: question
attributes:
label: Enter your question here
description: >
Ask anything about the software and we'll get back to you shortly.
validations:
required: true
- type: upload
id: upload
attributes:
label: Upload files (optional)
description: >
Upload any additional files here.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Bug report
description: File a bug report.
labels: [bug]
body:
- type: textarea
id: description
attributes:
label: Describe the bug
description: >
A clear and concise description of what the bug is, including error messages.
validations:
required: true
- type: textarea
id: reproducer
attributes:
label: How to reproduce
description: >
Steps to reproduce the behaviour. Attach any relevant input file(s) below.
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behaviour (optional)
description: >
A clear and concise description of what you expected to happen.
- type: upload
id: upload
attributes:
label: Upload files (optional)
description: >
Upload any relevant files here.
Comment on lines +27 to +32
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Feature request
description: Propose a new feature
labels: [enhancement]
body:
- type: textarea
id: proposal
attributes:
label: Describe your proposed feature
description: >
A clear description of what the new feature should do.
validations:
required: true
- type: textarea
id: problem
attributes:
label: Please describe the problem you are trying to address
description: >
A clear description of the problem the proposed feature addresses.
placeholder: >
E.g.: "As a user, I would like to be able to do X..."
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Describe alternatives considered (optional)
description: >
A clear description of alternative solutions to the problem you have considered,
whether that involves adding a different feature or making use of existing
functionality.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Question
description: Ask the developers anything!
labels: [question]
body:
- type: textarea
id: question
attributes:
label: Enter your question here
description: >
Ask anything about the software and we'll get back to you shortly.
validations:
required: true
- type: upload
id: upload
attributes:
label: Upload files (optional)
description: >
Upload any additional files here.
Loading