Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
71c876f4
Unverified
Commit
71c876f4
authored
Oct 11, 2021
by
nt4f04uNd
Committed by
GitHub
Oct 11, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve bug and feature request templates (#90974)
parent
f90b019c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
5 deletions
+38
-5
2_bug.md
.github/ISSUE_TEMPLATE/2_bug.md
+34
-4
3_feature_request.md
.github/ISSUE_TEMPLATE/3_feature_request.md
+4
-1
No files found.
.github/ISSUE_TEMPLATE/2_bug.md
View file @
71c876f4
...
...
@@ -23,16 +23,37 @@ assignees: ''
## Steps to Reproduce
<!--
You must
include full steps to reproduce so that we can reproduce the problem. -->
<!--
Please
include full steps to reproduce so that we can reproduce the problem. -->
1.
Run
`flutter create bug`
.
2.
Update the files as follows: ...
<!-- include every file that is different from the template app!
-->
3.
...
<!--
describe how to reproduce the problem
-->
1.
Execute
`flutter run`
on the code sample
<!-- (see "Code sample" section below) -->
2.
...
<!-- describe steps to demonstrate bug
-->
3.
...
<!--
for example "Tap on X and see a crash"
-->
**Expected results:**
<!-- what did you want to see? -->
**Actual results:**
<!-- what did you see? -->
<details>
<summary>
Code sample
</summary>
<!--
Please create a minimal reproducible sample that shows the problem
and attach it below between the lines with the backticks.
To create it you can use `flutter create bug` command and update the `main.dart` file.
Alternatively, you can use https://dartpad.dev/
which is capable of creating and running small Flutter apps.
Without this we will unlikely be able to progress on the issue, and because of that
we regretfully will have to close it.
-->
```
dart
```
</
details
>
<
details
>
<
summary
>
Logs
</
summary
>
...
...
@@ -60,3 +81,12 @@ assignees: ''
```
</details>
<!--
Consider also attaching screenshots and/or videos to better
illustrate the issue.
You can upload them directly on GitHub.
Beware that video file size is limited to 10MB.
-->
\ No newline at end of file
.github/ISSUE_TEMPLATE/3_feature_request.md
View file @
71c876f4
...
...
@@ -38,7 +38,10 @@ assignees: ''
<!--
Briefly but precisely describe what you would like Flutter to be able to do.
Consider attaching images showing what you are imagining.
Consider attaching something showing what you are imagining:
* images
* videos
* code samples
Does this have to be provided by Flutter directly, or can it be provided
by a package on pub.dev/flutter? If so, maybe consider implementing and
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment