Skip to content

Commit

Permalink
Revert "chore: use form for bug report template (#788)"
Browse files Browse the repository at this point in the history
This reverts commit 47b2525.
  • Loading branch information
miurahr committed May 6, 2024
1 parent 47b2525 commit 27c351f
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 69 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

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

**To Reproduce**
Steps to reproduce the behavior:
1. install `aqt` using this command
2. run `aqt` with this command
3. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**`aqt` output**
Add program output to help explain your problem.

```
paste program output here
```

**Desktop (please complete the following information):**
- OS: [e.g. windows]
- `aqt` version [paste the output from the command `aqt version` or `python -m aqt version`]

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

This file was deleted.

6 changes: 0 additions & 6 deletions .github/ISSUE_TEMPLATE/document-error.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,10 @@ assignees: ''
---

**Describe the document error or request**
<!--
A clear and concise description of what the error is.
-->

**Proposed change**
<!--
A clear and concise description of what you want to see.
-->

**Additional context**
<!--
Add any other context about the problem here.
-->
8 changes: 2 additions & 6 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,13 @@ assignees: ''
---

**Is your feature request related to a problem? Please describe.**
<!--
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-->

**Describe the solution you'd like**
<!-- A clear and concise description of what you want to happen. -->
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.
-->

**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->
Add any other context or screenshots about the feature request here.

0 comments on commit 27c351f

Please sign in to comment.