Skip to content

Commit

Permalink
Create Issue Templates (fleaflet#1157)
Browse files Browse the repository at this point in the history
* Update issue templates

Created templates for:
 - Bug Report
 - Feature Request
 - Question/Help

* Update issue templates
  • Loading branch information
JaffaKetchup committed Feb 8, 2022
1 parent 85d979a commit e8e389d
Show file tree
Hide file tree
Showing 5 changed files with 111 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
name: Bug Report
about: Create a bug report to help us improve
title: "[BUG] ..."
labels: bug, needs verification
assignees: ''

---

**Describe The Bug**
A clear and concise description of what the bug is. Try to be specific and give details when possible. Don't include your `flutter doctor` report here.

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

**Screenshots & Recordings**
If possible, add screenshots or recordings to help explain your problem. This can quickly improve diagnosis of the issue.

**Additional Information**
Add any other context about the problem here, or remove this section.

---

**Doctors Report**
```
Paste your report from `flutter doctor` here
```

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

---

**Severity**
Select two (one from fatality, one from frequency). This will help us to label the issue quicker and decide what needs attention first.
- [ ] Non-fatal
- [ ] Fatal
- [ ] Uncommon
- [ ] Common

**Applicable Platforms**
Only select those that you've tested on - one or more. If possible, test on a variety of platforms.
- [ ] Android
- [ ] iOS
- [ ] Web
- [ ] Windows
- [ ] Others (beta platforms)
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Community Maintained Plugins
url: https://flutter-map.vercel.app/plugins/list
about: If you need help with a plugin, please ask on there first
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Feature Request
about: Suggest an idea for this project
title: "[FEATURE] ..."
labels: enhancement
assignees: ''

---

**Describe The Problem**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe Your Solution**
A clear and concise description of what you want to happen.

**Alternatives/Workarounds**
A clear and concise description of any alternative solutions or features you've considered.

---

**Additional Information**
Add any other context or screenshots about the feature request here.

**Applicable Platforms**
Only select those that you've tested on - one or more. If possible, test on a variety of platforms.

- [ ] All/any
- [ ] Android
- [ ] iOS
- [ ] Web
- [ ] Windows
- [ ] Others (beta platforms)
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/general.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: General
about: Found something interesting? Or just want to talk?
title: "[GENERAL] ..."
labels: general
assignees: ''

---

_Perhaps the discussion functionality on GitHub would be more suitable? Please consider, but feel to post in either!_
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/question-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Question/Help
about: Ask a question, or ask for help
title: "[QUESTION] ..."
labels: question/help
assignees: ''

---

_Perhaps another template might be more suitable? Please choose appropriately._

**What do you need support with?**
Say whatever you need to, and whatever you can to help us help you. Thanks!

0 comments on commit e8e389d

Please sign in to comment.