Skip to content

Commit fc369ca

Browse files
committed
initial commit
0 parents  commit fc369ca

34 files changed

+4099
-0
lines changed

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
*.c diff
2+
*.cpp diff
3+
*.h diff
4+
*.rc diff
5+
*.ini diff
6+
*.txt diff
7+
*.xml diff
8+
*.lng diff

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
custom: ["https://www.paypal.me/henrypp", "https://yoomoney.ru/to/4100115776040583", "https://www.blockchain.com/btc/address/1LrRTXPsvHcQWCNZotA9RcwjsGcRghG96c", "https://www.blockchain.com/eth/address/0xe2C84A62eb2a4EF154b19bec0c1c106734B95960"]
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
name: Bug report
2+
title: "[Bug]"
3+
description: Let me know about crash or existing functionality not working like it should.
4+
labels: [ "bug" ]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: Thanks for taking the time to fill out this bug report!
9+
- type: checkboxes
10+
id: checklist
11+
attributes:
12+
label: Checklist
13+
options:
14+
- label: I have used the search function to see if someone else has already submitted the same bug report.
15+
required: true
16+
- label: I will describe the problem with as much detail as possible.
17+
required: true
18+
- type: input
19+
id: version
20+
attributes:
21+
label: App version
22+
description: What the application version do you use.
23+
placeholder: x.y.z
24+
validations:
25+
required: true
26+
- type: input
27+
id: windows_version
28+
attributes:
29+
label: Windows version
30+
description: What Windows version do you use.
31+
validations:
32+
required: true
33+
- type: textarea
34+
id: steps
35+
attributes:
36+
label: Steps to reproduce
37+
placeholder: |
38+
1. Go to '…'
39+
2. Click on '…'
40+
3. Scroll down to '…'
41+
4. etc.
42+
validations:
43+
required: true
44+
- type: textarea
45+
id: expected
46+
attributes:
47+
label: Expected behavior
48+
description: After following the steps, what did you think application would do?
49+
validations:
50+
required: false
51+
- type: textarea
52+
id: actual
53+
attributes:
54+
label: Actual behavior
55+
description: What did application do instead? Screenshots might help.
56+
validations:
57+
required: true
58+
- type: textarea
59+
id: logs
60+
attributes:
61+
label: Logs
62+
description: |
63+
- If application have debug log insert it here.
64+
- If application have crash dump please attach it here.
65+
66+
Tip: You can attach images, log files or crash dumps by clicking this area to highlight it and then dragging files in.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: Feature request
2+
title: "[Feature]"
3+
description: Suggest an idea for this project.
4+
labels: [ "feature" ]
5+
body:
6+
- type: checkboxes
7+
id: checklist
8+
attributes:
9+
label: Checklist
10+
options:
11+
- label: I have used the search function to see if someone else has already submitted the same feature request.
12+
required: true
13+
- label: I will describe the problem with as much detail as possible.
14+
required: true
15+
- label: This issue only contains a request for one single feature, **not** multiple (related) features.
16+
required: true
17+
- type: input
18+
id: version
19+
attributes:
20+
label: App version
21+
description: What the application version do you use.
22+
placeholder: x.y.z
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: problem
27+
attributes:
28+
label: Problem you are trying to solve
29+
description: Give a brief explanation of the problem you are trying to solve.
30+
validations:
31+
required: true
32+
- type: textarea
33+
id: solution
34+
attributes:
35+
label: Suggested solution
36+
description: Describe how you would like the app to help you solve that problem. Try to be as specific as possible.
37+
validations:
38+
required: true
39+
- type: textarea
40+
id: screenshots
41+
attributes:
42+
label: Screenshots / Drawings / Technical details
43+
description: |
44+
If your request is about (or includes) changing or extending the user interface (UI), describe what the UI would look like and how the user would interact with it.
45+
46+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Question
3+
about: Ask a question about application.
4+
title: '[Question]'
5+
labels: [ "question" ]
6+
assignees: ''
7+
8+
---
9+
10+
Describe the question with as much detail as possible.
11+
12+
---
13+
14+
App version: <enter app version here>
15+
Windows version: <enter windows version here>

.gitignore

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
.vs/
2+
.vscode/
3+
temp/
4+
packages/
5+
bin/32/
6+
bin/64/
7+
bin/arm64/
8+
x64/
9+
win32/
10+
arm64/
11+
__pycache__
12+
13+
thumbs.db
14+
ehthumbs.db
15+
desktop.ini
16+
17+
*.cab
18+
*.msi
19+
*.msm
20+
*.msp
21+
*.lnk
22+
*.jpg
23+
*.zip
24+
*.log
25+
*.pdb
26+
*.exp
27+
*.sdf
28+
*.opensdf
29+
*.db
30+
*.opendb
31+
*.suo
32+
*.exp
33+
*.iobj
34+
*.ipch
35+
*.ipdb
36+
*.ilk
37+
*.obj
38+
*.res
39+
*.tlog
40+
41+
*PVS-Studio*

.gitmodules

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[submodule "routine"]
2+
path = ../routine
3+
url = https://github.com/henrypp/routine.git
4+
5+
[submodule "builder"]
6+
path = ../builder
7+
url = https://github.com/henrypp/builder.git

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
v1.0 (17 July 2024)
2+
- first public version

0 commit comments

Comments
 (0)