Skip to content

Commit 0be7b00

Browse files
committed
update pull request template
1 parent 67148db commit 0be7b00

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# **PLEASE READ BEFORE CONTINUING**
22

3-
Do not submit pull requests that directly modify generated source files, e.g. `/service/s3/api_client.go`. Generated source files will always include an identifying header:
3+
**DO NOT** submit pull requests that directly modify generated source files, e.g. `/service/s3/api_client.go`. Generated source files will always include an identifying header:
44

55
```
66
// Code generated by smithy-go-codegen DO NOT EDIT.
77
```
88

99
Manual changes to these files will be overwritten by code generation that occurs as part of the daily SDK release process.
1010

11-
Do not submit pull requests that directly modify files in the `/codegen/sdk-codegen/aws-models` folder. These are API model files, owned by each AWS service team, that are updated automatically as part of the daily SDK release process. Local changes to these files will not persist.
11+
**DO NOT** submit pull requests that directly modify files in the `/codegen/sdk-codegen/aws-models` folder. These are API model files, owned by each AWS service team, that are updated automatically as part of the daily SDK release process. Local changes to these files will not persist.
1212

1313
If you believe the contents of any of these files need to be changed, please [open an issue](https://github.com/aws/aws-sdk-go-v2/issues/new/choose).
1414

@@ -20,6 +20,7 @@ To help speed up the process and reduce the time to merge please ensure that `Al
2020

2121
# Changelog
2222

23-
Make sure that your pull request contains a changelog entry. You can run `make external-changelog` to create a placeholder entry. See [Changelog documents in CONTRIBUTING.md](aws/aws-sdk-go-v2/blob/main/CONTRIBUTING.md#changelog-documents) for more details.
23+
Please **DO NOT** include a changelog entry in your pull request (you may see
24+
what these look like in other PRs submitted directly by SDK team members). We
25+
will take care of this for you.
2426

25-
You can generate a UUID either by running `uuidgen` or by visiting a site like [uuidtools](https://www.uuidtools.com/v4)

0 commit comments

Comments
 (0)