This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #121 from WordPress/issue_templates
Add issue templates
- Loading branch information
Showing
3 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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] <Replace this with actual title>" | ||
--- | ||
|
||
## Description | ||
<!-- Concisely describe the bug. --> | ||
|
||
## Reproduction | ||
<!-- Provide detailed steps to reproduce the bug. --> | ||
1. <!-- Step 1 ... --> | ||
2. <!-- Step 2 ... --> | ||
3. <!-- Step 3 ... --> | ||
4. See error. | ||
|
||
## Expectation | ||
<!-- Concisely describe what you expected to happen. --> | ||
|
||
## Screenshots | ||
<!-- Add screenshots to show the problem; or delete the section entirely. --> | ||
|
||
## Environment | ||
<!-- Please complete this, unless you are certain the problem is not environment specific. --> | ||
- Device: <!-- (_eg._ iPhone Xs; laptop) --> | ||
- OS: <!-- (_eg._ iOS 13.5; Fedora 32) --> | ||
- Browser: <!-- (_eg._ Safari; Firefox) --> | ||
- Version: <!-- (_eg._ 13; 73) --> | ||
- Other info: <!-- (_eg._ display resolution, ease-of-access settings) --> | ||
|
||
## Additional context | ||
<!-- Add any other context about the problem here; or delete the section entirely. --> | ||
|
||
## Resolution | ||
<!-- Replace the [ ] with [x] to check the box. --> | ||
- [ ] 🙋 I would be interested in resolving this bug. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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] <Replace this with actual title>" | ||
--- | ||
|
||
## Problem | ||
<!-- Describe a problem solved by this feature; or delete the section entirely. --> | ||
|
||
## Description | ||
<!-- Describe the feature and how it solves the problem. --> | ||
|
||
## Alternatives | ||
<!-- Describe any alternative solutions or features you have considered. How is this feature better? --> | ||
|
||
## Additional context | ||
<!-- Add any other context about the feature here; or delete the section entirely. --> | ||
|
||
## Implementation | ||
<!-- Replace the [ ] with [x] to check the box. --> | ||
- [ ] 🙋 I would be interested in implementing this feature. |