-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f747349
commit d21ed3e
Showing
3 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# https://docs.github.com/en/github/administering-a-repository/managing-repository-settings/displaying-a-sponsor-button-in-your-repository | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). |