Skip to content

Commit eecb3cb

Browse files
committed
Adding PR template
1 parent 0ecc452 commit eecb3cb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Thanks for taking the time to submit a pull request.
2+
3+
Before submitting, please do the following:
4+
5+
- Run `make lint` to check if there are any format errors (install [swiftlint](https://github.com/realm/SwiftLint#installation) first)
6+
- Run `swift test` to see if the tests pass.
7+
- Write new tests for new functionality.
8+
- Update documentation comments where applicable.
9+

0 commit comments

Comments
 (0)