From d21ed3e060eede4eef67fe4e782e99e15f3c6e41 Mon Sep 17 00:00:00 2001 From: pseudometa <73286100+chrisgrieser@users.noreply.github.com> Date: Wed, 5 Jan 2022 03:10:34 +0100 Subject: [PATCH] add issue templates --- .github/FUNDING.yml | 2 ++ .github/ISSUE_TEMPLATE/bug_report.md | 40 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 18 ++++++++++ 3 files changed, 60 insertions(+) create mode 100644 .github/FUNDING.yml create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..ca1611b --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +# https://docs.github.com/en/github/administering-a-repository/managing-repository-settings/displaying-a-sponsor-button-in-your-repository + diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..96933a2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,40 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: '' + +--- + +**Describe the Bug** +A clear and concise description of what the bug is. + +**Relevant Screenshots** +If applicable, add screenshots to help explain your problem. + +**To Reproduce** +Steps to reproduce the behavior, e.g. +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' + +**In which mode does the bug occur?** +- [ ] Reading/Preview Mode +- [ ] Source Mode +- [ ] Live Preview + +**Which editor are you using?** +- [ ] Legacy Editor +- [ ] New Editor + +**Which version of Obsidian are you using?** +- [ ] Public Release (Desktop) +- [ ] Public Release (Mobile) +- [ ] Insider Release (Desktop) +- [ ] Insider Release (Mobile) + +**Checklist** +- [ ] I have updated to the latest version of the theme (`Obsidian Settings → Appearance → Themes - Manage → Update`). +- [ ] I made sure that the issue is related to this theme, by checking that the issue does not occur with other themes or the default theme. +- [ ] In case I am missing an UI element, I have checked that it cannot be re-enabled with the [Style Settings plugin](https://github.com/mgmeyers/obsidian-style-settings). diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..5627273 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,18 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: 'Feature Request: ' +labels: enhancement +assignees: '' + +--- + +**Feature Requested** +Clear and Concise description of the feature. + +**Relevant Screenshots** +If applicable, add screenshots to help explain your request. + +**Checklist** +- [ ] The feature would be useful to more users than just me. (→ If it's only relevant to you, have you considered using a [CSS Snippet](https://help.obsidian.md/How+to/Add+custom+styles.md#Use+Themes+and/or+CSS+snippets)?) +- [ ] I have checked that the feature is *not* already available via the [Style Settings plugin](https://github.com/mgmeyers/obsidian-style-settings).