Skip to content

Commit 15c0f5c

Browse files
committed
Update github templates
1 parent cd048fa commit 15c0f5c

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,19 @@ labels: ''
66
assignees: ''
77

88
---
9-
<!-- Please note that Michael Cuthbert, creator of music21, is taking a sabbatical from
10-
the project (after 17 years of continuous development, until at least January 2024.
11-
The issues you raise here are unlikely to be addressed until then (unless you choose
12-
paid support options). Please see the music21list Google group for mure information
13-
and assistance options.-->
149

1510
<!-- Version of music21: print(music21.__version__) -->
1611
**music21 version**
1712

18-
`9.8.7` <!-- replace with actual version -->
13+
`1.2.3` <!-- replace with actual version -->
1914

15+
**Operating System(s) checked**
16+
Windows 11 <!-- replace with OS -->
17+
18+
<!-- Note: only Mac and Windows are directly supported by music21 developers.
19+
Bug reports that are specific to other OSes w/o a PR will be closed
20+
unless the reporter is willing to contribute a fix.
21+
-->
2022

2123
**Problem summary**
2224
<!-- Briefly: what undesired thing happens when what action is taken? -->
@@ -37,9 +39,5 @@ myStream2.insert(note.Rest(0.5))
3739
<!-- Consider annotating the output produced by a function -->
3840

3941
**More information**
40-
<!-- If relevant: OS, suggested fix, attempted workarounds -->
42+
<!-- If relevant: suggested fix, attempted workarounds -->
4143

42-
<!-- Note: only Mac and Windows are directly supported by music21 staff.
43-
Bug reports that are specific to other OSes w/o a PR will be closed
44-
unless the reporter is willing to contribute a fix.
45-
-->

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ labels: 'enhancement'
66
assignees: ''
77

88
---
9-
<!-- Please note that Michael Cuthbert, creator of music21, is taking a sabbatical from
10-
the project (after 17 years of continuous development, until at least January 2024.
11-
The issues you raise here are unlikely to be addressed until then (unless you choose
12-
paid support options). Please see the music21list Google group for mure information
13-
and assistance options.-->
14-
159

1610
**Motivation**
1711
<!-- E.g. does this fill a gap? build on music21's strengths? improve usability? -->

0 commit comments

Comments
 (0)