Skip to content

Commit ce10a48

Browse files
authored
Merge pull request #164 from zmx27/quick-fixes
fix: fix formatting error in issue template and add m2r2 as docs dependency
2 parents 553a2a2 + 60e05b3 commit ce10a48

3 files changed

Lines changed: 25 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/release_checklist.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
---
2-
1+
---
32
name: Release
43
about: Checklist and communication channel for PyPI and GitHub release
54
title: "Ready for <version-number> PyPI/GitHub release"
65
labels: "release"
76
assignees: ""
8-
97
---
108

119
### PyPI/GitHub rc-release preparation checklist:

news/quick-fixes.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* No news added: Minor fixes for requirements folder and release issue template.
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ sphinx
22
sphinx_rtd_theme
33
sphinx-copybutton
44
doctr
5-
m2r
5+
m2r2

0 commit comments

Comments
 (0)