chore: add issue templates and actions (#507)

* chore: add issue templates and actions

* chore: add issue templates and actions
This commit is contained in:
Peter Woodworth
2022-09-30 17:31:14 -07:00
committed by GitHub
parent b76492e92a
commit 2fd1c82a69
7 changed files with 201 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
---
name: "📕 Documentation Issue"
description: Report an issue in the README or a suggestion to improve documentation
title: "short issue description"
labels: [documentation, needs-triage]
assignees: []
body:
- type: textarea
id: description
attributes:
label: Describe the issue
description: A clear and concise description of the issue.
validations:
required: true