Skip to content

Commit 6eeaa91

Browse files
committed
Added issue template for maintenance tasks.
1 parent e015883 commit 6eeaa91

3 files changed

Lines changed: 16 additions & 22 deletions

File tree

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
---
2-
name: Bug report
2+
name: Bug report
33
about: Report unintended behavior you've experienced.
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
84
---
95

106
<!--
@@ -15,7 +11,5 @@ assignees: ''
1511
- Describe the expected behavior if not obvious.
1612
- Pick a descriptive issue title tailored to your bug report.
1713
18-
(*) Preferably, use the demonstration model from the Tutorial (capacitor.mph)
19-
to demonstrate the bug. You can attach a model file to your post, though you
20-
may have to "zip" it or change its file extension for the upload to go through.
14+
(*) Preferably, use the demonstration model from the Tutorial (capacitor.mph) to demonstrate the bug. You can attach a model file to your post, though you may have to "zip" it or change its file extension for the upload to go through.
2115
-->
Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,14 @@
11
---
2-
name: Feature request
2+
name: Feature request
33
about: Suggest a new feature you want to contribute.
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
84
---
95

106
<!--
11-
A new feature is a function/method to be added to the library.
12-
Something new that would appear in the "API" chapter of the documentation:
7+
A new feature is a function/method to be added to the library. Something new that would appear in the "API" chapter of the documentation:
138
https://mph.readthedocs.io/en/stable/api.html
149
Or an extension of the behavior of an existing API method/function.
1510
16-
Describe the feature you want to implement. Ideally, use the demonstration
17-
model from the Tutorial (capacitor.mph) to showcase it. You can attach a model
18-
file to your post, though you may have to "zip" it or change its file extension
19-
for the upload to go through.
11+
Describe the feature you want to implement. Ideally, use the demonstration model from the Tutorial (capacitor.mph) to showcase it. You can attach a model file to your post, though you may have to "zip" it or change its file extension for the upload to go through.
2012
21-
Please note that this library is being actively maintained, but not actively
22-
developed. It's best to only suggest features that you're planning to
23-
contribute yourself.
13+
Please note that this library is being actively maintained, but not actively developed. It's best to only suggest features that you're planning to contribute yourself.
2414
-->
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Maintenance task
3+
about: Suggest a maintenance task you think is due.
4+
---
5+
6+
<!--
7+
A maintenance task is something like running the test suite with a Comsol version that has been newly released. Or fixing the tests to make them pass with that new Comsol release. Or updating the documentation accordingly. Or anything else intended to maintain the status quo.
8+
9+
Please don't suggest maintenance tasks for others to do unless you have previously taken care of such things yourself. But feel free to make others aware of maintenance that you plan to handle on your own.
10+
-->

0 commit comments

Comments
 (0)