From f59c0c3dd630e0252741195e0bb89a8975be370d Mon Sep 17 00:00:00 2001 From: artm-hx <111763359+artm-hx@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:19:17 +0300 Subject: [PATCH] OS-6960 added "security" and "pull request template" files --- .github/PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++++++ SECURITY.md | 8 ++++++++ 2 files changed, 25 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 SECURITY.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..766d3c39 --- /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 00000000..19a6dd76 --- /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