This commit is contained in:
2024-06-17 17:34:06 +02:00
parent da23315ab9
commit 97b4e2d7b1
409 changed files with 4274 additions and 15396 deletions

60
.github/ISSUE_TEMPLATE/BUG-REPORT.yml vendored Normal file
View File

@@ -0,0 +1,60 @@
---
name: "🐛 Bug Report"
description: Create a new ticket for a bug.
title: "🐛 [Addon name] <title>"
labels: [
"bug"
]
body:
- type: textarea
id: description
attributes:
label: "Description"
description: Please enter an explicit description of your issue
placeholder: Short and explicit description of your incident...
validations:
required: true
- type: textarea
id: reprod
attributes:
label: "Reproduction steps"
description: Please enter an explicit description of your issue
value: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
render: bash
validations:
required: true
- type: textarea
id: logs
attributes:
label: "Addon Logs"
description: Please paste the full log that appears when starting the addon (including banner). This will be automatically formatted into code, so no need for backticks.
render: bash
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: "Architecture"
description: What architecture are you on ?
multiple: true
options:
- aarch64
- amd64
- armv7
validations:
required: false
- type: dropdown
id: os
attributes:
label: "OS"
description: What is the impacted environment ?
multiple: true
options:
- HAos
- Virtual Machine
validations:
required: false

2
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1,2 @@
---
blank_issues_enabled: false

View File

@@ -0,0 +1,44 @@
---
name: "✨ Feature request"
description: Suggest an idea for this project
title: "✨ [REQUEST] Addon name"
labels: [
"prevent stale",
"enhancement"
]
body:
- type: markdown
attributes:
value: |
I have a real life job in parallel to this addon, and don't think I'll be able to add new addons for the moment. You can still however express your interest in case someone would do it.
- type: checkboxes
id: terms
attributes:
label: Checked
description: "Pre-checks"
options:
- label: "If a new addon, I have checked on Google that such as addon doesn't already exists"
required: true
- label: "If a new feature, I have searched in the discussions & issues that it was not already covered"
required: true
- type: textarea
id: description
attributes:
label: "Which addon?"
description: The title of the addon the new feature is for
validations:
required: true
- type: textarea
id: description2
attributes:
label: "Is your feature request related to a problem? Please describe"
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when
validations:
required: true
- type: textarea
id: description3
attributes:
label: "Describe the solution you'd like"
description: A clear and concise description of what you want to happen
validations:
required: true

View File

@@ -0,0 +1,41 @@
---
name: "\u2753 Any other question"
about: Other questions or remarks not related to bugs or features
title: "\u2753 [addon] title"
labels: ['prevent stale']
assignees: ""
---
<!-- markdownlint-disable MD036 -->
**Which addon?**
<!--The title of the addon the new feature is for.-->
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
**Which addon?**
<!--The title of the addon the new feature is for.-->
**Addon or app?**
<!--Are you sure it is linked to the addon? If in the original app, the question should be posed there.-->
**Describe the solution you'd like**
<!--A clear and concise description of what you want to happen.-->
**Describe alternatives you've considered**
<!--A clear and concise description of any alternative solutions or features you've considered.-->
**Additional context**
<!--Add any other context here.-->