mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-06 04:21:55 +00:00
chore: add issue templates
This commit is contained in:
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Community Chat
|
||||
url: https://discord.com/invite/FMcvc6T
|
||||
about: Our dedicated community is here to help.
|
||||
47
.github/ISSUE_TEMPLATE/content-suggestion.yml
vendored
Normal file
47
.github/ISSUE_TEMPLATE/content-suggestion.yml
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
name: Content Suggestion
|
||||
description: A suggestion for a new article/post about a technical topic
|
||||
title: "[Proposed Post]: "
|
||||
labels:
|
||||
- blog post
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: >-
|
||||
> This is a proposed article to be written (by anyone) for Unicorn
|
||||
Utterances. If this topic seems interesting to you and you'd like to
|
||||
write it, just leave a comment saying so and let us know what we can do
|
||||
to help.
|
||||
- type: input
|
||||
attributes:
|
||||
label: "Proposed topic title:"
|
||||
description: What is the proposed title of the article?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: "Topic description:"
|
||||
description: A description of the content you'd like to see written
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: "Link to existing draft:"
|
||||
description: >-
|
||||
This is an optional link to an existing draft if work on this content
|
||||
has already begun,
|
||||
- type: input
|
||||
attributes:
|
||||
label: "Part of series:"
|
||||
description: >-
|
||||
If this article is proposed to be part of a article series, what should
|
||||
said series be called?
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Resources
|
||||
description: >-
|
||||
Resources used to research this topic for those that might not know
|
||||
already
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Other Notes
|
||||
description: Anything else you'd like to add about this potential article
|
||||
18
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
18
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: Feature Request
|
||||
description: template for missing feature
|
||||
title: "[Feature Request]: "
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Description
|
||||
description: A clear and concise description of the problem or missing capability
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the solution you'd like
|
||||
description: If you have a solution in mind, please describe it.
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe alternatives you've considered
|
||||
description: Have you considered any alternative solutions or workarounds?
|
||||
18
.github/ISSUE_TEMPLATE/website-bug.yml
vendored
Normal file
18
.github/ISSUE_TEMPLATE/website-bug.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: Website bug report
|
||||
description: Template for bug reports about the website
|
||||
title: "[Website Bug]: "
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Description
|
||||
description: A clear and concise description of the problem
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Minimal Reproduction
|
||||
description: provide steps to reproduce the problem
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Exception or Error
|
||||
description: provide error logs
|
||||
Reference in New Issue
Block a user