From f91504a4e940de082d9d24d3116479703af72dc9 Mon Sep 17 00:00:00 2001 From: Andrew <46836330+andrewsgreene@users.noreply.github.com> Date: Wed, 13 Jan 2021 16:55:51 -0700 Subject: [PATCH] Update issue templates --- .../documentation-feedback-or-addition.md | 13 ++++++++++++ .../ISSUE_TEMPLATE/documentation-feedback.md | 13 ++++++++++++ .../feature-request-enhancement.md | 20 +++++++++++++++++++ .../ISSUE_TEMPLATE/new-project-proposal.md | 16 +++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 10 ++++++++++ 5 files changed, 72 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/documentation-feedback-or-addition.md create mode 100644 .github/ISSUE_TEMPLATE/documentation-feedback.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request-enhancement.md create mode 100644 .github/ISSUE_TEMPLATE/new-project-proposal.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/documentation-feedback-or-addition.md b/.github/ISSUE_TEMPLATE/documentation-feedback-or-addition.md new file mode 100644 index 0000000..7319d34 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation-feedback-or-addition.md @@ -0,0 +1,13 @@ +--- +name: Documentation Feedback or Addition +about: feedback and suggestions for documentation +title: '' +labels: documentation +assignees: '' + +--- + +# Documentation +## Description + +## Related documents diff --git a/.github/ISSUE_TEMPLATE/documentation-feedback.md b/.github/ISSUE_TEMPLATE/documentation-feedback.md new file mode 100644 index 0000000..22d4933 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation-feedback.md @@ -0,0 +1,13 @@ +--- +name: Documentation Feedback +about: feedback and suggestions for documentation +title: '' +labels: documentation +assignees: '' + +--- + +# Documentation +## Description + +## Related documents diff --git a/.github/ISSUE_TEMPLATE/feature-request-enhancement.md b/.github/ISSUE_TEMPLATE/feature-request-enhancement.md new file mode 100644 index 0000000..724bff8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request-enhancement.md @@ -0,0 +1,20 @@ +--- +name: Feature request/Enhancement +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/new-project-proposal.md b/.github/ISSUE_TEMPLATE/new-project-proposal.md new file mode 100644 index 0000000..42674ae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-project-proposal.md @@ -0,0 +1,16 @@ +--- +name: New Project Proposal +about: Step 1 in a new project proposal +title: '' +labels: new-project +assignees: '' + +--- + +** We will grant permissions to submit the proposal ** +# Project +Name: +Description: +Initial Members: +- John Smith @githubhandle +- Teal'c @jaffa4life diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..c41b80a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,10 @@ +--- +name: Question +about: Can't find your answer? +title: '' +labels: question +assignees: '' + +--- + +# Question -- GitLab