Skip to content

Commit

Permalink
Fixed a changelog button, updated issue templates (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkelM authored Aug 4, 2023
1 parent 02d1aa2 commit 345ae8f
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 20 deletions.
44 changes: 28 additions & 16 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,43 @@
---
name: Bug report
about: Is something not working as expected? Fill out the template and I'll see what I can do!
title: "[BUG]"
about: Is something not working as expected? Please provide as much information as possible, and I'll see what I can do!
title: "[BUG] "
labels: Bug
assignees: NikkelM

---

**Describe the bug**
A clear and concise description of what the bug is.
Please give a clear and concise description of the bug you encountered, and what you expected to happen instead.
If applicable, please include the complete contents of the error pop-up.

**Relevant YouTube channel**
If this bug is related to a specific YouTube channel, please provide a link to the channel here, or if the bug occurs on a specific video, a link to the video.
Channel link:
Video link:

If applicable to your bug, please check the relevant boxes below:
- [ ] This bug only occurs on the channel/video specified above.
- [ ] This bug occurs on *all* channels/videos.

- [ ] This bug *only* occurs when using the shuffle button on the pop-up.
- [ ] This bug *also* occurs when using the shuffle button on the pop-up.

- [ ] I *have* tried if the bug also occurs when using a different browser (please specify all browsers you tried in the section below).

**To Reproduce**
Steps to reproduce the behaviour:
1. Go to '...'
2. Click on '....'
Steps to reproduce the behaviour, e.g.:
1. Go to the channel/video page
2. Click the 'Shuffle' button
3. See error

**Expected behaviour**
A clear and concise description of what you expected to happen.
**Software information:**
Providing this information will help me to reproduce the bug, and fix it faster.
- Extension Version [e.g. 2.2.0, Check the `Changelog` page linked in the extension pop-up for the version number]:
- Browser [e.g. Chrome, Firefox, Opera]:

**Additional context**
Add any other context about the problem here, e.g. if the bug only occurs with specific settings enabled.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Software information(please complete the following information):**
- Extension Version [e.g. 0.0.2]:
- Browser [e.g. Chrome, Safari]:
- Browser Version [e.g. 22]:

**Additional context**
Add any other context about the problem here.
9 changes: 7 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
---
name: Feature request
about: Suggest an idea for this project.
title: "[FEATURE]"
title: "[FEATURE] "
labels: Feature
assignees: NikkelM

---

- [ ] I have made sure that an issue for this feature does not already exist.

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
A clear and concise description of what the problem is. E.g. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.
Expand All @@ -18,3 +20,6 @@ A clear and concise description of any alternative solutions or features you've

**Additional context**
Add any other context or screenshots about the feature request here.

**Screenshots**
If applicable, add screenshots or mock-ups to help explain your feature request.
5 changes: 3 additions & 2 deletions static/html/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ <h3><i>Did you know...</i></h3>
<br>
<a class="footerLink" href="https://github.com/NikkelM/Random-YouTube-Video" target="_blank" rel="noopener"
title="View the source code or get into contact with the developer">GitHub</a>
<button class="randomYoutubeVideoButton" id="viewChangelogButton" type="button"
title="View the latest changes to the extension">Changelog</button>
<a class="footerLink"
href="https://github.com/NikkelM/Random-YouTube-Video/blob/main/CHANGELOG.md" target="_blank"
rel="noopener">Full Changelog</a>
<a class="footerLink" href="https://ko-fi.com/nikkelm" target="_blank" rel="noopener"
title="Show your appreciation and support the development of the extension">Donate</a>
</footer>
Expand Down

0 comments on commit 345ae8f

Please sign in to comment.