mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Use a form in the issue template
This commit is contained in:
parent
1d895b8a74
commit
275253e4de
38
.github/ISSUE_TEMPLATE/10_bug_report.md
vendored
38
.github/ISSUE_TEMPLATE/10_bug_report.md
vendored
@ -1,38 +0,0 @@
|
|||||||
---
|
|
||||||
name: Bug/Crash report
|
|
||||||
about: Create a bug report to help us improve QGIS.
|
|
||||||
title: ''
|
|
||||||
labels: 'Bug'
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
<!--
|
|
||||||
Bug fixing and feature development is a community responsibility, and not the responsibility of the QGIS developers alone.
|
|
||||||
If this bug report or feature request is high-priority for you, we suggest engaging a QGIS developer or support organisation and financially sponsoring a fix
|
|
||||||
|
|
||||||
Checklist before submitting
|
|
||||||
|
|
||||||
- [ ] Search through existing issue reports and gis.stackexchange.com to check whether the issue already exists
|
|
||||||
- [ ] Test with a [clean new user profile](https://docs.qgis.org/testing/en/docs/user_manual/introduction/qgis_configuration.html?highlight=profile#working-with-user-profiles).
|
|
||||||
- [ ] Create a light and self-contained sample dataset and project file which demonstrates the issue
|
|
||||||
-->
|
|
||||||
|
|
||||||
**Describe the bug**
|
|
||||||
<!-- A clear and concise description of what the bug is. -->
|
|
||||||
|
|
||||||
**How to Reproduce**
|
|
||||||
|
|
||||||
<!-- Steps, sample datasets and qgis project file to reproduce the behavior. Screencasts or screenshots welcome -->
|
|
||||||
|
|
||||||
1. Go to '...'
|
|
||||||
2. Click on '....'
|
|
||||||
3. Scroll down to '....'
|
|
||||||
4. See error -->
|
|
||||||
|
|
||||||
**QGIS and OS versions**
|
|
||||||
|
|
||||||
<!-- In the QGIS Help menu -> About, click in the table, Ctrl+A and then Ctrl+C. Finally paste here -->
|
|
||||||
|
|
||||||
**Additional context**
|
|
||||||
|
|
||||||
<!-- Add any other context about the problem here. -->
|
|
46
.github/ISSUE_TEMPLATE/10_bug_report.yml
vendored
Normal file
46
.github/ISSUE_TEMPLATE/10_bug_report.yml
vendored
Normal file
@ -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
.github/ISSUE_TEMPLATE/15_feature_request.md
vendored
16
.github/ISSUE_TEMPLATE/15_feature_request.md
vendored
@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
name: Feature request
|
|
||||||
about: Suggest a feature idea for QGIS.
|
|
||||||
title: ''
|
|
||||||
labels: 'Feature Request'
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Feature description.**
|
|
||||||
<!-- A clear and concise description of what you want to happen. Ex. QGIS would rock even more if [...] -->
|
|
||||||
|
|
||||||
|
|
||||||
**Additional context**
|
|
||||||
<!-- 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. -->
|
|
25
.github/ISSUE_TEMPLATE/15_feature_request.yml
vendored
Normal file
25
.github/ISSUE_TEMPLATE/15_feature_request.yml
vendored
Normal file
@ -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
.github/ISSUE_TEMPLATE/20_documentation.md
vendored
12
.github/ISSUE_TEMPLATE/20_documentation.md
vendored
@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
name: API documentation (C++ or PyQGIS)
|
|
||||||
about: An issue about the C++ or PyQGIS documentation
|
|
||||||
title: ''
|
|
||||||
labels: 'Documentation, API, PyQGIS'
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<!-- Report only an issue related to the C++ or PyQGIS documentation -->
|
|
||||||
|
|
||||||
# Problem
|
|
19
.github/ISSUE_TEMPLATE/20_documentation.yml
vendored
Normal file
19
.github/ISSUE_TEMPLATE/20_documentation.yml
vendored
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user