Skip to content

Commit 349a0e5

Browse files
✨ feat: add pull request template and funding
1 parent e146190 commit 349a0e5

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

.github/FUNDING.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
github: TheElegantCoding
2+
23
# patreon: # Replace with a single Patreon username
3-
#ko_fi: # Replace with a single Ko-fi username
4-
# buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
4+
# ko_fi: # Replace with a single Ko-fi username
5+
# buy_me_a_coffee: # Replace with a single Buy Me a Coffee username

.github/pull_request_template.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Overview
2+
3+
# What is it?
4+
5+
- [ ] Feature / enhancement
6+
- [ ] Bug
7+
- [ ] Docs / tests / types / typos
8+
9+
# Description
10+
11+
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
12+
13+
# Checklist:
14+
15+
- [ ] I have performed a self-review of my own code
16+
- [ ] I have made corresponding changes to the documentation
17+
- [ ] Added new tests to cover the fix / functionality

0 commit comments

Comments
 (0)