Removing CRLFs. (#17261)
This commit is contained in:
parent
5d590afa7d
commit
5a01da47af
90
.github/ISSUE_TEMPLATE/ACTIVATION.md
vendored
90
.github/ISSUE_TEMPLATE/ACTIVATION.md
vendored
@ -1,45 +1,45 @@
|
|||||||
---
|
---
|
||||||
name: I am having difficulty installing Flutter or getting it to work
|
name: I am having difficulty installing Flutter or getting it to work
|
||||||
about: You have run into problems while downloading or installing Flutter, or the
|
about: You have run into problems while downloading or installing Flutter, or the
|
||||||
"flutter" tool is crashing, or you are running into some other issue before even
|
"flutter" tool is crashing, or you are running into some other issue before even
|
||||||
being able to use "flutter run".
|
being able to use "flutter run".
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- Thank you for using Flutter!
|
<!-- Thank you for using Flutter!
|
||||||
|
|
||||||
If you are looking for support, please check out our documentation
|
If you are looking for support, please check out our documentation
|
||||||
or consider asking a question on Stack Overflow:
|
or consider asking a question on Stack Overflow:
|
||||||
* https://flutter.io/
|
* https://flutter.io/
|
||||||
* https://docs.flutter.io/
|
* https://docs.flutter.io/
|
||||||
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
|
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
|
||||||
|
|
||||||
If you have found a bug or if our documentation doesn't have an answer
|
If you have found a bug or if our documentation doesn't have an answer
|
||||||
to what you're looking for, then fill our the template below. Please read
|
to what you're looking for, then fill our the template below. Please read
|
||||||
our guide to filing a bug first: https://flutter.io/bug-reports/
|
our guide to filing a bug first: https://flutter.io/bug-reports/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## Steps to Reproduce
|
## Steps to Reproduce
|
||||||
|
|
||||||
<!-- Please tell us exactly how to reproduce the problem you are running into. -->
|
<!-- Please tell us exactly how to reproduce the problem you are running into. -->
|
||||||
|
|
||||||
1. ...
|
1. ...
|
||||||
2. ...
|
2. ...
|
||||||
3. ...
|
3. ...
|
||||||
|
|
||||||
## Logs
|
## Logs
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Include the full logs of the commands you are running between the lines
|
Include the full logs of the commands you are running between the lines
|
||||||
with the backticks below. If you are running any "flutter" commands,
|
with the backticks below. If you are running any "flutter" commands,
|
||||||
please include the output of running them with "--verbose"; for example,
|
please include the output of running them with "--verbose"; for example,
|
||||||
the output of running "flutter --verbose create foo".
|
the output of running "flutter --verbose create foo".
|
||||||
-->
|
-->
|
||||||
|
|
||||||
```
|
```
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- If possible, paste the output of running `flutter doctor -v` here. -->
|
<!-- If possible, paste the output of running `flutter doctor -v` here. -->
|
||||||
|
|
||||||
```
|
```
|
||||||
```
|
```
|
||||||
|
120
.github/ISSUE_TEMPLATE/BUG.md
vendored
120
.github/ISSUE_TEMPLATE/BUG.md
vendored
@ -1,60 +1,60 @@
|
|||||||
---
|
---
|
||||||
name: I have a problem with my Flutter application.
|
name: I have a problem with my Flutter application.
|
||||||
about: You are writing an application with Flutter but the application is crashing
|
about: You are writing an application with Flutter but the application is crashing
|
||||||
or throws an exception, a widget is buggy, or something looks wrong.
|
or throws an exception, a widget is buggy, or something looks wrong.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- Thank you for using Flutter!
|
<!-- Thank you for using Flutter!
|
||||||
|
|
||||||
If you are looking for support, please check out our documentation
|
If you are looking for support, please check out our documentation
|
||||||
or consider asking a question on Stack Overflow:
|
or consider asking a question on Stack Overflow:
|
||||||
* https://flutter.io/
|
* https://flutter.io/
|
||||||
* https://docs.flutter.io/
|
* https://docs.flutter.io/
|
||||||
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
|
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
|
||||||
|
|
||||||
If you have found a bug or if our documentation doesn't have an answer
|
If you have found a bug or if our documentation doesn't have an answer
|
||||||
to what you're looking for, then fill our the template below. Please read
|
to what you're looking for, then fill our the template below. Please read
|
||||||
our guide to filing a bug first: https://flutter.io/bug-reports/
|
our guide to filing a bug first: https://flutter.io/bug-reports/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## Steps to Reproduce
|
## Steps to Reproduce
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Please tell us exactly how to reproduce the problem you are running into.
|
Please tell us exactly how to reproduce the problem you are running into.
|
||||||
|
|
||||||
Please attach a small application (ideally just one main.dart file) that
|
Please attach a small application (ideally just one main.dart file) that
|
||||||
reproduces the problem. You could use https://gist.github.com/ for this.
|
reproduces the problem. You could use https://gist.github.com/ for this.
|
||||||
|
|
||||||
If the problem is with your application's rendering, then please attach
|
If the problem is with your application's rendering, then please attach
|
||||||
a screenshot and explain what the problem is.
|
a screenshot and explain what the problem is.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
1. ...
|
1. ...
|
||||||
2. ...
|
2. ...
|
||||||
3. ...
|
3. ...
|
||||||
|
|
||||||
## Logs
|
## Logs
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Run your application with `flutter run --verbose` and attach all the
|
Run your application with `flutter run --verbose` and attach all the
|
||||||
log output below between the lines with the backticks. If there is an
|
log output below between the lines with the backticks. If there is an
|
||||||
exception, please see if the error message includes enough information
|
exception, please see if the error message includes enough information
|
||||||
to explain how to solve the issue.
|
to explain how to solve the issue.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
```
|
```
|
||||||
```
|
```
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Run `flutter analyze` and attach any output of that command below.
|
Run `flutter analyze` and attach any output of that command below.
|
||||||
If there are any analysis errors, try resolving them before filing this issue.
|
If there are any analysis errors, try resolving them before filing this issue.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
```
|
```
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- Finally, paste the output of running `flutter doctor -v` here. -->
|
<!-- Finally, paste the output of running `flutter doctor -v` here. -->
|
||||||
|
|
||||||
```
|
```
|
||||||
```
|
```
|
||||||
|
44
.github/ISSUE_TEMPLATE/SUPPORT.md
vendored
44
.github/ISSUE_TEMPLATE/SUPPORT.md
vendored
@ -1,22 +1,22 @@
|
|||||||
---
|
---
|
||||||
name: I want help writing my application
|
name: I want help writing my application
|
||||||
about: You have a question for how to achieve a particular effect, or you need help
|
about: You have a question for how to achieve a particular effect, or you need help
|
||||||
with using a particular API.
|
with using a particular API.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- Thank you for using Flutter!
|
<!-- Thank you for using Flutter!
|
||||||
|
|
||||||
Please check out our documentation first:
|
Please check out our documentation first:
|
||||||
* https://flutter.io/
|
* https://flutter.io/
|
||||||
* https://docs.flutter.io/
|
* https://docs.flutter.io/
|
||||||
|
|
||||||
If you can't find the answer there, please consider asking a question on
|
If you can't find the answer there, please consider asking a question on
|
||||||
the Stack Overflow Web site:
|
the Stack Overflow Web site:
|
||||||
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
|
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
|
||||||
|
|
||||||
Please don't file a GitHub issue for support requests. GitHub issues are
|
Please don't file a GitHub issue for support requests. GitHub issues are
|
||||||
for tracking defects in the product. If you file a bug asking for help, we
|
for tracking defects in the product. If you file a bug asking for help, we
|
||||||
will consider this a request for a documentation update.
|
will consider this a request for a documentation update.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user