summaryrefslogtreecommitdiff
path: root/themes/hugo-coder/.github
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hugo-coder/.github')
m---------themes/hugo-coder0
-rw-r--r--themes/hugo-coder/.github/FUNDING.yml1
-rw-r--r--themes/hugo-coder/.github/pull_request_template.md33
3 files changed, 34 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/FUNDING.yml b/themes/hugo-coder/.github/FUNDING.yml
new file mode 100644
index 0000000..f100056
--- /dev/null
+++ b/themes/hugo-coder/.github/FUNDING.yml
@@ -0,0 +1 @@
custom: https://www.buymeacoffee.com/luizdepra
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