diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..8ab63ea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/question-or-comment.md b/.github/ISSUE_TEMPLATE/question-or-comment.md new file mode 100644 index 0000000..ef8c3ba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question-or-comment.md @@ -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.