From c12d4757a43f077bb1fbb952eefd1623f3ad8698 Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Sun, 17 Jan 2021 14:50:49 -0500 Subject: [PATCH] chore: add issue templates --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 33 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 18 +++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 ++++ 3 files changed, 56 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/BUG_REPORT.md create mode 100644 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 0000000000..3963f15f79 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -0,0 +1,33 @@ +--- +name: Bug Report +about: Create a bug report for Payload +labels: 'bug' +--- + +# Bug Report + + + +## Expected Behavior + + + +## Current Behavior + + + +## Possible Solution + + + +## Steps to Reproduce + +1. +2. +3. +4. + +## Detailed Description + + + diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md new file mode 100644 index 0000000000..1393feb047 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -0,0 +1,18 @@ +--- +name: Feature Request +about: Suggest an idea for improving Payload +labels: 'enhancement' +--- + +# Feature Request + + + + +## Use-Case + + + +## Additional Detail + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..322c1f39c9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Question about Payload + url: https://github.com/payloadcms/payload/discussions + about: Please ask Payload-related questions in our GitHub Discussions