mirror of
https://github.com/daledesilva/obsidian_google-keep-import.git
synced 2026-07-22 07:50:23 +00:00
Update issue templates
This commit is contained in:
parent
9923ffcedd
commit
36e483227a
2 changed files with 51 additions and 0 deletions
39
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
39
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to warn others of errors
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
>Please note that this plugin is no longer being maintained. However, I helped implement Google Keep Import into the official [Obsidian Importer](https://github.com/obsidianmd/obsidian-importer) plugin. Unless you need certain import customisations that this plugin offers, you should use that instead.
|
||||
|
||||
> If you find a bug and want to warn others, please go ahead and post a report, however, because of the above, it's very unlikely it will be fixed.
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**Video or screenshots**
|
||||
If it makes sense, add a quick video screen capture demonstrating the bug. Record it, then delete this paragraph and drag in the file. It's often easier than trying to describe each step.
|
||||
|
||||
>You can capture a video fairly easily for free with an app called [Kap](https://getkap.co/) (Mac), or [Loom](https://chromewebstore.google.com/detail/loom-%E2%80%93-screen-recorder-sc/liecbddmkiiihnedobmlmillhodjkdmb
|
||||
) (Windows/Mac).
|
||||
|
||||
**To Reproduce**
|
||||
If you're video or screenshots need more context, describe the steps reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
If it's not super dooper obvious, what did you expect to happen?
|
||||
|
||||
**Desktop (please complete the following information):**
|
||||
- **Device & OS**: [e.g. Surface Pro 10, Windows]
|
||||
- **Plugin version**: (Check in Settings / Community Plugins)
|
||||
- **Obsidian version**: (Check in Settings / General)
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem if you're not fed up already.
|
||||
12
.github/ISSUE_TEMPLATE/question-or-comment.md
vendored
Normal file
12
.github/ISSUE_TEMPLATE/question-or-comment.md
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
name: Question or comment
|
||||
about: Anything that's not a bug report
|
||||
title: ''
|
||||
labels: question
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
>Please note that this plugin is no longer being maintained. However, I helped implement Google Keep Import into the official [Obsidian Importer](https://github.com/obsidianmd/obsidian-importer) plugin. Unless you need certain import customisations that this plugin offers, you should use that instead.
|
||||
|
||||
> If you have a question or a comment though, I'd be happy to hear from you.
|
||||
Loading…
Reference in a new issue