|
1 | 1 | name: Page issue
|
2 |
| -description: Help improve a dart.dev page |
| 2 | +description: Help improve the content or quality of a dart.dev page |
| 3 | +labels: [from.page-issue] |
3 | 4 | body:
|
4 | 5 | - type: markdown
|
5 | 6 | attributes:
|
6 | 7 | value: |
|
7 |
| - _Found a typo? You can fix it yourself by going to the page source and clicking the pencil icon. Or finish creating this issue._ |
| 8 | + Found a typo? You can fix it yourself! |
| 9 | +
|
| 10 | + 1. Click the page icon to the left of the bug icon you clicked to come to this form. The GitHub page source should display. |
| 11 | + 1. Click the pencil icon displayed above the source code. |
| 12 | + 1. Fix the typo. |
| 13 | + 1. Click **Commit changes...**. |
| 14 | + 1. Update the commit message and add a description. |
| 15 | + 1. Click **Propose changes**. |
| 16 | +
|
| 17 | + If you want another contributor to fix this issue, complete this form. |
8 | 18 | - type: input
|
9 | 19 | id: page-url
|
10 | 20 | attributes:
|
11 | 21 | label: Page URL
|
12 |
| - placeholder: "Example: https://dart.dev/guides" |
| 22 | + placeholder: "Add the address of this page. An example would be https://dart.dev/guides" |
13 | 23 | validations:
|
14 | 24 | required: true
|
15 | 25 | - type: input
|
16 | 26 | id: page-source
|
17 | 27 | attributes:
|
18 | 28 | label: Page source
|
19 |
| - placeholder: (Provided automatically by the in-page bug link) |
| 29 | + placeholder: The bug link provides this information. |
20 | 30 | validations:
|
21 | 31 | required: false
|
22 | 32 | - type: textarea
|
23 | 33 | id: problem
|
24 | 34 | attributes:
|
25 | 35 | label: Describe the problem
|
26 |
| - placeholder: A clear and concise description of what's wrong. |
| 36 | + placeholder: Provide a clear and concise description of you believe to be in error. |
27 | 37 | validations:
|
28 | 38 | required: true
|
29 | 39 | - type: textarea
|
30 | 40 | id: fix
|
31 | 41 | attributes:
|
32 | 42 | label: Expected fix
|
33 |
| - placeholder: A clear and concise description of how you think we should fix the problem. |
| 43 | + placeholder: Provide a clear and concise description of how you think this problem should be fixed. |
34 | 44 | validations:
|
35 | 45 | required: false
|
36 | 46 | - type: textarea
|
37 | 47 | id: additional-info
|
38 | 48 | attributes:
|
39 | 49 | label: Additional context
|
40 |
| - placeholder: Anything else we should know about the problem? |
| 50 | + placeholder: | |
| 51 | + Provide anything else that should be known about the problem. |
| 52 | + This could include: |
| 53 | +
|
| 54 | + * when in your workflow this occurred |
| 55 | + * what platform and browser you are using |
| 56 | + * other configuration or circumstantial information that you think could impact fixing your issue |
41 | 57 | validations:
|
42 | 58 | required: false
|
| 59 | + - type: checkboxes |
| 60 | + id: volunteer |
| 61 | + attributes: |
| 62 | + label: I would like to fix this problem. |
| 63 | + description: Let us know if you want to try fixing this yourself. |
| 64 | + options: |
| 65 | + - label: I will try and fix this problem on dart.dev. |
| 66 | + required: false |
0 commit comments