Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'PULL_REQUEST_TEMPLATE.md')
-rw-r--r--PULL_REQUEST_TEMPLATE.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..9be2b4f
--- /dev/null
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,19 @@
+---
+name: Pull Request
+about: Submit changes to help us improve
+
+---
+
+**Related Issue**
+This PR's content was first discussed in issue #
+
+**Dependency Changes**
+If relevant, list any dependencies added, removed, or changed.
+
+**Testing**
+- [ ] Built and tested work on a standalone Hugo site
+- [ ] Built and tested to work in the Hugo Theme Gallery demo site ([link](https://github.com/gohugoio/hugoThemes/blob/master/README.md))
+- [ ] Tested with browser's responsive-design tools
+
+**Additional context**
+Add any other context about the pull request here.