From 3ff049b50dba2f2be77bf1ac33defcbf1cb05cf7 Mon Sep 17 00:00:00 2001 From: Zhi Ming Xu Date: Fri, 27 Mar 2026 04:05:08 -0400 Subject: [PATCH 1/2] fix: fix formatting error in issue template and add m2r2 as docs dependency --- .github/ISSUE_TEMPLATE/release_checklist.md | 4 +--- requirements/docs.txt | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/release_checklist.md b/.github/ISSUE_TEMPLATE/release_checklist.md index 9b287ca..56c5fca 100644 --- a/.github/ISSUE_TEMPLATE/release_checklist.md +++ b/.github/ISSUE_TEMPLATE/release_checklist.md @@ -1,11 +1,9 @@ - --- - +--- name: Release about: Checklist and communication channel for PyPI and GitHub release title: "Ready for PyPI/GitHub release" labels: "release" assignees: "" - --- ### PyPI/GitHub rc-release preparation checklist: diff --git a/requirements/docs.txt b/requirements/docs.txt index 5f34c6e..1de813f 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -2,4 +2,4 @@ sphinx sphinx_rtd_theme sphinx-copybutton doctr -m2r +m2r2 From 60e05b3223db70063484ee1aef57101e555194ab Mon Sep 17 00:00:00 2001 From: Zhi Ming Xu Date: Fri, 27 Mar 2026 04:07:53 -0400 Subject: [PATCH 2/2] skpkg: add news file --- news/quick-fixes.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/quick-fixes.rst diff --git a/news/quick-fixes.rst b/news/quick-fixes.rst new file mode 100644 index 0000000..c4a40ff --- /dev/null +++ b/news/quick-fixes.rst @@ -0,0 +1,23 @@ +**Added:** + +* No news added: Minor fixes for requirements folder and release issue template. + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*