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

Commit f70dce0

Browse files
author
Sam Spencer
committed
Create PULL_REQUEST_TEMPLATE.md
Basic template to use when submitting pull requests.
1 parent ef5a7ad commit f70dce0

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### Summary
2+
*Replace this line with a short description of the content in your pull request.*
3+
4+
### Fixes Issues
5+
This pull request fixes the following issues:
6+
- #
7+
8+
### Changes
9+
The following changes are included in this pull request:
10+
- *Replace this with a description of a change*
11+
12+
### Notes
13+
- [ ] This pull request makes breaking changes, and if so, involves the following:
14+
- [ ] Public API availability
15+
- [ ] Internal functionality or behavior
16+
- [ ] I have run and ensured that this pull request passes all XCTests
17+
18+
*Include any additional notes on your pull request*

0 commit comments

Comments
 (0)