Template
1
0
mirror of https://github.com/Wessel/boilerplate.git synced 2026-07-16 13:34:09 +02:00
Files
boilerplate/.github/PULL_REQUEST_TEMPLATE.md
Wessel T 25c679f5cc Updates
2020-06-19 23:41:38 +02:00

20 lines
617 B
Markdown

---
name: Pull Request
about: Propose changes to $(PROJECT_NAME)
title: "[PR] Your changes"
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.