Skip to content

Commit 4c0b570

Browse files
authored
0.1.0 (#137)
See the CHANGELOG.md for an overview of the changes.
2 parents e63407e + cb9e5b6 commit 4c0b570

28 files changed

+2809
-1846
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# These are supported funding model platforms
22

3-
github: [klept0]
3+
github: [ klept0, cal4 ]
44
ko_fi: its_klept0

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,22 @@ body:
1313
This bug wasn't already reported.
1414
(I have checked every bug report on GitHub)
1515
required: true
16+
- label: |
17+
My code's up-to-date, i.e. I've ran `git pull`.
18+
required: true
19+
- label: |
20+
I've tried the develop branch, `git checkout develop`
21+
required: true
22+
- label: |
23+
I've cleared the sessions folder.
24+
required: true
25+
- label: |
26+
I've tried running with the --visible flag to see what's causing the error.
27+
required: true
28+
- label: |
29+
This bug wasn't already reported.
30+
(I have checked every bug report on GitHub)
31+
required: true
1632
- type: checkboxes
1733
id: title
1834
attributes:
@@ -25,7 +41,6 @@ body:
2541
id: branch
2642
attributes:
2743
label: Branch
28-
description: Which branch?
2944
options:
3045
- master
3146
- develop
@@ -36,7 +51,6 @@ body:
3651
id: commit
3752
attributes:
3853
label: Commit
39-
description: Which commit?
4054
placeholder: 5fd7d6c (get using `git rev-parse --short HEAD`)
4155
validations:
4256
required: true

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,3 +184,6 @@ sessions
184184
logs
185185
runbot.bat
186186
.DS_Store
187+
/google_trends.dat
188+
/google_trends.dir
189+
/google_trends.bak

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/main.xml

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/main_headless.xml

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)