Skip to content

Commit 9717a94

Browse files
committed
adding github things and README/LICENSE
1 parent 9438209 commit 9717a94

File tree

5 files changed

+777
-0
lines changed

5 files changed

+777
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
How to submit a bug report
2+
---
3+
4+
Before creating an issue, make sure:
5+
1. Your title and content is not confusing or content-less.
6+
2. All text is written in proper English.
7+
8+
If it's a bug or problem:
9+
1. This bug can be reproduced.
10+
2. This bug can be found in the latest build.
11+
3. Dumps, backtraces or files are provided.
12+
4. It's you yourself who first found this bug.
13+
14+
If it's advice or a feature request:
15+
1. This feature does not exist in the latest build.
16+
2. This feature is logical and clear-cut.
17+
3. It's you yourself who first came up with the idea.
18+
19+

.github/FUNDING.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# These are supported funding model platforms
2+
3+
github: depascaldc # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: depascaldc # 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+
custom: ['https://www.paypal.com/paypalme/depascaldc', 'https://www.buymeacoffee.com/depascaldc'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

.github/ISSUE_TEMPLATE.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<!--- Please do not create discussion in the bugreport tracker. -->
2+
### Expected Behavior
3+
<!--- What would you expect to happen -->
4+
This should happen
5+
6+
7+
### Actual Behavior
8+
<!--- What actually happened -->
9+
10+
This is a short description of my problem
11+
12+
### Steps to Reproduce
13+
<!--- Please do not create new issues for non reproducible bug and check if a bug as issue is existing before! -->
14+
* do this
15+
* do that
16+
* error
17+
18+
19+
### Debug information
20+
<!--- Use https://hastebin.com/ -->
21+
* Error Stack link/description
22+
23+
24+
### Crashdump, Backtrace or Other Files
25+
<!--- USE https://hastebin.com/ FOR ANY LOGS -->
26+
```log
27+
[LOG] Short error message for longer errors use hastebin.com
28+
[ERROR] Tis is a short error log
29+
[ERROR] afdgsfhdg
30+
[ERROR] sdadfsgfhdg
31+
[ERROR] sdfhdgadff
32+
[ERROR] fdgsfdgdgsfg
33+
[ERROR] gdfgdg
34+
```
35+
36+
**Checklist**:
37+
<!--- Make sure you've completed the following steps (put an "X" between of brackets): -->
38+
- [ ] included a link with an error stack or additional error informations
39+
- [ ] I have checked there aren't any duplicates of this error/report

0 commit comments

Comments
 (0)