From 2eaed7a10e779fdb3796c54051ae17dd9f9921e4 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 19 Feb 2021 13:34:24 -0700 Subject: [PATCH] Add new Github issue templates (#2195) * Add new Github issue templates * Rename bug_report.md to bug-report.md * Apply suggestions from code review Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com> * addressed PR feedback * small updates to issue templates Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug-report.md | 25 ++++++++++++++++++ .github/ISSUE_TEMPLATE/new-feature.md | 37 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/proposal.md | 12 +++++++++ 3 files changed, 74 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/new-feature.md create mode 100644 .github/ISSUE_TEMPLATE/proposal.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000000..4d7afc15d7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,25 @@ +--- +name: Bug report +about: Report an issue with the InfluxData documentation. +title: '' +labels: '' +assignees: '' +--- + +_Describe the issue here._ + +##### Relevant URLs +- _Provide relevant URLs (the doc page in question, project issues, community threads, etc.)_ + + diff --git a/.github/ISSUE_TEMPLATE/new-feature.md b/.github/ISSUE_TEMPLATE/new-feature.md new file mode 100644 index 0000000000..2995100910 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-feature.md @@ -0,0 +1,37 @@ +--- +name: New feature +about: Submit new InfluxData product features that need to be documented. +title: '' +labels: '' +assignees: '' +--- + +**PR:** _Provide PR URL(s) for this feature (if available)_ + +_Describe the new feature here._ + + + +##### Relevant URLs +- _Provide relevant URLs (issues, community threads, existing doc pages, etc.)_ + + diff --git a/.github/ISSUE_TEMPLATE/proposal.md b/.github/ISSUE_TEMPLATE/proposal.md new file mode 100644 index 0000000000..4f29e109b7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/proposal.md @@ -0,0 +1,12 @@ +--- +name: Proposal +about: Propose changes to InfluxData documentation content, structure, layout, etc. +title: '' +labels: Proposal +assignees: '' +--- + +_Describe your proposal here._ + +##### Relevant URLs +- _Provide relevant URLs_