diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..abb51740a --- /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 000000000..1534abac0 --- /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 000000000..b49302043 --- /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.