Skip to content

Commit 2323344

Browse files
authored
Merge pull request #69 from Xpirix/gh_issue_template
Add issue templates
2 parents d4f7cb7 + 566bede commit 2323344

File tree

4 files changed

+129
-0
lines changed

4 files changed

+129
-0
lines changed
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
name: Bug Report
2+
description: For problems with the design or functionality of the QGIS Certification website.
3+
labels:
4+
- "bug"
5+
- "design"
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
#### Thank you for reporting an issue!
11+
12+
Please help us resolve your issue faster by providing clear details and screenshots if possible.
13+
14+
- Before submitting, please read [the repository note](https://github.com/qgis/QGIS-Certification-Website?tab=readme-ov-file#%EF%B8%8F-note-on-other-qgis-websites).
15+
- Only issues related to the QGIS Certification website will be addressed, unrelated issues will be closed.
16+
- Check if this bug has already been reported to avoid duplicates.
17+
- type: input
18+
id: address
19+
attributes:
20+
label: URL
21+
description: URL where the bug was found
22+
placeholder: https://certification.qgis.org/
23+
- type: dropdown
24+
id: devices
25+
attributes:
26+
label: On what type of device(s) did you see this bug?
27+
multiple: true
28+
options:
29+
- Phone
30+
- Tablet
31+
- Desktop
32+
- type: dropdown
33+
id: operating_systems
34+
attributes:
35+
label: On which operating system(s) are you seeing the problem?
36+
multiple: true
37+
options:
38+
- Android
39+
- iOS
40+
- Linux distribution
41+
- MacOs
42+
- Windows
43+
- type: input
44+
id: other_os
45+
attributes:
46+
label: Other OS
47+
description: If your operating system is not in the list, enter it here.
48+
- type: dropdown
49+
id: browsers
50+
attributes:
51+
label: On which browser(s) are you seeing the problem?
52+
multiple: true
53+
options:
54+
- Firefox
55+
- Chrome
56+
- Safari
57+
- Microsoft Edge
58+
- type: input
59+
id: other_browser
60+
attributes:
61+
label: Other Browser
62+
description: If your browser is not in the list, enter it here.
63+
- type: textarea
64+
id: summary
65+
attributes:
66+
label: Summary
67+
description: Describe the bug you encountered.
68+
validations:
69+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Matrix Chat
4+
url: https://matrix.to/#/#qgis-website:osgeo.org
5+
about: Our base of operations for group discussions on this project is our Matrix chat room

.github/ISSUE_TEMPLATE/dev.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Development
2+
description: For issues encountered with the QGIS Certification development environment.
3+
labels:
4+
- "dev"
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
#### Thank you for reporting an issue!
10+
11+
Please help us resolve your issue faster by providing clear details and screenshots if possible.
12+
13+
- Before submitting, please read [the repository note](https://github.com/qgis/QGIS-Certification-Website?tab=readme-ov-file#%EF%B8%8F-note-on-other-qgis-websites).
14+
- Only issues related to the QGIS Certification website will be addressed; unrelated issues will be closed.
15+
- Check if this bug has already been reported to avoid duplicates.
16+
- type: input
17+
attributes:
18+
label: Tools
19+
description: What tool(s) are affected?
20+
placeholder: IDE, Docker, GH Actions, Make, etc.
21+
- type: textarea
22+
id: summary
23+
attributes:
24+
label: Summary
25+
description: Describe the issue you encountered. Feel free to provide screenshots and/or screencasts if helpful (they always are!)
26+
validations:
27+
required: true
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Feature Request
2+
description: Suggest an idea to better the QGIS Certification Website!
3+
labels:
4+
- enhancement
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
#### Thank you for submitting a feature request!
10+
11+
Please help us resolve your request faster by providing clear details and screenshots if possible.
12+
13+
- Before submitting, please read [the repository note](https://github.com/qgis/QGIS-Certification-Website?tab=readme-ov-file#%EF%B8%8F-note-on-other-qgis-websites).
14+
- Only feature requests related to the QGIS Certification website will be addressed; unrelated requests will be closed.
15+
- Check if this feature has already been requested to avoid duplicates.
16+
- type: textarea
17+
id: description
18+
attributes:
19+
label: Feature Description
20+
description: Describe the feature you would like to see implemented.
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: reference
25+
attributes:
26+
label: Reference to Feature
27+
description: Have you seen this feature somewhere else?
28+
placeholder: Please include links to references if you have them.

0 commit comments

Comments
 (0)