Skip to content

Commit b50b063

Browse files
committed
shorten the templates a bit
1 parent 8536a69 commit b50b063

File tree

4 files changed

+7
-41
lines changed

4 files changed

+7
-41
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+4-10
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,9 @@ labels: 'Type: Bug'
66
assignees: ''
77

88
---
9+
**Description**
910

10-
# 1. Bug description
11+
**Checklist**
1112

12-
A description of the bug: what is the expected behaviour? What is the actual behaviour?
13-
14-
# 2. Reproduction
15-
16-
Try to provide as much information to reproduce the bug as possible. If possible, also include a minimal example that we can use reproduce the bug.
17-
18-
# 3. Fix
19-
20-
(Optional) Do you have any suggestions of how to fix the issue? Are you willing to make a PR to fix this issue?
13+
- [ ] I've included a minimal example to reproduce the issue
14+
- [ ] I'd be willing to make a PR to solve this issue

.github/ISSUE_TEMPLATE/feature_request.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,4 @@ title: ''
55
labels: 'Type: Feature request'
66
assignees: ''
77

8-
---
9-
10-
# 1. Description of the feature
11-
12-
A description of the bug: what is the expected behaviour? What is the actual behaviour?
13-
14-
# 2. Why would it be beneficial
15-
16-
Try to provide as much information to reproduce the bug as possible. If possible, also include a minimal example that we can use reproduce the bug.
17-
18-
# 3. Implementation
19-
20-
(Optional) Are you willing to implement (part) of this feature yourself?
8+
---

.github/ISSUE_TEMPLATE/help_wanted.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,4 @@ title: ''
55
labels: 'Type: Question'
66
assignees: ''
77

8-
---
9-
10-
# 1. The question
11-
12-
A description of the bug: what is the expected behaviour? What is the actual behaviour?
13-
14-
# 2. Your environment
15-
16-
If you have a problem calling a LAPACK function we can usually help you faster if we know something about your environment. What programming language do you use? How do you compile and link your code?
8+
---

.github/PULL_REQUEST_TEMPLATE.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
1-
**Short description**
2-
3-
Short description of the problem or link to related issue on github.
4-
5-
**Technical description**
6-
7-
(Optional) Description of the changes and why they work. For larger PR's, this might include a link to a scientific paper/LAWN.
1+
**Description**
82

93
**Checklist**
104

115
- [ ] The documententation has been updated
12-
- [ ] The tests have been updated
13-
- [ ] The changes have been applied to all the relevant precisions
146
- [ ] If the PR solves a specific issue, it is set to be closed on merge.

0 commit comments

Comments
 (0)