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 f153611 commit 5909f3a
Show file tree
Hide file tree
Showing 17 changed files with 314 additions and 517 deletions.
8 changes: 5 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
.github export-ignore
docs export-ignore
screenshots export-ignore
# Adjust GitHub linguist settings:
ANKIWEB.md linguist-documentation
README.md linguist-documentation
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
31 changes: 14 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
# Linux FM
.hidden
.directory
# Byte-compiled / optimized / DLL files
*.pyo
*.pyc
__pycache__/
# Anki
src/*/meta.json
# Build files
build
src/*/gui/forms/anki*
src/*/gui/forms/LICENSE*
src/*/gui/resources/anki*
src/*/gui/resources/LICENSE*
src/*/data/patrons.py
*-anki2*.zip
# Python
.python-version
.mypy_cache/
Expand All @@ -31,20 +24,24 @@ node_modules
.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
addon.json
.bumpversion.cfg
labels.toml
# Temp
.gitold
obsolete
research
# Linux FM
.hidden
.directory
# Docs
docs/specs.md
docs/todo.md
docs/description.html
todo
# Assets
resources/icons/optional
# Anki
src/*/meta.json
src/*/manifest.json
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

All notable changes to [Cloze Overlapper](https://ankiweb.net/shared/info/1771074083) will be documented here. You can click on each release number to be directed to a detailed log of all code commits for that particular release. The download links will direct you to the GitHub release page, allowing you to manually install a release if you want.
All notable changes to Cloze Overlapper will be documented here. You can click on each release number to be directed to a detailed log of all code commits for that particular release. The download links will direct you to the GitHub release page, allowing you to manually install a release if you want.

If you enjoy Cloze Overlapper, please consider supporting my work on Patreon, or by buying me a cup of coffee :coffee::

<center><a href="https://patreon.com/glutanimate"><img src="https://glutanimate.com/logos/patreon_button.svg" height="48px"></a> <a href='https://ko-fi.com/X8X0L4YV' target='_blank'><img height='48px' style='border:0px;height:48px;margin-left:2em;' src='https://az743702.vo.msecnd.net/cdn/kofi2.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a></center>

&nbsp;
<p align="center">
<a href="https://www.patreon.com/glutanimate" rel="nofollow" title="Support me on Patreon 😄"><img src="https://glutanimate.com/logos/patreon_button.svg"></a>      <a href="https://ko-fi.com/X8X0L4YV" rel="nofollow" title="Buy me a coffee 😊"><img src="https://glutanimate.com/logos/kofi_button.svg"></a>
</p>

:heart: My heartfelt thanks goes out to everyone who has supported this add-on through their tips, contributions, or any other means (you know who you are!). All of this would not have been possible without you. Thank you for being awesome!

Expand Down
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## How to Contribe to this Project

Please see the [common contribution guidelines](https://github.com/glutanimate/docs/blob/master/anki/add-ons/CONTRIBUTING.md#how-to-contribute-to-my-anki-add-ons) for my Anki add-ons.

Thanks!
15 changes: 14 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
This Program is licensed under the GNU Affero General Public License
version 3 ("AGPL"), extended by a number of Additional Terms under
Section 7 of the AGPL.

If not otherwise noted, this License applies to all files included
with this Program. Files subject to different licensing terms might
also ship with this Program, but will be clearly marked as such in
additional LICENSE files accompanying them.

The AGPLv3 License and Additional Terms follow.

==============================================================================

GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007

Expand Down Expand Up @@ -618,7 +631,7 @@ copy of the Program in return for a fee.

END OF TERMS AND CONDITIONS

===============================================================================
==============================================================================

ADDITIONAL TERMS APPLICABLE TO THIS PROGRAM
UNDER GNU AGPL VERSION 3 SECTION 7
Expand Down
Loading

0 comments on commit 5909f3a

Please sign in to comment.