Skip to content

Commit

Permalink
Revert "chore(issue-template): rewrite to templates to yml renderer (#…
Browse files Browse the repository at this point in the history
…456)" (#681)

This reverts commit a9523e7.
  • Loading branch information
veenstrajelmer authored Jul 8, 2024
1 parent a9523e7 commit 9651486
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 131 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
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.

**Version info (please complete the following information):**
- OS: [e.g. Windows]
- Version [e.g. 0.1.5]


**Additional context**
Add any other context about the problem here.
62 changes: 0 additions & 62 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem or missing functionality is.

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered (if applicable).

**Additional context**
Add any other context or screenshots about the feature request here.
40 changes: 0 additions & 40 deletions .github/ISSUE_TEMPLATE/feature_request.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Task
about: Describe a piece of work (typically non-coding) that should be done.
title: ''
labels: ''
assignees: ''

---

**What is the need for this task.**
Why should this work be done?

**What is the task?**
A clear and concise description of what you want to happen.

**Additional context**
Add any other context or screenshots about the feature request here.
29 changes: 0 additions & 29 deletions .github/ISSUE_TEMPLATE/task.yml

This file was deleted.

0 comments on commit 9651486

Please sign in to comment.