Skip to content

Commit 42c9d61

Browse files
author
Régis Haubourg
committedMar 12, 2019
put informative text into markdown comments
1 parent 2f756a2 commit 42c9d61

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed
 

‎.github/bug_report.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,29 @@ labels: 'Bug report'
66
assignees: ''
77

88
---
9+
<!--
10+
Bug fixing and feature development is a community responsibility, and not the responsibility of the QGIS project alone.
11+
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
912
10-
*Bug fixing and feature development is a community responsibility, and not the responsibility of the QGIS project alone.*
11-
*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*
13+
Checklist before submitting
1214
13-
*Checklist before submitting*
15+
- [ ] Search through existing issue reports and gis.stackexchange.com to check whether the issue already exists
16+
- [ ] 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).
17+
- [ ] Create a light and self-contained sample dataset and project file which demonstrates the issue
1418
15-
- [ ] *Search through existing issue reports and gis.stackexchange.com to check whether the issue already exists*
16-
- [ ] *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).*
17-
- [ ] *Create a light and self-contained sample dataset and project file which demonstrates the issue*
18-
19-
*If the issue concerns a **third party plugin**, then it **cannot** be fixed by the QGIS team. Please raise your issue in the dedicated bug tracker for that specific plugin (as listed in the plugin's description).*
19+
If the issue concerns a **third party plugin**, then it **cannot** be fixed by the QGIS team. Please raise your issue in the dedicated bug tracker for that specific plugin (as listed in the plugin's description). -->
2020

2121
**Describe the bug**
22-
*A clear and concise description of what the bug is.*
22+
<!-- A clear and concise description of what the bug is. -->
2323

2424
**How to Reproduce**
2525

26-
*Steps, sample datasets and qgis project file to reproduce the behavior. Screencasts or screenshots welcome*
26+
<!-- Steps, sample datasets and qgis project file to reproduce the behavior. Screencasts or screenshots welcome
2727
2828
1. Go to '...'
2929
2. Click on '....'
3030
3. Scroll down to '....'
31-
4. See error
31+
4. See error -->
3232

3333

3434
**Desktop environment (please complete the following information):**
@@ -44,4 +44,4 @@ assignees: ''
4444

4545
**Additional context**
4646

47-
*Add any other context about the problem here.*
47+
<!-- Add any other context about the problem here. -->

‎.github/feature_request.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ assignees: ''
88
---
99

1010
**Feature description.**
11-
*A clear and concise description of what you want to happen. Ex. QGIS would rock even more if [...]*
11+
<!-- A clear and concise description of what you want to happen. Ex. QGIS would rock even more if [...] -->
1212

1313

1414
**Additional context**
15-
*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.*
16-
*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.*
15+
<!-- 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.
16+
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. -->

0 commit comments

Comments
 (0)
Please sign in to comment.