1
0
Fork 0
mirror of synced 2024-06-01 18:39:57 +12:00
appwrite/.github/PULL_REQUEST_TEMPLATE.md

28 lines
943 B
Markdown
Raw Permalink Normal View History

2020-10-01 19:10:48 +13:00
<!--
Thank you for sending the PR! We appreciate you spending the time to work on these changes.
Help us understand your motivation by explaining why you decided to make this change.
You can learn more about contributing to appwrite here: https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md
Happy contributing!
-->
2020-10-03 19:16:13 +13:00
## What does this PR do?
2020-10-01 19:10:48 +13:00
(Provide a description of what this PR does and why it's needed.)
2020-10-01 19:10:48 +13:00
## Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. Screenshots may also be helpful.)
2020-10-01 19:10:48 +13:00
## Related PRs and Issues
- (Related PR or issue)
2020-10-03 19:16:13 +13:00
## Checklist
2022-10-03 23:00:47 +13:00
- [ ] Have you read the [Contributing Guidelines on issues](https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md)?
- [ ] If the PR includes a change to an API's metadata (desc, label, params, etc.), does it also include updated API specs and example docs?