From 5cfe7aed4641fee530308e7b2418651e7323ebc4 Mon Sep 17 00:00:00 2001 From: esc Date: Wed, 11 Dec 2024 16:45:17 +0100 Subject: [PATCH 1/2] adding bullet to first RC checklist regarding LLVM updates If the underlying LLVM version has been updated, we need to take some extra steps tp update the docs. --- .github/ISSUE_TEMPLATE/first_rc_checklist.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/first_rc_checklist.md b/.github/ISSUE_TEMPLATE/first_rc_checklist.md index 9b81b2f49..358d9efd3 100644 --- a/.github/ISSUE_TEMPLATE/first_rc_checklist.md +++ b/.github/ISSUE_TEMPLATE/first_rc_checklist.md @@ -11,6 +11,10 @@ labels: task * [ ] Merge to `main`. * [ ] "remaining Pull-Requests from milestone". +* In case of an LLVM upgrade: + * [ ] Check if the compatability matrix in the `README.rst` needs updating + * [ ] Check if the inter-sphinx link in `llvmlite/docs/source/conf.py` + needs an update * [ ] Create X.Y release branch `releaseX.Y` * [ ] Update `CHANGE_LOG` in a PR targeting the release branch. * [ ] Follow the format of previous `CHANGE_LOG` entries. From c227b6d17c12c1602c7271ac00e2b5cfb1411d7f Mon Sep 17 00:00:00 2001 From: esc Date: Wed, 11 Dec 2024 16:48:46 +0100 Subject: [PATCH 2/2] adding periods to end of bullets As title --- .github/ISSUE_TEMPLATE/first_rc_checklist.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/first_rc_checklist.md b/.github/ISSUE_TEMPLATE/first_rc_checklist.md index 358d9efd3..1fd30cb5c 100644 --- a/.github/ISSUE_TEMPLATE/first_rc_checklist.md +++ b/.github/ISSUE_TEMPLATE/first_rc_checklist.md @@ -12,9 +12,9 @@ labels: task * [ ] Merge to `main`. * [ ] "remaining Pull-Requests from milestone". * In case of an LLVM upgrade: - * [ ] Check if the compatability matrix in the `README.rst` needs updating + * [ ] Check if the compatability matrix in the `README.rst` needs updating. * [ ] Check if the inter-sphinx link in `llvmlite/docs/source/conf.py` - needs an update + needs an update. * [ ] Create X.Y release branch `releaseX.Y` * [ ] Update `CHANGE_LOG` in a PR targeting the release branch. * [ ] Follow the format of previous `CHANGE_LOG` entries.