David PHAM-VAN

Update issue templates

... ... @@ -2,13 +2,13 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
labels: bug, needs triage
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
<!-- A clear and concise description of what the bug is. -->
**To Reproduce**
Code snippet to reproduce the behavior:
... ... @@ -17,13 +17,13 @@ Code snippet to reproduce the behavior:
```
**Expected behavior**
A clear and concise description of what you expected to happen.
<!-- A clear and concise description of what you expected to happen. -->
**Screenshots**
If applicable, add screenshots to help explain your problem.
<!-- If applicable, add screenshots to help explain your problem. -->
**Flutter Doctor**
Paste the output of running `flutter doctor -v` here.
<!-- Paste the output of running `flutter doctor -v` here. -->
```
```
... ... @@ -40,4 +40,4 @@ Paste the output of running `flutter doctor -v` here.
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.
<!-- Add any other context about the problem here. -->
... ...
blank_issues_enabled: false
... ...
... ... @@ -2,19 +2,19 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
labels: enhancement, needs triage
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
<!-- A clear and concise description of what you want to happen. -->
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
**Additional context**
Add any other context or screenshots about the feature request here.
<!-- Add any other context or screenshots about the feature request here. -->
... ...
---
name: I want help writing my application
about: You have a question for how to achieve a particular effect, or you need help
with using a particular API.
title: ''
labels: support, needs triage
assignees: ''
---
<!-- Thank you for using Pdf and Printing!
If you can't find the answer there, please consider asking a question on
the Stack Overflow Web site:
* https://stackoverflow.com/questions/ask?tags=dart-pdf
You can browse existing questions at this address:
* https://stackoverflow.com/questions/tagged/dart-pdf?sort=frequent
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
will consider this a request for a documentation update.
-->
... ...