Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

chore: add PR template #633

Merged
merged 1 commit into from
Sep 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!--
Filling out this template is required. Do not delete the template when submitting a Pull Request.
-->
## PR Checklist
<!-- Please check verify and then check each option using "x". i.e. "- [x] The..." -->
Please check that your PR fulfills the following requirements:
- [ ] The commit message follows [our guidelines](https://github.com/angular/components/blob/master/CONTRIBUTING.md#commit)
- [ ] Tests for the changes have been added or weren't appropriate

## What is the current behavior?


Issue Number:


## What is the new behavior?


## Other information