Skip to content

Commit 0ec4bac

Browse files
authored
chore: add boilerplate project templates (#1)
1 parent 6740209 commit 0ec4bac

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

.github/CODEOWNERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
############################################################################
2+
# Repository CODEOWNERS #
3+
# Order is important! The last matching pattern takes the most precedence. #
4+
############################################################################
5+
6+
# Default owners, unless a later match takes precedence.
7+
* @coderrob

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: [coderrob]
2+
buy_me_a_coffee: coderrob

.github/pull_request_template.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Pull Request
2+
3+
## Description
4+
5+
Describe changes made in this pull request.
6+
7+
## Checklist
8+
9+
- [ ] Changes have been tested locally.
10+
- [ ] Documentation has been updated accordingly.
11+
- [ ] Changes have been verified to have no runtime errors.

0 commit comments

Comments
 (0)