Skip to content

Commit

Permalink
Merge pull request #9438 from haubourg/add_issue_templates
Browse files Browse the repository at this point in the history
[WIP] Add future issue templates for github
  • Loading branch information
qgib committed May 25, 2019
2 parents 1351daf + 6a63762 commit c2e0c43
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,47 @@
---
name: Bug report
about: Create a bug report to help us improve QGIS.
title: ''
labels: 'Bug report'
assignees: ''

---
<!--
Bug fixing and feature development is a community responsibility, and not the responsibility of the QGIS project 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
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). -->

**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 -->


**Desktop environment (please complete the following information):**

- OS and version:

**QGIS version**

*Please add information available in QGIS menu help/about*

- QGIS Version: [e.g. 3.4.5]
- Full library versions:

**Additional context**

<!-- Add any other context about the problem here. -->
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,16 @@
---
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. -->

0 comments on commit c2e0c43

Please sign in to comment.