Update issue templates

pull/1/head
Starbeamrainbowlabs 2021-08-09 21:18:20 +01:00 committed by GitHub
parent 154ec93af8
commit 9aaf5b250d
3 changed files with 79 additions and 1 deletions

View File

@ -0,0 +1,40 @@
---
name: A feed crashes hullblogs.com
about: A specific Atom/RSS feed crashes the hullblogs.com static site generator.
title: "[broken feed] "
labels: bug
assignees: ''
---
## Atom / RSS URL:
- **Link:** INSERT_LINK_HERE
- **Feed format (if known):** RSS / Atom
## Describe the bug
A clear and concise description of what the bug is.
## Screenshots
If applicable, add screenshots to help explain your problem.
## System information (please complete the following information):**
- OS: [e.g. Ubuntu 20.04, Windows 10]
- Node.js version: `node --version`
## Build logs
Output of `npm run build`
<details>
<summary>Expand to view logs</summary>
<pre><core>
PASTE YOUR LOGS HERE
</code></pre>
</details>
## Additional context
Add any other context about the problem here.

View File

@ -2,7 +2,7 @@
name: Add my blog
about: Add your blog to hullblogs.com!
title: "[blog request] INSERT_YOURNAME_HERE"
labels: blog-addition-request
labels: blog addition request
assignees: ''
---

38
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.