From 3c48ca9d678b870e608762bb35c3b77f6f8ae928 Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Thu, 18 May 2023 23:30:46 +0200 Subject: Add a PR template (#74) --- .github/PULL_REQUEST_TEMPLATE.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..ace98687 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,22 @@ + + +#### What kind of changes does this PR include? + + + +- Minor content fixes (broken links, typos, etc.) +- Changes or translations of Starlight docs site content +- Changes to Starlight code +- Something else! + +#### Description + +- Closes # +- What does this PR change? Give us a brief description. +- Did you change something visual? A before/after screenshot can be helpful. + + -- cgit