Skip to content

Commit

Permalink
fix: 💬 fix bug report URL pointing to wrong repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcndt committed Aug 4, 2022
1 parent e3f22eb commit b1974b7
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 1 deletion.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Bug report
about: Please use this bug report template to help reproduce and fix bugs in Noteshare.space!
title: "[Bug]"
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
- Describe the steps you took to reach this bug.

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
- Provide a screenshot showing what is wrong.
- If possible, share a note to noteshare.space and put the share link in this bug report so I can further debug the problem.

**Environment (please complete the following information):**
- OS: [e.g. Windows, MacOS, iOS, Android, ...]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

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

---

**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 [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
2 changes: 1 addition & 1 deletion webapp/src/lib/components/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<span>-</span>
<a
class="underline"
href="https://github.com/mcndt/obsidian-note-sharing/issues/new?assignees=&labels=&template=bug_report.md&title=%5BBug%5D"
href="https://github.com/mcndt/noteshare.space/issues/new?assignees=&labels=&template=bug_report.md&title=%5BBug%5D"
>🐛 Report bug</a
>
<span>-</span>
Expand Down

0 comments on commit b1974b7

Please sign in to comment.