Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2020-06-05 08:35:35 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
346b2a7b8df9b59d27bf67bdaf739c6b8658f739
346b2a7b
1 parent
8094496b
Update issue templates
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
36 additions
and
11 deletions
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/support.md
.github/ISSUE_TEMPLATE/bug_report.md
View file @
346b2a7
...
...
@@ -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. -->
...
...
.github/ISSUE_TEMPLATE/config.yml
0 → 100644
View file @
346b2a7
blank_issues_enabled
:
false
...
...
.github/ISSUE_TEMPLATE/feature_request.md
View file @
346b2a7
...
...
@@ -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. -->
...
...
.github/ISSUE_TEMPLATE/support.md
0 → 100644
View file @
346b2a7
---
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.
-->
...
...
Please
register
or
login
to post a comment