From 9aaf5b250d1d9bb3e20cf8c32f00278689e98b74 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 9 Aug 2021 21:18:20 +0100 Subject: [PATCH] Update issue templates --- .../a-feed-crashes-hullblogs-com.md | 40 +++++++++++++++++++ .github/ISSUE_TEMPLATE/add-my-blog.md | 2 +- .github/ISSUE_TEMPLATE/bug_report.md | 38 ++++++++++++++++++ 3 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/a-feed-crashes-hullblogs-com.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/a-feed-crashes-hullblogs-com.md b/.github/ISSUE_TEMPLATE/a-feed-crashes-hullblogs-com.md new file mode 100644 index 0000000..48e1428 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/a-feed-crashes-hullblogs-com.md @@ -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` + +
+Expand to view logs + +

+
+PASTE YOUR LOGS HERE
+
+
+
+ +## Additional context +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/add-my-blog.md b/.github/ISSUE_TEMPLATE/add-my-blog.md index 4a79f4b..93f85fa 100644 --- a/.github/ISSUE_TEMPLATE/add-my-blog.md +++ b/.github/ISSUE_TEMPLATE/add-my-blog.md @@ -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: '' --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..dd84ea7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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.