Skip to content

Commit

Permalink
Update to new repo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
glutanimate committed Jun 1, 2019
1 parent 85a5f30 commit 1968294
Show file tree
Hide file tree
Showing 23 changed files with 981 additions and 1,118 deletions.
13 changes: 5 additions & 8 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
.github export-ignore
docs export-ignore
screenshots export-ignore
# Adjust GitHub linguist settings:
ANKIWEB.md linguist-documentation
README.md linguist-documentation
# Adjust GitHub linguist settings:
image_occlusion_enhanced/svg-edit/* linguist-vendored
image_occlusion_enhanced/Imaging/* linguist-vendored
image_occlusion_enhanced/imagesize/* linguist-vendored
tools/fixiocards/* linguist-vendored
addon.json export-ignore
# Adjust GitHub linguist settings
## Vendored
src/*/libaddon linguist-vendored
src/*/_vendor linguist-vendored
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

patreon: glutanimate
ko_fi: glutanimate
39 changes: 0 additions & 39 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

65 changes: 65 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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

```
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.*
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
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.*
22 changes: 22 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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
47 changes: 23 additions & 24 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Linux FM
.hidden
.directory
# Byte-compiled / optimized / DLL files
*.pyo
*.pyc
__pycache__/
# Anki
src/*/meta.json
# Build files
build
src/*/forms*
*-anki2*.zip
*.ankiaddon
# Python
.python-version
.mypy_cache/
Expand All @@ -20,31 +16,34 @@ venv/
ENV/
env.bak/
venv.bak/
# Javascript
node_modules
# IDEs
*.sublime-project
*.sublime-workspace
.sublime-backup/
.idea/
.vscode/
# Build files
build
src/*/gui/forms/anki*
src/*/gui/forms/LICENSE*
src/*/gui/resources/anki*
src/*/gui/resources/LICENSE*
*-anki2*.zip
# Dev tools
.bumpversion.cfg
labels.toml
# Temp
.gitold
obsolete
research
# Linux FM
.hidden
.directory
# Docs and tools
.github
docs/specs.md
docs/todo.md
docs/*.todo
docs/description.html
tools/test.py
# Add-on specific
docs/contribs.ui
image_occlusion_enhanced/svg-edit/build
image_occlusion_enhanced/svg-edit/Makefile
designer/
image-occlusion-enhanced-*.zip
tests/
# Docs
todo
# Assets
resources/icons/optional
# Anki
src/*/meta.json
src/*/manifest.json
# Repo
src/image_occlusion_enhanced/svg-edit/svg-edit-master/
Loading

0 comments on commit 1968294

Please sign in to comment.