summaryrefslogtreecommitdiff
path: root/themes/hugo-coder/.github/pull_request_template.md
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2021-12-26 00:30:09 -0500
committerRyan Schanzenbacher <ryan@rschanz.org>2021-12-26 00:30:09 -0500
commit8555cf72dec9321fa010296ce6988cf7b7cf602b (patch)
tree006ad83008cc8e08524631ebb4b638bfbfa490fd /themes/hugo-coder/.github/pull_request_template.md
parent2e1cd1a569ea516be6bfdc681411cae51632a290 (diff)
convert theme from submodule to regular files
Diffstat (limited to 'themes/hugo-coder/.github/pull_request_template.md')
m---------themes/hugo-coder0
-rw-r--r--themes/hugo-coder/.github/pull_request_template.md33
2 files changed, 33 insertions, 0 deletions
diff --git a/themes/hugo-coder b/themes/hugo-coder
deleted file mode 160000
Subproject 55b2a150f990bc56364dba347bc9acc6aab07be
diff --git a/themes/hugo-coder/.github/pull_request_template.md b/themes/hugo-coder/.github/pull_request_template.md
new file mode 100644
index 0000000..f690988
--- /dev/null
+++ b/themes/hugo-coder/.github/pull_request_template.md
@@ -0,0 +1,33 @@
1### Prerequisites
2
3Put an `x` into the box(es) that apply:
4
5- [ ] This pull request fixes a bug.
6- [ ] This pull request adds a feature.
7- [ ] This pull request introduces breaking change.
8
9### Description
10
11Describe what this pull request achieves.
12
13### Issues Resolved
14
15List any existing issues this pull request resolves.
16
17### Checklist
18
19Put an `x` into the box(es) that apply:
20
21#### General
22
23- [ ] Describe what changes are being made
24- [ ] Explain why and how the changes were necessary and implemented respectively
25- [ ] Reference issue with `#<ISSUE_NO>` if applicable
26
27#### Resources
28
29- [ ] If you have changed any SCSS code, run `make release` to regenerate all CSS files
30
31#### Contributors
32
33- [ ] Add yourself to `CONTRIBUTORS.md` if you aren't on it already