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:
authorAngelo Stavrow <contact@angelostavrow.com>2018-10-23 17:33:06 +0300
committerGitHub <noreply@github.com>2018-10-23 17:33:06 +0300
commitd437d1709d12d0e2e0ed931f3183bc38300374bb (patch)
tree3c8e71206a8d6934ef8fe9d672aae0f6cec103b6
parentc099e54a15ad0edc996d4e082efd7fefb3bfa27a (diff)
Create pull request template (closes #28)
-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.