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 + +