File tree Expand file tree Collapse file tree 2 files changed +53
-0
lines changed
Expand file tree Collapse file tree 2 files changed +53
-0
lines changed Original file line number Diff line number Diff line change 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+ -->
Original file line number Diff line number Diff line change 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?-->
You can’t perform that action at this time.
0 commit comments