Template
1
0
mirror of https://github.com/Wessel/boilerplate.git synced 2026-07-18 14:34:16 +02:00

Add most of my stuff

This commit is contained in:
Wessel Tip
2019-08-03 12:10:40 +02:00
parent 0c9039f3bd
commit e5c01a358f
12 changed files with 241 additions and 0 deletions

19
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,19 @@
---
name: Pull Request
about: Propose changes to $(PROJECT_NAME)
title: "[PR] This is an awesome idea i made!"
labels: pullrequest
assignees: PassTheWessel
---
**Please describe the changes this PR makes and why it should be merged:**
**Status**
- [ ] Code changes have been tested and there aren't any typos in it
**Semantic versioning classification:**
- [ ] This PR changes $(PROJECT_NAME) core codebase (methods or parameters added)
- [ ] This PR includes breaking changes (methods removed or renamed, parameters moved or removed)
- [ ] This PR **only** includes non-code changes, like changes to documentation, README, etc.