From 05b09b17384d4fc4470726a2a035679f8652b945 Mon Sep 17 00:00:00 2001 From: Gregor Martynus Date: Wed, 2 May 2018 09:29:37 -0700 Subject: [PATCH] docs(ISSUE_TEMPLATES): initial version --- .github/ISSUE_TEMPLATE/Bug_report.md | 21 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/Custom.md | 13 +++++++++++++ .github/ISSUE_TEMPLATE/Feature_request.md | 17 +++++++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/Custom.md create mode 100644 .github/ISSUE_TEMPLATE/Feature_request.md diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md new file mode 100644 index 00000000..c6caad98 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -0,0 +1,21 @@ +--- +name: Bug report +about: Something not working as expected + +--- + +## Current behavior + + + +## Expected behavior + + + +## Environment + +- **semantic-release** version: +- CI environment: +- Plugins used: +- **semantic-release** configuration: +- CI logs: diff --git a/.github/ISSUE_TEMPLATE/Custom.md b/.github/ISSUE_TEMPLATE/Custom.md new file mode 100644 index 00000000..ed68b5a7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Custom.md @@ -0,0 +1,13 @@ +--- +name: New plugin suggestion +about: Integrate with a new platform, etc + +--- + +## New plugin motivation + + + +## Third-party documentation + + diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md new file mode 100644 index 00000000..901e2227 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Wouldn’t it be nice if semantic-release could ... + +--- + +## New feature motivation + + + +## New feature description + + + +## New feature implementation + +