diff options
author | Chris Swithinbank | 2023-05-18 23:30:46 +0200 |
---|---|---|
committer | GitHub | 2023-05-18 23:30:46 +0200 |
commit | 3c48ca9d678b870e608762bb35c3b77f6f8ae928 (patch) | |
tree | c222cf082a1eb1d6a04e493a7d77b4cec11a790b | |
parent | be1d404df55b92a621c50fbf501c4754c35c50ef (diff) | |
download | IT.starlight-3c48ca9d678b870e608762bb35c3b77f6f8ae928.tar.gz IT.starlight-3c48ca9d678b870e608762bb35c3b77f6f8ae928.tar.bz2 IT.starlight-3c48ca9d678b870e608762bb35c3b77f6f8ae928.zip |
Add a PR template (#74)
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 22 |
1 files changed, 22 insertions, 0 deletions
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 @@ +<!-- Thank you for opening a PR! We really appreciate you taking the time to help out 🙌 --> + +#### What kind of changes does this PR include? + +<!-- Delete any that don’t apply --> + +- Minor content fixes (broken links, typos, etc.) +- Changes or translations of Starlight docs site content +- Changes to Starlight code +- Something else! + +#### Description + +- Closes # <!-- Add an issue number if this PR will close it. --> +- What does this PR change? Give us a brief description. +- Did you change something visual? A before/after screenshot can be helpful. + +<!-- +Here’s what will happen next: +One or more of our maintainers will take a look and may ask you to make changes. +We try to be responsive, but don’t worry if this takes a day or two. +--> |