File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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+ ...
Original file line number Diff line number Diff line change 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+ ...
Original file line number Diff line number Diff line change @@ -8,4 +8,10 @@ Debug*/Debug*.exe
88Debug * /Debug * \ Libs
99* .rbuistate
1010* .xojo_uistate
11- * .obsolete *
11+ * .obsolete
12+
13+ # General
14+ .DS_Store
15+ Thumbs.db
16+ Desktop.ini
17+
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2025 Jürg Otter
3+ Copyright (c) 2025 Jürg Otter, jo-tools.ch
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments