From cc2c5e31fc881726d78fff124b31d9a23f0aaec8 Mon Sep 17 00:00:00 2001 From: Jared Allard Date: Thu, 22 Aug 2019 11:13:06 -0700 Subject: [PATCH] feat: use github issues/pr templates v2 (#663) --- .github/ISSUE_TEMPLATE/bug-report.md | 23 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature.md | 11 +++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ issue_template.md | 19 ------------------- 4 files changed, 45 insertions(+), 19 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md delete mode 100644 issue_template.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..b54d9cb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,23 @@ +--- +name: Bug Report +about: Report a bug encountered while running Nexe +labels: bug + +--- + + +**What happened**: + +**What you expected to happen**: + +**How to reproduce it (as minimally and precisely as possible)**: + +**Anything else we need to know?**: + +**Environment**: +- Platform(OS/Version): +- Host Node Version: +- Target Node Version: +- Nexe version: +- Python Version: diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..bed85d3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,11 @@ +--- +name: Feature Request +about: Suggest an feature request +labels: feature + +--- + + +**What would you like to be added**: + +**Why is this needed**: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..e4dc104 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +**What this PR does / why we need it**: + +**Which issue(s) this PR fixes**: + +Fixes # + +**Special notes for your reviewer**: \ No newline at end of file diff --git a/issue_template.md b/issue_template.md deleted file mode 100644 index 7acdff2..0000000 --- a/issue_template.md +++ /dev/null @@ -1,19 +0,0 @@ - - -**Is this a BUG or a FEATURE REQUEST?:** - -**What happened:** - -**What you expected to happen:** - -**How to reproduce it (as minimally and precisely as possible):** - -**Anything else we need to know?:** - -**Environment** - -- Platform(OS/Version): -- Host Node Version: -- Target Node Version: -- Nexe version: -- Python Version: