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

Add issue templates. #43

Merged
merged 2 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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. -->