diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE deleted file mode 100644 index 916655fec5..0000000000 --- a/.github/PULL_REQUEST_TEMPLATE +++ /dev/null @@ -1,7 +0,0 @@ -Thank you for contributing to OQS-BoringSSL! Before submitting your pull request, please ensure the following: - -1. Your changes include new tests or modifications to existing tests as needed. - -2. You have tested the changes in a clean build environment. - -3. Your changes do not break the build for projects (i.e., NGINX-QUIC, cURL-QUIC, and Chromium) that depend on OQS-BoringSSL. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..5573c22d17 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +Thank you for contributing to OQS-BoringSSL! Before submitting your pull request, please ensure the following: + +1. Your changes include new tests or modifications to existing tests as needed. + +2. You have tested the changes in a clean build environment. + +3. Your changes do not break the build for projects (i.e., [NGINX-QUIC](https://github.com/open-quantum-safe/oqs-demos/blob/main/nginx/Dockerfile-QUIC), [cURL-QUIC](https://github.com/open-quantum-safe/oqs-demos/blob/main/curl/Dockerfile-QUIC), and [Chromium](https://github.com/open-quantum-safe/oqs-demos/tree/main/chromium)) that depend on OQS-BoringSSL.