forked from glutanimate/image-occlusion-enhanced
-
Notifications
You must be signed in to change notification settings - Fork 0
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
85a5f30
commit 1968294
Showing
23 changed files
with
981 additions
and
1,118 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
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,3 @@ | ||
|
||
patreon: glutanimate | ||
ko_fi: glutanimate |
This file was deleted.
Oops, something went wrong.
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,65 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: 'bug' | ||
assignees: '' | ||
|
||
--- | ||
|
||
#### Problem description | ||
|
||
*Please describe the issue concisely in here. In case of an error: Walk us through the steps you took to get there. What happened? What did you expect to happen?* | ||
|
||
|
||
#### Checklist | ||
|
||
*Please replace the space inside the brackets with an **x** if the following items apply:* | ||
|
||
- [ ] I've restarted Anki to see if it helps | ||
- [ ] I've verified that I use the latest version of the add-on by redownloading it from AnkiWeb | ||
- [ ] I've verified that I use the latest version of Anki by checking at https://apps.ankiweb.net#download | ||
- [ ] I've tried to disable other add-ons to see if there are any interactions present | ||
- [ ] My issue disappears when I hold shift while starting Anki. | ||
- [ ] I've checked if anyone else reported this problem before by looking through the issue reports. I also checked to see if there is a section about known issues in the add-on description, documentation, or README. | ||
|
||
|
||
#### Information about your Anki set-up | ||
|
||
*Please fill out the section corresponding with your Anki version:* | ||
|
||
|
||
##### If you are using Anki 2.1 | ||
|
||
*Please open Anki, go to Help → About, click on "Copy Debug Info", and paste the result between the backticks below (if the button does not appear you are using an older version of Anki 2.1 and will need to update first):* | ||
|
||
``` | ||
``` | ||
|
||
|
||
##### If you are using Anki 2.0 | ||
|
||
*Please open Anki, go to Help → About, find the two lines starting with `Version:` and `Qt`, and copy-paste them between the backticks below:* | ||
|
||
``` | ||
``` | ||
|
||
*Please fill in details about your operating system (Windows/macOS/Linux, which version):* | ||
|
||
- OS: | ||
- version: | ||
|
||
*Please open Anki, go to Tools → Add-ons, take a screenshot of your installed add-ons, and paste it below:* | ||
|
||
|
||
|
||
#### Error message (if any) | ||
|
||
*If you've received an error message, please copy and paste it between the backticks below:* | ||
|
||
|
||
```python | ||
|
||
``` |
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,35 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: 'enhancement' | ||
assignees: '' | ||
|
||
--- | ||
|
||
#### Checklist | ||
|
||
*Please replace the space inside the brackets with an **x** if the following items apply:* | ||
|
||
- [ ] I've verified that I use the latest version of the add-on by redownloading it from AnkiWeb | ||
- [ ] I've verified that I use the latest version of Anki by checking at https://apps.ankiweb.net#download | ||
- [ ] I've checked if anyone else suggested this feature before by looking through the issue reports. | ||
|
||
#### Problem case | ||
|
||
*Is your feature request related to a problem? If so, please describe it here. E.g.: "My workflow is such and such, and this and that would help."* | ||
|
||
|
||
|
||
#### Solution | ||
|
||
*Concisely describe the solution you would like* | ||
|
||
|
||
*Concisely describe alternatives you've considered (if any)* | ||
|
||
|
||
|
||
#### More information | ||
|
||
*Additional context: Add any other context or screenshots about the feature request here.* |
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,21 @@ | ||
--- | ||
name: Question | ||
about: Ask a question about this project | ||
title: '' | ||
labels: 'question' | ||
assignees: '' | ||
|
||
--- | ||
|
||
#### Checklist | ||
|
||
*Please replace the space inside the brackets with an **x** if the following items apply:* | ||
|
||
- [ ] I've verified that I use the latest version of the add-on by redownloading it from AnkiWeb | ||
- [ ] I've verified that I use the latest version of Anki by checking at https://apps.ankiweb.net#download | ||
- [ ] I've checked if anyone else asked this question before by looking through the issue reports. | ||
|
||
|
||
#### Your question | ||
|
||
*A clear and concise question about the add-on.* |
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,22 @@ | ||
#### Description | ||
|
||
*Concisely describe what the pull request is trying to achieve. If pertinent, link to an existing issue report, or briefly explain the problem the PR is meant to solve. Feel free to attach screenshots or other media for UI-related changes.* | ||
|
||
|
||
#### Checklist: | ||
|
||
*Please replace the space inside the brackets with an **x** and fill out the ellipses if the following items apply:* | ||
|
||
- [ ] I've read and understood the [contribution guidelines](./CONTRIBUTING.md) | ||
- [ ] I've tested my changes against at least one of the following [Anki builds](https://apps.ankiweb.net/#download): | ||
- [ ] Latest standard Anki 2.1 binary build [required for Anki-compatible 2.1 add-ons] | ||
- [ ] Latest alternative Anki 2.1 binary build | ||
- [ ] Latest Anki 2.0 binary build [required for Anki 2.0-compatible add-ons] | ||
- [ ] I've tested my changes on at least one of the following platforms: | ||
- [ ] Linux, version: | ||
- [ ] Windows, version: | ||
- [ ] macOS, version: | ||
- [ ] My changes potentially affect non-desktop platforms, of which I've tested: | ||
- [ ] AnkiMobile, version: | ||
- [ ] AnkiDroid, version: | ||
- [ ] AnkiWeb |
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
Oops, something went wrong.