summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-06-01 20:15:49 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-06-01 20:15:49 +0200
commitbb82e98808d6b81ee8ba5c5bccf1396f4ac5fcf1 (patch)
tree18078bd8732f0845017f51ab3cefd0b7c2a76363 /.github
parent5158f0dbaadc5801c12c1689f9c72adf6245a8c8 (diff)
downloadgohugo-theme-ed-bb82e98808d6b81ee8ba5c5bccf1396f4ac5fcf1.tar.gz
Provide pull request template
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..1a5ca2f
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,11 @@
+### Purpose
+
+Describe the purpose of this change. If there is an existing issue that is resolved by this pull request, please reference it in the form `Fixes #1234` where 1234 is the relevant issue number.
+
+### Screenshots
+
+If this is a GUI change, try to include screenshots of the change. If not, please delete this section.
+
+### Documentation
+
+If this is an enhancement, add a link here to the corresponding pull request on https://github.com/sergeyklay/gohugo-theme-ed or describe the documentation changes necessary.