Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #43 from WordPress/add/issue-template
Browse files Browse the repository at this point in the history
Add issue templates.

Co-authored-by: juanfra <[email protected]>
Co-authored-by: carolinan <[email protected]>
Co-authored-by: karmatosed <[email protected]>
  • Loading branch information
4 people authored Aug 16, 2024
2 parents 808cf7f + adaee41 commit 72ee4b5
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Report a bug with the Twenty Twenty-Five theme
labels: "[Type] Bug"

---

**Description**
<!-- A clear and concise description of what the bug is. -->

**Step-by-step reproduction instructions**
<!-- Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
-->

**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->

**Screenshots**
<!-- If applicable, add screenshots to help explain your problem. -->

**Environment info**
<!--
Please share the browser(s) are you seeing the problem on.
Please share the Device you are using and operating system (e.g. "Desktop with Windows 10", "iPhone with iOS 14", etc.).
- Device:
- OS:
- Browser:
- Version:
-->

**Additional context**
<!--
Add any other context about the problem here.
-->
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature---enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature / Enhancement
about: Suggest an idea for this project

---

**Is your feature request related to a problem? Please describe.**
<!--
Please describe if this feature or enhancement is related to a current problem
or pain point. For example, "I'm always frustrated when ..." or "It is currently
difficult to ...".
-->

**Describe the solution you'd like**
<!--
Please outline the feature or enhancement that you want and how it addresses any
problem identified above.
-->
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/Question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Question
about: Ask a question

---

**Description**
<!-- Please write your question. -->

0 comments on commit 72ee4b5

Please sign in to comment.