mirror of https://github.com/CIRCL/lookyloo
chg: make all templates yml
parent
e33917d767
commit
781f9e8ccd
|
@ -2,8 +2,7 @@ name: Bug Report
|
||||||
description: File a bug report
|
description: File a bug report
|
||||||
title: "[Bug]: "
|
title: "[Bug]: "
|
||||||
labels: ["Bug", "triage"]
|
labels: ["Bug", "triage"]
|
||||||
assignees:
|
|
||||||
- octocat
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
|
|
||||||
contact_links:
|
contact_links:
|
||||||
|
- name: Discussions
|
||||||
|
url: https://github.com/Lookyloo/lookyloo/discussions
|
||||||
|
about: For more general questions.
|
||||||
- name: Lookyloo Community Support
|
- name: Lookyloo Community Support
|
||||||
url: https://gitter.im/lookyloo-app/community
|
url: https://gitter.im/lookyloo-app/community
|
||||||
about: Please ask and answer questions here.
|
about: Please ask and answer questions here.
|
||||||
|
|
|
@ -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.
|
|
||||||
|
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue