Skip to content

Commit

Permalink
Merge pull request #44033 from Gustry/tickets
Browse files Browse the repository at this point in the history
Review the ticket configuration on GitHub
  • Loading branch information
m-kuhn committed Jul 27, 2021
2 parents de4e231 + 275253e commit 33671c1
Show file tree
Hide file tree
Showing 8 changed files with 109 additions and 81 deletions.
15 changes: 0 additions & 15 deletions .github/ISSUE_TEMPLATE/00_question.md

This file was deleted.

12 changes: 0 additions & 12 deletions .github/ISSUE_TEMPLATE/05_plugin.md

This file was deleted.

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.
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
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,19 @@
blank_issues_enabled: false

contact_links:
- name: Documentation (desktop and server)
url: https://github.com/qgis/QGIS-Documentation/issues
about: Suggest improvements or report errors regarding https://docs.qgis.org

- name: Question
url: https://gis.stackexchange.com/
about: >
Questions should go to the qgis-user mailing list at https://lists.osgeo.org/mailman/listinfo/qgis-user
or other support forums such as https://gis.stackexchange.com/.
GitHub issues are for bug reports and suggestions for new features.
- name: QGIS plugin issue
about: >
If the issue concerns a third party plugin (downloaded with the plugin manager) then it can't be fixed
by the QGIS core team. Please raise your issue in the dedicated bug tracker for that specific plugin
(as listed in the plugin's description)

0 comments on commit 33671c1

Please sign in to comment.