Skip to content

Commit 974cd8a

Browse files
committed
Repository Setup
1 parent e527269 commit 974cd8a

5 files changed

Lines changed: 82 additions & 2 deletions

File tree

.github/FUNDING.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# These are supported funding model platforms
2+
3+
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
13+
custom: ['https://paypal.me/jotools'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
14+
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help improve this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!--- Provide a general summary of the issue in the Title above. -->
11+
12+
## Description
13+
<!-- A clear and concise description of what the bug is. -->
14+
...
15+
16+
## Expected Behavior
17+
<!--- Tell what should happen. -->
18+
...
19+
20+
## Current Behavior
21+
<!--- Tell what happens instead of the expected behavior. -->
22+
...
23+
24+
## Steps to Reproduce
25+
<!--- Provide an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant. -->
26+
1. ...
27+
2. ...
28+
3. ...
29+
30+
## Screenshots
31+
<!-- If applicable, add screenshots to help explain your problem. -->
32+
33+
## Possible Solution
34+
<!--- Not obligatory, but suggest a fix/reason for the bug. -->
35+
...
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Description
11+
<!-- A clear and concise description of what the feature request is about. -->
12+
<!-- Is your proposal related to an issue? -->
13+
...
14+
15+
## Possible Solution
16+
<!-- Provide a clear and concise description of what you want to happen. -->
17+
...
18+
19+
## Alternatives
20+
<!-- Other possible solutions you can think of, you've tried or researched. -->
21+
...
22+
23+
## Additional context
24+
<!-- Is there anything else you can add about the proposal? You might want to link to related issues here, if you haven't already. -->
25+
...

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,10 @@ Debug*/Debug*.exe
88
Debug*/Debug*\ Libs
99
*.rbuistate
1010
*.xojo_uistate
11-
*.obsolete*
11+
*.obsolete
12+
13+
# General
14+
.DS_Store
15+
Thumbs.db
16+
Desktop.ini
17+

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Jürg Otter
3+
Copyright (c) 2025 Jürg Otter, jo-tools.ch
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)