aboutsummaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 000000000..59e8413b6
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,20 @@
+## Changes
+
+- What does this change?
+- Be short and concise. Bullet points can help!
+- Before/after screenshots can help as well.
+- Don't forget a changeset! `pnpm exec changeset`
+
+## Testing
+
+<!-- How was this change tested? -->
+<!-- DON'T DELETE THIS SECTION! If no tests added, explain why. -->
+
+## Docs
+
+<!-- Could this affect a user’s behavior? We probably need to update docs! -->
+<!-- If docs will be needed or you’re not sure, uncomment the next line: -->
+<!-- /cc @withastro/maintainers-docs for feedback! -->
+
+<!-- DON'T DELETE THIS SECTION! If no docs added, explain why.-->
+<!-- https://github.com/withastro/docs -->