diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..ad6041e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,15 @@ +--- +name: Bug report +about: Create a report to help improve the plugin +title: '' +labels: bug +assignees: johansatge + +--- + +_Hello! Please follow the checklist below when filling a bug report_ + +- [ ] Describe what the bug is +- [ ] Paste a Markdown block that helps reproducing the described issue +- [ ] Upload a screenshot with the rendered result if relevant +- [ ] Describe the environment (OS, Obsidian version, installed plugins) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..48484eb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest an idea for this plugin +title: '' +labels: enhancement +assignees: johansatge + +--- + +_Hello! Please follow the checklist below when filling a feature request_ + +- [ ] Is your feature request related to a problem? +- [ ] Describe the solution you'd like +- [ ] Provide a Markdown block that helps describing your request, if relevant