mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 14:24:03 +02:00
Merge pull request #155 from basnijholt/issue_templates
Issue templates
This commit is contained in:
commit
0120d5aa30
5 changed files with 55 additions and 0 deletions
17
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
name: 'Bug Report'
|
||||
about: 'Report a bug in adaptive-lighting.'
|
||||
labels: kind/bug, need/triage
|
||||
---
|
||||
|
||||
#### Version information:
|
||||
|
||||
|
||||
#### Description:
|
||||
<!-- This is where you get to tell us what went wrong. When doing so, please make sure to include *all* relevant information.
|
||||
|
||||
Please try to include:
|
||||
* What you were doing when you experienced the bug.
|
||||
* Any error messages you saw, *where* you saw them, and what you believe may have caused them (if you have any ideas).
|
||||
* When possible, steps to reliably produce the bug.
|
||||
-->
|
||||
14
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
14
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Getting Help on adaptive-lighting
|
||||
url: https://github.com/basnijholt/adaptive-lighting/discussions/categories/q-a
|
||||
about: Q&A section of the discussion tab
|
||||
- name: Share your idea
|
||||
url: https://github.com/basnijholt/adaptive-lighting/discussions/categories/ideas
|
||||
about: And discuss it with the community
|
||||
- name: General discussions about this component
|
||||
url: https://github.com/basnijholt/adaptive-lighting/discussions/categories/general
|
||||
about: General discussions about this component
|
||||
- name: Share your setup with adaptive-lighting
|
||||
url: https://github.com/basnijholt/adaptive-lighting/discussions/categories/show-and-tell
|
||||
about: Or see what other people do with this component
|
||||
13
.github/ISSUE_TEMPLATE/doc.md
vendored
Normal file
13
.github/ISSUE_TEMPLATE/doc.md
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
name: 'Documentation Issue'
|
||||
about: 'Report missing, erroneous docs, broken links or propose new docs'
|
||||
labels: kind/docs_issue, need/triage
|
||||
---
|
||||
|
||||
#### Location
|
||||
|
||||
<!-- In the case of missing/erroneous documentation, where is the error? If possible, a link/URL would be great! -->
|
||||
|
||||
#### Description
|
||||
|
||||
<!-- Describe the documentation issue. -->
|
||||
6
.github/ISSUE_TEMPLATE/enhancement.md
vendored
Normal file
6
.github/ISSUE_TEMPLATE/enhancement.md
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
name: 'Enhancement'
|
||||
about: 'Suggest an improvement to an existing feature.'
|
||||
labels: kind/enhancement need/triage
|
||||
---
|
||||
|
||||
5
.github/ISSUE_TEMPLATE/feature.md
vendored
Normal file
5
.github/ISSUE_TEMPLATE/feature.md
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
name: 'Feature'
|
||||
about: 'Suggest a new feature'
|
||||
labels: kind/feature, need/triage
|
||||
---
|
||||
Loading…
Add table
Add a link
Reference in a new issue