From 57e173412e6b242800e72a76c1d56b5705d15d74 Mon Sep 17 00:00:00 2001 From: Dhruv Bhanushali Date: Tue, 29 Jun 2021 16:09:51 +0530 Subject: [PATCH] Add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 37 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++ .github/ISSUE_TEMPLATE/feature_request.md | 22 ++++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml 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 0000000000..abb51740ab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,37 @@ +--- +name: Bug report +about: Create a report to help us improve +labels: "🛠 goal: fix, 🚦 status: awaiting triage, 💻 aspect: code, 🟧 priority: high" +title: "[Bug] " +--- + +## Description + + +## Reproduction + +1. +2. +3. +4. See error. + +## Expectation + + +## Screenshots + + +## Environment + + - Device: + - OS: + - Browser: + - Version: + - Other info: + +## Additional context + + +## Resolution + +- [ ] 🙋 I would be interested in resolving this bug. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..1534abac07 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Openverse @ Make WordPress.org + url: https://make.wordpress.org/openverse/ + about: Read documentation on contributing, community, etc. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..b493020437 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature request +about: Suggest a new feature or improvements to an existing one +labels: "✨ goal: improvement, 🚦 status: awaiting triage, 💻 aspect: code, 🟩 priority: low" +title: "[Feature] " +--- + +## Problem + + +## Description + + +## Alternatives + + +## Additional context + + +## Implementation + +- [ ] 🙋 I would be interested in implementing this feature.