Skip to content

Commit 15dabac

Browse files
authored
Merge pull request #728 from rddim/upgrade-issue-template-250103
Upgrade issue template
2 parents 8b563aa + 637241b commit 15dabac

File tree

3 files changed

+101
-46
lines changed

3 files changed

+101
-46
lines changed
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
name: Bug Report
2+
description: Report an issue or unexpected behavior
3+
body:
4+
5+
- type: markdown
6+
attributes:
7+
value: |
8+
**!!! READ THIS BEFORE OPENING A NEW ISSUE REPORT !!!**
9+
10+
INVALID REPORTS WILL BE CLOSED WITHOUT FURTHER NOTICE TO KEEP ISSUE AREA CLEAN.
11+
By submitting a new issue you confirm having read and understood [how to report a new issue](https://github.com/Aris-t2/CustomCSSforFx/issues/4).
12+
Thanks for your understanding.
13+
14+
SUPPORT is only offered for features CustomCSSforFx project provides
15+
- This is not a **request** area for new stuff or features.
16+
- Do not open a new issue about something this project does not offer.
17+
- Make sure `about:config > toolkit.legacyUserProfileCustomizations.stylesheets` is set to `true`.
18+
- Join the discussion threads to chat and ask questions.
19+
- GENERAL TALK, FEEDBACK & QUESTIONS --> https://github.com/Aris-t2/CustomCSSforFx/discussions/722
20+
- MULTIROW TABS SUPPORT THREAD --> https://github.com/Aris-t2/CustomCSSforFx/discussions/455
21+
22+
NO SUPPORT for
23+
- outdated versions of CustomCSSforFx
24+
- deprecated features of (legacy) add-ons
25+
- visual issues without offering screenshots
26+
---
27+
28+
- type: checkboxes
29+
attributes:
30+
label: Guidelines
31+
description: Please ensure you've completed all of the following.
32+
options:
33+
- label: I have read [how to report a new issue](https://github.com/Aris-t2/CustomCSSforFx/issues/4)
34+
required: true
35+
- label: I have used the [latest release](https://github.com/Aris-t2/CustomCSSforFx/releases/latest)
36+
required: true
37+
- label: I have set the `toolkit.legacyUserProfileCustomizations.stylesheets` in `about:config` to `true`
38+
required: true
39+
40+
- type: dropdown
41+
attributes:
42+
label: Does the issue occur without any files inside /chrome/ folder?
43+
description: If it does, it might be a Firefox bug not related to this projects files, so 'the issue report' is most likely wrong here.
44+
options:
45+
- "Yes"
46+
- "No"
47+
validations:
48+
required: true
49+
50+
- type: textarea
51+
attributes:
52+
label: Description of the Issue
53+
description: Provide a concise description to the issue itself
54+
validations:
55+
required: true
56+
57+
- type: textarea
58+
attributes:
59+
label: Issue description, userChrome.css/userContent.css 'settings' the issue occurs with and steps to reproduce the issue
60+
validations:
61+
required: true
62+
63+
- type: dropdown
64+
attributes:
65+
label: Does the issue occur with the most recent version of CustomCSSforFx (release/test/dev build)?
66+
options:
67+
- Yes, with the latest release
68+
- Yes, with the test release
69+
- Yes, with the dev/pre release
70+
- "No"
71+
validations:
72+
required: true
73+
74+
- type: textarea
75+
attributes:
76+
label: Screenshots showing the issue
77+
description: Drag & drop images into this post
78+
validations:
79+
required: true
80+
81+
- type: textarea
82+
attributes:
83+
label: System information
84+
value: |
85+
- OS & OS version:
86+
- DPI/HiDPI/scaling value, if not 100% (e.g. 125%, 150%...):
87+
- Firefox version:
88+
- Firefox theme (e.g. default, build in light/dark, external theme + link):
89+
validations:
90+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Discussions
4+
url: https://github.com/Aris-t2/CustomCSSforFx/discussions
5+
about: View discussions or start one yourself
6+
- name: GENERAL TALK, FEEDBACK & QUESTIONS
7+
url: https://github.com/Aris-t2/CustomCSSforFx/discussions/722
8+
about: Post all questions and feedback into this discussion thread
9+
- name: MULTIROW TABS SUPPORT THREAD
10+
url: https://github.com/Aris-t2/CustomCSSforFx/discussions/455
11+
about: multiple tab lines

ISSUE_TEMPLATE

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)