Skip to content

Commit f5c5efb

Browse files
authored
Update issue template for change to source/report button locations (#6040)
Resolves #6035
1 parent 2941909 commit f5c5efb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/1_page_issue.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
name: Page issue
2-
description: Help improve the content or quality of a dart.dev page
2+
description: Help improve the content or quality of a dart.dev page.
33
labels: [from.page-issue]
44
body:
55
- type: markdown
66
attributes:
77
value: |
88
Found a typo? You can fix it yourself!
99
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.
10+
1. Scroll to the bottom of the page with the typo.
11+
1. Use the "View source" link located after the content to navigate to the page's source on GitHub.
1212
1. Fix the typo.
1313
1. Click **Commit changes...**.
14-
1. Update the commit message and add a description.
14+
1. Update the title, add a commit message, and add a description.
1515
1. Click **Propose changes**.
1616
1717
If you want another contributor to fix this issue, complete this form.
1818
- type: input
1919
id: page-url
2020
attributes:
2121
label: Page URL
22-
placeholder: "Add the address of this page. An example would be https://dart.dev/guides"
22+
placeholder: "Add the address of this page. An example would be https://dart.dev/language"
2323
validations:
2424
required: true
2525
- type: input

.github/ISSUE_TEMPLATE/4_infrastructure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Site infrastructure issue
22
description: |
3-
Report a problem with the build, repo, or tooling for dart.dev
3+
Report a problem with the build, repo, or tooling for dart.dev.
44
labels: [infra.structure, from.user]
55
body:
66
- type: textarea

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Fixes <Replace with issue link>
1515
- See our [contributor guide](https://github.com/dart-lang/site-www/blob/main/CONTRIBUTING.md) for general expectations for PRs.
1616
- Larger or significant changes should be discussed in an issue before creating a PR.
1717
- Code changes should generally follow the [Dart style guide](https://dart.dev/effective-dart) and use `dart format`.
18-
- Updates to [code excerpts](https://github.com/dart-lang/site-shared/blob/main/doc/code-excerpts.md) indicated by `<?code-excerpt` need to be updated in their source `.dart` file as well.
18+
- Updates to [code excerpts](https://github.com/dart-lang/site-shared/blob/main/packages/excerpter) indicated by `<?code-excerpt` need to be updated in their source `.dart` file as well.
1919
</details>

0 commit comments

Comments
 (0)