mirror of https://github.com/onweru/compose.git

weru
03.12.2020 f881251cfe73e15356439658e79d6caec54ee415
add PR and issue templates
2 files added
38 ■■■■■ changed files
.github/ISSUE_TEMPLATE/bug_report.md 21 ●●●●● patch | view | raw | blame | history
.github/pull-request_template.md 17 ●●●●● patch | view | raw | blame | history
.github/ISSUE_TEMPLATE/bug_report.md
New file
@@ -0,0 +1,21 @@
---
name: Bug report
about: Report an issue to help us improve the theme
title: ''
labels: ''
assignees: ''
---
**I have checked all the prerequisites below and I'm yet experiencing a problem**
- [ ] Read the README.md
- [ ] Have the extended version of Hugo installed
- [ ] Used the exampleSite's config.toml as a reference
**Describe the bug**
A clear and concise description of what the bug is. [REPLACE]
**Desktop (please complete the following information):**
 - OS: [e.g. iOS 14, Windows 10]
 - Browser [e.g. chrome 76, safari 13]
.github/pull-request_template.md
New file
@@ -0,0 +1,17 @@
This PR...
## Changes / fixes
-
## Screenshots (if applicable)
(prefer animated gif)
## Checklist
_Ensure you have checked off the following before submitting your PR._
- [ ] tested locally with the [latest release of Hugo](https://github.com/gohugoio/hugo/releases). This requirement is [a standard](https://github.com/gohugoio/hugoThemes#theme-maintenance)
- [ ] added new dependencies
- [ ] updated the [docs]() ⚠️