-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding github things and README/LICENSE
- Loading branch information
1 parent
9438209
commit 9717a94
Showing
5 changed files
with
777 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
How to submit a bug report | ||
--- | ||
|
||
Before creating an issue, make sure: | ||
1. Your title and content is not confusing or content-less. | ||
2. All text is written in proper English. | ||
|
||
If it's a bug or problem: | ||
1. This bug can be reproduced. | ||
2. This bug can be found in the latest build. | ||
3. Dumps, backtraces or files are provided. | ||
4. It's you yourself who first found this bug. | ||
|
||
If it's advice or a feature request: | ||
1. This feature does not exist in the latest build. | ||
2. This feature is logical and clear-cut. | ||
3. It's you yourself who first came up with the idea. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# These are supported funding model platforms | ||
|
||
github: depascaldc # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] | ||
patreon: depascaldc # Replace with a single Patreon username | ||
open_collective: # Replace with a single Open Collective username | ||
ko_fi: # Replace with a single Ko-fi username | ||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel | ||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry | ||
liberapay: # Replace with a single Liberapay username | ||
issuehunt: # Replace with a single IssueHunt username | ||
otechie: # Replace with a single Otechie username | ||
custom: ['https://www.paypal.com/paypalme/depascaldc', 'https://www.buymeacoffee.com/depascaldc'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<!--- Please do not create discussion in the bugreport tracker. --> | ||
### Expected Behavior | ||
<!--- What would you expect to happen --> | ||
This should happen | ||
|
||
|
||
### Actual Behavior | ||
<!--- What actually happened --> | ||
|
||
This is a short description of my problem | ||
|
||
### Steps to Reproduce | ||
<!--- Please do not create new issues for non reproducible bug and check if a bug as issue is existing before! --> | ||
* do this | ||
* do that | ||
* error | ||
|
||
|
||
### Debug information | ||
<!--- Use https://hastebin.com/ --> | ||
* Error Stack link/description | ||
|
||
|
||
### Crashdump, Backtrace or Other Files | ||
<!--- USE https://hastebin.com/ FOR ANY LOGS --> | ||
```log | ||
[LOG] Short error message for longer errors use hastebin.com | ||
[ERROR] Tis is a short error log | ||
[ERROR] afdgsfhdg | ||
[ERROR] sdadfsgfhdg | ||
[ERROR] sdfhdgadff | ||
[ERROR] fdgsfdgdgsfg | ||
[ERROR] gdfgdg | ||
``` | ||
|
||
**Checklist**: | ||
<!--- Make sure you've completed the following steps (put an "X" between of brackets): --> | ||
- [ ] included a link with an error stack or additional error informations | ||
- [ ] I have checked there aren't any duplicates of this error/report |
Oops, something went wrong.