chg: make all templates yml

pull/299/head
Raphaël Vinot 2021-12-01 11:54:56 +01:00
parent e33917d767
commit 781f9e8ccd
5 changed files with 34 additions and 23 deletions

View File

@ -2,8 +2,7 @@ name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["Bug", "triage"]
assignees:
- octocat
body:
- type: markdown
attributes:

View File

@ -1,6 +1,9 @@
blank_issues_enabled: false
contact_links:
- name: Discussions
url: https://github.com/Lookyloo/lookyloo/discussions
about: For more general questions.
- name: Lookyloo Community Support
url: https://gitter.im/lookyloo-app/community
about: Please ask and answer questions here.

View File

@ -1,21 +0,0 @@
---
name: Documentation
about: Suggest an improvement/change to the docs
labels: 'documentation'
---
## Describe the change
*(A clear and concise description of what you want to happen)*
## How will this impact users?
## Additional context
<!-- Add any other context or screenshots about the feature request here -->
1.

View File

@ -0,0 +1,13 @@
name: Documentation
description: Suggest an improvement/change to the docs
title: "[Doc]: "
labels: ['documentation']
body:
- type: textarea
id: doc
attributes:
label: Describe the change
description: What is missing or unclear?
validations:
required: true

17
.github/ISSUE_TEMPLATE/freetext.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Notes
description: Freetext form, use it for quick notes and remarks that don't fit anywhere else.
title: "[Notes]: "
labels: ["Notes", "help wanted"]
body:
- type: markdown
attributes:
value: |
Tell us what you think!
- type: textarea
id: notes
attributes:
label: Notes
description: Write anything you want to say.
validations:
required: true