From d437d1709d12d0e2e0ed931f3183bc38300374bb Mon Sep 17 00:00:00 2001 From: Angelo Stavrow Date: Tue, 23 Oct 2018 10:33:06 -0400 Subject: Create pull request template (closes #28) --- PULL_REQUEST_TEMPLATE.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md 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. -- cgit v1.2.3