Skip to content

Commit 6660400

Browse files
author
Chenying Zhao
authored
Merge pull request #130 from PennLINC/issue-templates
Add issue templates
2 parents 4ada3a6 + 2bb7eb4 commit 6660400

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Bug report
3+
about: Something not working as described? Missing/incorrect documentation? This is the place.
4+
title: ''
5+
labels: 'bug'
6+
assignees: ''
7+
8+
---
9+
## Summary
10+
<!--What is the nature of the bug?-->
11+
12+
## Additional details
13+
<!--Please fill in the following details-->
14+
- BABS version (`pip show babs`):
15+
- DataLad version (`datalad --version`):
16+
- Git version (`git --version`):
17+
- `git-annex` version (`git-annex version`; pasting the first printed line is sufficient):
18+
- `datalad-container` version (`datalad containers-add --version`):
19+
- Singularity version (`singularity --version`):
20+
- Please copy and paste the printed messages from `babs-check-setup`:
21+
22+
### What were you trying to do?
23+
24+
### What did you expect to happen?
25+
26+
### What actually happened?
27+
28+
## Reproducing the bug
29+
<!--Please share any steps you performed that revealed the bug-->
30+
<!--Please include any code snippets.
31+
Enclose them in triple back-ticks (```)
32+
Like this:
33+
34+
```
35+
<code>
36+
```
37+
-->
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Feature request
3+
about: Got an idea for a new feature, or changing an existing one? This is the place.
4+
title: ''
5+
labels: 'enhancement'
6+
assignees: ''
7+
8+
---
9+
## Summary
10+
<!--What would you like changed/added and why?-->
11+
12+
## Additional details
13+
<!--What would be the benefit?-->
14+
15+
## Next steps
16+
<!--Do you have any ideas about the implementation?-->

0 commit comments

Comments
 (0)