Skip to content

Commit 8536a69

Browse files
committed
add pr and issue templates
1 parent cc6e21e commit 8536a69

File tree

4 files changed

+70
-0
lines changed

4 files changed

+70
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: 'Type: Bug'
6+
assignees: ''
7+
8+
---
9+
10+
# 1. Bug description
11+
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?
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Request a feature
4+
title: ''
5+
labels: 'Type: Feature request'
6+
assignees: ''
7+
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?

.github/ISSUE_TEMPLATE/help_wanted.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Question
3+
about: Ask a question related to the use of the package
4+
title: ''
5+
labels: 'Type: Question'
6+
assignees: ''
7+
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?

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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.
8+
9+
**Checklist**
10+
11+
- [ ] The documententation has been updated
12+
- [ ] The tests have been updated
13+
- [ ] The changes have been applied to all the relevant precisions
14+
- [ ] If the PR solves a specific issue, it is set to be closed on merge.

0 commit comments

Comments
 (0)