Navigation Menu

Skip to content

Commit

Permalink
Use a form in the issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Jul 24, 2021
1 parent 1d895b8 commit 275253e
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 66 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/10_bug_report.md

This file was deleted.

46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/10_bug_report.yml
@@ -0,0 +1,46 @@
name: Bug/Crash report
description: Create a bug report to help us improve QGIS.
labels:
- 'Bug'
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report correctly.
- type: textarea
id: what
attributes:
label: What is the bug or the crash?
validations:
required: true

- type: textarea
id: steps
attributes:
label: Steps to reproduce the issue
description: |
Steps, sample datasets and qgis project file to reproduce the behavior. Screencasts or screenshots are more than welcome, you can drag&drop them in the text box.
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
validations:
required: true

- type: textarea
id: about-info
attributes:
label: Versions
description: |
In the QGIS Help menu -> About, click in the table, Ctrl+A and then Ctrl+C. Finally paste here.
Do not make a screenshot.
validations:
required: true

- type: textarea
id: additional-context
attributes:
label: Additional context
description: |
Add any other context about the problem here.
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/15_feature_request.md

This file was deleted.

25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/15_feature_request.yml
@@ -0,0 +1,25 @@
name: Feature request
description: Suggest a feature idea for QGIS.
labels:
- 'Feature Request'
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request correctly.
- type: textarea
id: what
attributes:
label: Feature description
description: A clear and concise description of what you want to happen. Ex. QGIS would rock even more if [...]
validations:
required: true

- type: textarea
id: Additional
attributes:
label: Additional context
description: |
Add any other context or screenshots about the feature request here. Open source is community driven, please consider a way to support this work either by hiring developers, supporting the QGIS project, find someone to submit a pull request.
If the change required is important, you should consider writing a [QGIS Enhancement Proposal](https://github.com/qgis/QGIS-Enhancement-Proposals/issues) (QEP) or hiring someone to, and announce your work on the lists.
12 changes: 0 additions & 12 deletions .github/ISSUE_TEMPLATE/20_documentation.md

This file was deleted.

19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/20_documentation.yml
@@ -0,0 +1,19 @@
name: API documentation (C++ or PyQGIS)
description: An issue about the C++ or PyQGIS documentation
labels:
- 'Documentation'
- 'API'
- 'PyQGIS'
body:

- type: markdown
attributes:
value: |
Report only an issue related to the C++ or PyQGIS documentation
- type: textarea
id: what
attributes:
label: What is the issue about the documentation?
validations:
required: true

0 comments on commit 275253e

Please sign in to comment.