Skip to content

Commit 8909efe

Browse files
docs: Add issue templates
1 parent 36fefe2 commit 8909efe

File tree

5 files changed

+117
-0
lines changed

5 files changed

+117
-0
lines changed

.github/ISSUE_TEMPLATE/---bug.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
name: "\U0001F41B Bug"
3+
about: Something is crashing or not working as intended
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
## Environment
11+
12+
**Package version:**
13+
14+
<details>
15+
<summary>Flutter doctor</summary>
16+
17+
<!-- Paste the output of running `flutter doctor -v` below inside ``` and ``` -->
18+
```
19+
```
20+
21+
</details>
22+
23+
<details>
24+
<summary>Code sample</summary>
25+
26+
<!--
27+
Please create a minimal reproducible sample that shows the problem
28+
and attach it below between the lines with the backticks.
29+
30+
You can use a example code or Flutter sample app
31+
32+
Without this we will unlikely be able to progress on the issue, and because of that
33+
we regretfully will have to close it.
34+
-->
35+
36+
```dart
37+
```
38+
39+
</details>
40+
41+
## Description
42+
43+
**Expected behavior:**
44+
45+
**Current behavior:**
46+
47+
## Steps to reproduce
48+
49+
1. This
50+
2. Than that
51+
3. Then
52+
53+
## Images <!-- if available, else delete -->
54+
55+
## Stacktrace/Logcat <!-- if available, else delete -->
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: "\U0001F4C3 Documentation"
3+
about: You want to report something that is wrong or missing from the documentation
4+
title: ''
5+
labels: documentation
6+
assignees: ''
7+
8+
---
9+
10+
### Describe the change you would like to see
11+
<!-- A clear and concise description of the bug or documentation you feel is missing.
12+
For example: The Technical Reference does not include information about the FormBuilderFilterChip widget. -->
13+
14+
### How would the suggested change make the documentation more useful?
15+
<!-- Provide context for how the requested change would make the docs easier to use and improve your ability to develop successful applications with this packages.
16+
For example: It's hard to know a method exists or understand its use when you have to search through the code base to learn about it. Properly documenting it in the Technical Reference makes it easier for me to know what the flutter_fom_builder is (and is not capable of). -->
17+
18+
### Additional context
19+
<!-- Add any other context about your feedback here.
20+
For example: I am reading the docs directly from GitHub, so it's harder for me to find information on a particular method if it's not included in the documentation. -->
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: "\U0001F680 Feature request"
3+
about: Suggest new feature or request for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
## Environment
11+
12+
**Package version:**
13+
14+
## Description
15+
16+
**What you'd like to happen:**
17+
18+
**Alternatives you've considered:** <!-- if available, else delete -->
19+
20+
**Images:** <!-- if available, else delete -->
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: "\U0001F914 Questions and help"
3+
about: You have a question or need help using this package
4+
title: ''
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+
## Describe your question
11+
<!-- A clear and concise description of your question or help wanted.
12+
For example: How can I add a datetime field? -->

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Custom issue template
3+
about: Describe this issue template's purpose here.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+

0 commit comments

Comments
 (0)