Skip to content

Commit

Permalink
Create Issue form/template
Browse files Browse the repository at this point in the history
  • Loading branch information
rcalixte committed Oct 4, 2023
1 parent ca0f428 commit 382d45b
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE

This file was deleted.

137 changes: 137 additions & 0 deletions .github/ISSUE_TEMPLATE/01_bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
---
name: 🐜 Extension Bug Report
description: If something isn't working, file a report. 🔧
title: "extension@author: Bug"
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
id: extension_version
attributes:
label: Extension version/Build date
description: (can be found in "About..." or in `metadata.json`)
placeholder: ex. 4.2.1
validations:
required: false
- type: input
id: cinnamon_version
attributes:
label: Cinnamon version
description: (`cinnamon --version`)
placeholder: ex. 5.6.3
validations:
required: true
- type: input
id: distribution
attributes:
label: Distribution
description: (Mint 21.2, Arch, Fedora 38)
placeholder: ex. Mint 21.2
validations:
required: true
- type: input
id: graphics
attributes:
label: Graphics hardware *and* driver used
description: (AMD/NVIDIA/Intel and nouveau/kernel/package(s))
placeholder: ex. NVIDIA GeForce RTX 4060 and nouveau
validations:
required: false
- type: textarea
id: glass-log
attributes:
label: Snippet or attachment of `~/.cinnamon/glass.log`
validations:
required: false
- type: textarea
id: xsession-errors
attributes:
label: Snippet or attachment of `~/.xsession-errors`
validations:
required: false
- type: dropdown
id: extension
attributes:
label: Extension name and maintainer
options:
- DesktopCube@yare
- Flipper@connerdev
- SanitizeXsessionErrors@claudiux @claudiux
- ShadowParameters@mikhail-ekzi @mikhail-ekzi
- back-to-monitor@nathan818fr @nathan818fr
- [email protected]
- cinnamon-dynamic-wallpaper@TobiZog @TobiZog
- cinnamon-maximus@fmete
- [email protected] @hermes83
- desktop-icons-per-workspace@cardsurf @cardsurf
- desktop-scroller@ccadeptic23
- extra-panel-settings@gr3q @gr3q
- gTile@shuairan
- horizontal-osd@berk-karaal @berk-karaal
- mnemonic-5-4-window-menu@mtwebster @mtwebster
- mouse-shake-zoom@rcalixte @rcalixte
- [email protected]
- rnbdsh@negateWindow @rnbdsh
- slider@mohammad-sn @mohammad-sn
- smart-panel@mohammad-sn @mohammad-sn
- transparent-panels-reloaded@marcelovbcfilho @marcelovbcfilho
- transparent-panels@germanfr @germanfr
- user-shadows@nathan818fr @nathan818fr
- watermark@germanfr @germanfr
- [email protected]
- workspace-scroller@ori
default: 0
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
validations:
required: false
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Steps to reproduce
description: How can this problem be reproduced?
placeholder: 1. Click or type somewhere...
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behaviour
description: What should have happened
placeholder: No bugs...
validations:
required: true
- type: textarea
id: other
attributes:
label: Other information
description: Anything else that might help get this fixed faster
placeholder: Extra details...
validations:
required: false
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to behave respectfully and in a mature manner. If in doubt, refer to the [Golden Rule](https://en.wikipedia.org/wiki/Golden_Rule) and [Github's Community Guidelines](https://docs.github.com/en/site-policy/github-terms/github-community-guidelines).
options:
- label: I agree to follow this project's Code of Conduct
required: true
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
blank_issues_enabled: false
contact_links:
- name: 🚀 Feature Request
url: https://github.com/orgs/linuxmint/discussions
about: If you have a feature request 💡
- name: ❓ Linux Mint Forums
url: https://forums.linuxmint.com/
about: Please ask and answer questions here. 🏥

0 comments on commit 382d45b

Please sign in to comment.