Showing
4 changed files
with
36 additions
and
11 deletions
@@ -2,13 +2,13 @@ | @@ -2,13 +2,13 @@ | ||
2 | name: Bug report | 2 | name: Bug report |
3 | about: Create a report to help us improve | 3 | about: Create a report to help us improve |
4 | title: '' | 4 | title: '' |
5 | -labels: '' | 5 | +labels: bug, needs triage |
6 | assignees: '' | 6 | assignees: '' |
7 | 7 | ||
8 | --- | 8 | --- |
9 | 9 | ||
10 | **Describe the bug** | 10 | **Describe the bug** |
11 | -A clear and concise description of what the bug is. | 11 | +<!-- A clear and concise description of what the bug is. --> |
12 | 12 | ||
13 | **To Reproduce** | 13 | **To Reproduce** |
14 | Code snippet to reproduce the behavior: | 14 | Code snippet to reproduce the behavior: |
@@ -17,13 +17,13 @@ Code snippet to reproduce the behavior: | @@ -17,13 +17,13 @@ Code snippet to reproduce the behavior: | ||
17 | ``` | 17 | ``` |
18 | 18 | ||
19 | **Expected behavior** | 19 | **Expected behavior** |
20 | -A clear and concise description of what you expected to happen. | 20 | +<!-- A clear and concise description of what you expected to happen. --> |
21 | 21 | ||
22 | **Screenshots** | 22 | **Screenshots** |
23 | -If applicable, add screenshots to help explain your problem. | 23 | +<!-- If applicable, add screenshots to help explain your problem. --> |
24 | 24 | ||
25 | **Flutter Doctor** | 25 | **Flutter Doctor** |
26 | -Paste the output of running `flutter doctor -v` here. | 26 | +<!-- Paste the output of running `flutter doctor -v` here. --> |
27 | 27 | ||
28 | ``` | 28 | ``` |
29 | ``` | 29 | ``` |
@@ -40,4 +40,4 @@ Paste the output of running `flutter doctor -v` here. | @@ -40,4 +40,4 @@ Paste the output of running `flutter doctor -v` here. | ||
40 | - Version [e.g. 22] | 40 | - Version [e.g. 22] |
41 | 41 | ||
42 | **Additional context** | 42 | **Additional context** |
43 | -Add any other context about the problem here. | 43 | +<!-- Add any other context about the problem here. --> |
.github/ISSUE_TEMPLATE/config.yml
0 → 100644
1 | +blank_issues_enabled: false |
@@ -2,19 +2,19 @@ | @@ -2,19 +2,19 @@ | ||
2 | name: Feature request | 2 | name: Feature request |
3 | about: Suggest an idea for this project | 3 | about: Suggest an idea for this project |
4 | title: '' | 4 | title: '' |
5 | -labels: '' | 5 | +labels: enhancement, needs triage |
6 | assignees: '' | 6 | assignees: '' |
7 | 7 | ||
8 | --- | 8 | --- |
9 | 9 | ||
10 | **Is your feature request related to a problem? Please describe.** | 10 | **Is your feature request related to a problem? Please describe.** |
11 | -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | 11 | +<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> |
12 | 12 | ||
13 | **Describe the solution you'd like** | 13 | **Describe the solution you'd like** |
14 | -A clear and concise description of what you want to happen. | 14 | +<!-- A clear and concise description of what you want to happen. --> |
15 | 15 | ||
16 | **Describe alternatives you've considered** | 16 | **Describe alternatives you've considered** |
17 | -A clear and concise description of any alternative solutions or features you've considered. | 17 | +<!-- A clear and concise description of any alternative solutions or features you've considered. --> |
18 | 18 | ||
19 | **Additional context** | 19 | **Additional context** |
20 | -Add any other context or screenshots about the feature request here. | 20 | +<!-- Add any other context or screenshots about the feature request here. --> |
.github/ISSUE_TEMPLATE/support.md
0 → 100644
1 | +--- | ||
2 | +name: I want help writing my application | ||
3 | +about: You have a question for how to achieve a particular effect, or you need help | ||
4 | + with using a particular API. | ||
5 | +title: '' | ||
6 | +labels: support, needs triage | ||
7 | +assignees: '' | ||
8 | + | ||
9 | +--- | ||
10 | + | ||
11 | +<!-- Thank you for using Pdf and Printing! | ||
12 | + | ||
13 | + If you can't find the answer there, please consider asking a question on | ||
14 | + the Stack Overflow Web site: | ||
15 | + * https://stackoverflow.com/questions/ask?tags=dart-pdf | ||
16 | + | ||
17 | + You can browse existing questions at this address: | ||
18 | + * https://stackoverflow.com/questions/tagged/dart-pdf?sort=frequent | ||
19 | + | ||
20 | + Please don't file a GitHub issue for support requests. GitHub issues are | ||
21 | + for tracking defects in the product. If you file a bug asking for help, we | ||
22 | + will consider this a request for a documentation update. | ||
23 | + | ||
24 | +--> |
-
Please register or login to post a comment