Skip to content

Commit fc9434c

Browse files
committed
github templates
1 parent ca7ec77 commit fc9434c

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

.github/FUNDING.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# These are the supported funding model platforms
2+
3+
github: [mastashake08] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: mastashake08 # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: mastashake08 # 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: mastashake08 # 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://cash.me/$mastashake08'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

.github/PULL_REQUEST_TEMPLATE.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!--
2+
Filling out the information below can facilitate the review/merge of the pull request (PR).
3+
-->
4+
5+
## What is the motivation for this pull request?
6+
7+
<!-- Is this a feature, bug fix, documentation, etc.? -->
8+
9+
## What is the current behavior?
10+
11+
<!-- Please link to the issue (if applicable). -->
12+
13+
## What is the new behavior?
14+
15+
<!-- If this is a feature change or bug fix. -->
16+
17+
## Checklist:
18+
19+
<!--
20+
Feel free to remove any item that is irrelevant to your changes.
21+
To check an item, place an "x" in the box like so: `- [x] Tests`
22+
-->
23+
24+
- [ ] Tests
25+
- [ ] Documentation
26+
27+
<!--
28+
Any additional comments? Thank you for contributing!
29+
-->

0 commit comments

Comments
 (0)