Skip to content

Commit

Permalink
Update pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thehesiod committed Oct 18, 2019
1 parent 2ff2bce commit 6536fb1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,18 @@

### Checklist for All Submissions
* [ ] I have added change info to [CHANGES.txt](https://github.com/aio-libs/aiobotocore/blob/master/CHANGES.txt)
* [ ] If this is resolving an issue (needed so future developers can determine if change is still necessary and under what conditions) (can be provided via link to issue with these details):
* [ ] Detailed description of issue
* [ ] Alternative methods considered (if any)
* [ ] How issue is being resolved
* [ ] How issue can be reproduced
* [ ] If this is providing a new feature (can be provided via link to issue with these details):
* [ ] Detailed description of new feature
* [ ] Why needed
* [ ] Alternatives methods considered (if any)

### Checklist when updating botocore and/or aiohttp versions

* [ ] I have read and followed [CONTRIBUTING.rst](https://github.com/aio-libs/aiobotocore/blob/master/CONTRIBUTING.rst#how-to-upgrade-botocore)
* [ ] I have updated test_patches.py where/if appropriate
* [ ] I have updated test_patches.py where/if appropriate (also check if no changes necessary)
* [ ] I have ensured that the awscli/boto3 versions match the updated botocore version

0 comments on commit 6536fb1

Please sign in to comment.