Updating PR template (#1040)

Summary:
Thanks for proposing a pull request.

To help us review the request, please complete the following:

- [x] sign [contributor license agreement](https://developers.facebook.com/opensource/cla)
- [x] describe the change (for example, what happens before the change, and after the change)
Pull Request resolved: https://github.com/facebook/facebook-objc-sdk/pull/1040

Test Plan: N/A

Reviewed By: jingping2015

Differential Revision: D17234264

Pulled By: joesus

fbshipit-source-id: f914a7c4fe38e7a765b092b9c8754edf42881821
This commit is contained in:
joesusnick
2019-09-09 15:58:52 -07:00
committed by Facebook Github Bot
parent 45890b9874
commit bd8ac94090

View File

@@ -1,6 +1,16 @@
Thanks for proposing a pull request.
Thanks for proposing a pull request!
To help us review the request, please complete the following:
- [ ] sign [contributor license agreement](https://developers.facebook.com/opensource/cla)
- [ ] describe the change (for example, what happens before the change, and after the change)
- [ ] I've ensured that all existing tests pass and added tests (when/where necessary)
- [ ] I've updated the documentation (when/where necessary) and [Changelog](CHANGELOG.md) (when/where necessary)
- [ ] I've added the proper label to this pull request (e.g. `bug` for bug fixes)
## Pull Request Details
Describe what you accomplished in this pull request (for example, what happens before the change, and after the change)
## Test Plan
Test Plan: **Add your test plan here**