Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update issue templates #234

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
70 changes: 34 additions & 36 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,38 @@
---
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. 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.
about: Create a bug report to help us improve
title: "[bug]"
labels: bug
assignees: ''

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
---

**Additional context**
Add any other context about the problem here.
name: 🐛 Bug
description: Submit a bug report to help us improve
title: "🐛 Bug: "
labels: ["bug"]
body:
- type: markdown
attributes:
value: Thanks for taking the time to fill out our bug report form 🙏
- type: textarea
id: description
attributes:
label: Description
description: A brief description of the bug. What happened? What did you expect to happen?
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to reproduce
description: How do you trigger this bug? Please walk us through it step by step.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: Please add screenshots if applicable
validations:
required: false
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Feature Request
about: Suggest an idea for this project
title: Feature Request
labels: enhancement
assignees: ''

---

name: 🚀 Feature Request
description: Submit a proposal for a new feature or enhancement
title: "🚀 Feature: "
labels: ["feature"]
body:
- type: markdown
attributes:
value: Thanks for taking the time to fill out our feature request form 🙏
- type: textarea
id: description
attributes:
label: Description
description: Description of the proposed feature or enhancement. Why should this be implemented?
validations:
required: true
19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

25 changes: 19 additions & 6 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
---
name: Question
about: I have a question about this project
title: ""
labels: "question"
assignees: ""
---
title: Question
labels: question
assignees: ''

**Description**
---

A brief description of the question or issue:
name: ❓ Question
description: Ask a question about the project
title: "❓ Question: "
labels: ["question"]
body:
- type: markdown
attributes:
value: Thanks for taking the time to ask a question! 🙏
- type: textarea
id: description
attributes:
label: Description
description: Description of the question. What would you like to know?
validations:
required: true
Loading