We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ecc452 commit eecb3cbCopy full SHA for eecb3cb
.github/PULL_REQUEST_TEMPLATE/template.md
@@ -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