Merge branch 'main' of github.com:FreesideHull/hullblogs.com into main

pull/1/head
Starbeamrainbowlabs 2021-08-09 21:21:22 +01:00
commit 2387b63345
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2
3 changed files with 94 additions and 0 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.

16
.github/ISSUE_TEMPLATE/add-my-blog.md vendored Normal file
View File

@ -0,0 +1,16 @@
---
name: Add my blog
about: Add your blog to hullblogs.com!
title: "[blog request] INSERT_YOURNAME_HERE"
labels: blog addition request
assignees: ''
---
- **Link to my blog:** INSERT_LINK_HERE
- **Link to my blog's Atom / RSS feed:** INSERT_LINK_HERE
- **My name as I want it to be credited:** INSERT_NAME_HERE
- **I confirm that the avatar of the GitHub account I'm opening this request with is the one I want to be shown next to my name on hullblogs.com:** YES / NO
- **I confirm that I am a current or past University of Hull student:** YES / NO
- **I confirm that no content on my blog breaks any University of Hull rules:** YES / NO

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.