Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #44439 from Gustry/tickets
Github template - Add some notes for new profile and plugins
  • Loading branch information
m-kuhn committed Aug 26, 2021
2 parents 2d5a580 + f605cdf commit b2287f5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/10_bug_report.yml
Expand Up @@ -8,6 +8,11 @@ body:
value: |
Thanks for taking the time to fill out this bug report correctly.
Please report only issues related to the QGIS application.
If the issue is related to a plugin, you should file the issue in the plugin code repository.
You can find the URL in the QGIS Plugin Manager.
- type: textarea
id: what
attributes:
Expand Down Expand Up @@ -38,6 +43,28 @@ body:
validations:
required: true

- type: checkboxes
id: qgis-version
attributes:
label: Supported QGIS version
description: |
Each month, there is a new release of QGIS. According to the release schedule, you should at least be running a supported QGIS version.
You can check the release schedule https://www.qgis.org/en/site/getinvolved/development/roadmap.html#release-schedule
options:
- label: I'm running a supported QGIS version according to the roadmap.

- type: checkboxes
id: new-profile
attributes:
label: New profile
description: |
Did you try with a new QGIS profile? Some issues or crashes might be related to plugins or user configuration.
You must try with a new profile to check if the issue remains.
Read this link how to create a new profile
https://docs.qgis.org/3.16/en/docs/user_manual/introduction/qgis_configuration.html#working-with-user-profiles
options:
- label: I tried with a new QGIS profile

- type: textarea
id: additional-context
attributes:
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Expand Up @@ -13,6 +13,8 @@ contact_links:
GitHub issues are for bug reports and suggestions for new features.
- name: QGIS plugin issue
# There must be a link to make this option valid for GitHub
url: https://plugins.qgis.org
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
Expand Down

0 comments on commit b2287f5

Please sign in to comment.