Skip to content

Commit

Permalink
adding github things and README/LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
depascaldc committed Dec 26, 2020
1 parent 9438209 commit 9717a94
Show file tree
Hide file tree
Showing 5 changed files with 777 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/CONTRIBUTING.md
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.


12 changes: 12 additions & 0 deletions .github/FUNDING.yml
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']
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE.md
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
Loading

0 comments on commit 9717a94

Please sign in to comment.