From 7798176a0930940eeaf73df6919d2449c970d4e0 Mon Sep 17 00:00:00 2001 From: llhuii Date: Mon, 7 Jun 2021 11:16:17 +0800 Subject: [PATCH] Add more github issue templates 1. question 2. documentation 3. cleanup Signed-off-by: llhuii --- .github/ISSUE_TEMPLATE/cleanup.md | 13 +++++++++++++ .github/ISSUE_TEMPLATE/documentation.md | 12 ++++++++++++ .github/ISSUE_TEMPLATE/question.md | 10 ++++++++++ 3 files changed, 35 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/cleanup.md create mode 100644 .github/ISSUE_TEMPLATE/documentation.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/cleanup.md b/.github/ISSUE_TEMPLATE/cleanup.md new file mode 100644 index 000000000..920f31851 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/cleanup.md @@ -0,0 +1,13 @@ +--- +name: Cleanup +about: Cleaning up code, process, or technical debt, etc. +labels: kind/cleanup + +--- + + + +**What should be cleaned up or changed**: + +**Why is this needed**: + diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 000000000..53f209e02 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -0,0 +1,12 @@ +--- +name: Documentation Request +about: Suggest what should be documented in Sedna +labels: kind/documentation + +--- + + + +**What would you like to be documented**: + +**Why is this needed**: diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..6aac9922d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,10 @@ +--- +name: Question +about: Ask a question about using Sedna +labels: kind/question + +--- + + + +