diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..766d3c39a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ +## Description + + + +## Related issue number + + + +## Special notes + + + +## Checklist + +* [ ] The pull request title is a good summary of the changes +* [ ] Unit tests for the changes exist +* [ ] New and existing unit tests pass locally \ No newline at end of file diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..19a6dd764 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,8 @@ +# Security Policy + +## Reporting a Vulnerability + +If you discover a potential security issue, report it to OptScale team directly via email to security@hystax.com. +Please describe all steps and provide example code to reproduce the security issue. This will allow to address and resolve it as soon as possible. + +Please **do not** create an issue on GitHub. \ No newline at end of file