Skip to content

Commit

Permalink
Merge pull request #728 from rddim/upgrade-issue-template-250103
Browse files Browse the repository at this point in the history
Upgrade issue template
  • Loading branch information
Aris-t2 authored Jan 25, 2025
2 parents 8b563aa + 637241b commit 15dabac
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 46 deletions.
90 changes: 90 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
name: Bug Report
description: Report an issue or unexpected behavior
body:

- type: markdown
attributes:
value: |
**!!! READ THIS BEFORE OPENING A NEW ISSUE REPORT !!!**
INVALID REPORTS WILL BE CLOSED WITHOUT FURTHER NOTICE TO KEEP ISSUE AREA CLEAN.
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).
Thanks for your understanding.
SUPPORT is only offered for features CustomCSSforFx project provides
- This is not a **request** area for new stuff or features.
- Do not open a new issue about something this project does not offer.
- Make sure `about:config > toolkit.legacyUserProfileCustomizations.stylesheets` is set to `true`.
- Join the discussion threads to chat and ask questions.
- GENERAL TALK, FEEDBACK & QUESTIONS --> https://github.com/Aris-t2/CustomCSSforFx/discussions/722
- MULTIROW TABS SUPPORT THREAD --> https://github.com/Aris-t2/CustomCSSforFx/discussions/455
NO SUPPORT for
- outdated versions of CustomCSSforFx
- deprecated features of (legacy) add-ons
- visual issues without offering screenshots
---
- type: checkboxes
attributes:
label: Guidelines
description: Please ensure you've completed all of the following.
options:
- label: I have read [how to report a new issue](https://github.com/Aris-t2/CustomCSSforFx/issues/4)
required: true
- label: I have used the [latest release](https://github.com/Aris-t2/CustomCSSforFx/releases/latest)
required: true
- label: I have set the `toolkit.legacyUserProfileCustomizations.stylesheets` in `about:config` to `true`
required: true

- type: dropdown
attributes:
label: Does the issue occur without any files inside /chrome/ folder?
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.
options:
- "Yes"
- "No"
validations:
required: true

- type: textarea
attributes:
label: Description of the Issue
description: Provide a concise description to the issue itself
validations:
required: true

- type: textarea
attributes:
label: Issue description, userChrome.css/userContent.css 'settings' the issue occurs with and steps to reproduce the issue
validations:
required: true

- type: dropdown
attributes:
label: Does the issue occur with the most recent version of CustomCSSforFx (release/test/dev build)?
options:
- Yes, with the latest release
- Yes, with the test release
- Yes, with the dev/pre release
- "No"
validations:
required: true

- type: textarea
attributes:
label: Screenshots showing the issue
description: Drag & drop images into this post
validations:
required: true

- type: textarea
attributes:
label: System information
value: |
- OS & OS version:
- DPI/HiDPI/scaling value, if not 100% (e.g. 125%, 150%...):
- Firefox version:
- Firefox theme (e.g. default, build in light/dark, external theme + link):
validations:
required: true
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
blank_issues_enabled: true
contact_links:
- name: Discussions
url: https://github.com/Aris-t2/CustomCSSforFx/discussions
about: View discussions or start one yourself
- name: GENERAL TALK, FEEDBACK & QUESTIONS
url: https://github.com/Aris-t2/CustomCSSforFx/discussions/722
about: Post all questions and feedback into this discussion thread
- name: MULTIROW TABS SUPPORT THREAD
url: https://github.com/Aris-t2/CustomCSSforFx/discussions/455
about: multiple tab lines
46 changes: 0 additions & 46 deletions ISSUE_TEMPLATE

This file was deleted.

0 comments on commit 15dabac

Please sign in to comment.