diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2020-03-31 14:46:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 13:46:46 -0500 |
commit | 90f5bc005f5df1808cc701c41ad7a9b867e5e81b (patch) | |
tree | 0be7b1d903282ffa4632646b02936c9222c20987 | |
parent | 6bb9d5ad9d6d0b4223f72bf3162e4983d608be86 (diff) | |
download | cryptography-90f5bc005f5df1808cc701c41ad7a9b867e5e81b.tar.gz cryptography-90f5bc005f5df1808cc701c41ad7a9b867e5e81b.tar.bz2 cryptography-90f5bc005f5df1808cc701c41ad7a9b867e5e81b.zip |
Added a new checkbox to openssl-release.md (#5168)
-rw-r--r-- | .github/ISSUE_TEMPLATE/openssl-release.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/openssl-release.md b/.github/ISSUE_TEMPLATE/openssl-release.md index 3c0629f4..21c5b256 100644 --- a/.github/ISSUE_TEMPLATE/openssl-release.md +++ b/.github/ISSUE_TEMPLATE/openssl-release.md @@ -9,3 +9,4 @@ - [ ] Send a pull request to `pyca/infra` updating the [version and hash](https://github.com/pyca/infra/blob/master/cryptography-manylinux/install_openssl.sh#L5-L6) for `manylinux` - [ ] Wait for it to be merged - [ ] Wait for the Github Actions job to complete +- [ ] Changelog entry |