Skip to content

Commit 76a9bd3

Browse files
authored
chore(docs): fix typos in issues/PR templates (#2034)
1 parent 82df9d3 commit 76a9bd3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/ISSUE_TEMPLATE/---bug-report.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ assignees: ''
1111
A clear and concise description of what the bug is.
1212

1313
## Your environment
14+
1415
#### SDK version number
1516
`@aws-sdk/package-name@version`
1617

@@ -22,6 +23,7 @@ Paste output of `npx envinfo --browsers` or `node -v` or `react-native -v`
2223

2324
## Steps to reproduce
2425
Please share code or minimal repo, and steps to reproduce the behavior.
26+
2527
#### Observed behavior
2628
A clear and concise description of what happens.
2729

.github/ISSUE_TEMPLATE/--documentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ A clear and concise description of what the issue is.
1212

1313
## Steps to reproduce
1414
Please share code or minimal repo if required, and steps to reproduce the behavior.
15+
1516
#### Observed behavior
1617
A clear and concise description of what happens.
1718

.github/pull_request_template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
### Issue #
2-
Refs: #, if available
1+
### Issue
2+
Issue number, if available, prefixed with "#"
33

44
### Description
55
What does this implement/fix? Explain your changes.
@@ -11,4 +11,4 @@ How was this change tested?
1111
Add any other context about the PR here.
1212

1313
---
14-
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
14+
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

0 commit comments

Comments
 (0)