diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..85d6ed0 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,2 @@ +Follow TDD practice. All new and modified functionality should be backed up with unit tests. +All new functionality should be backed up with API documentation (API.markdown or README.markdown)