Add pull request template

Adds some formatting and most importantly add some nudges to fill out tests, settings, and documentation in every PR
This commit is contained in:
Keith Simmons
2022-07-11 09:41:49 -07:00
committed by GitHub
parent 19245dd3ae
commit 1e85d6f07d
+9
View File
@@ -0,0 +1,9 @@
## Description of feature or change
## Link to related issues from zed or insiders
## Before Merging
- [ ] Does this have tests or have existing tests been updated to cover this change?
- [ ] Have you added the necessary settings to configure this feature?
- [ ] Has documentation been created or updated (including above changes to settings)?