-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #130 from PennLINC/issue-templates
Add issue templates
- Loading branch information
Showing
2 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
name: Bug report | ||
about: Something not working as described? Missing/incorrect documentation? This is the place. | ||
title: '' | ||
labels: 'bug' | ||
assignees: '' | ||
|
||
--- | ||
## Summary | ||
<!--What is the nature of the bug?--> | ||
|
||
## Additional details | ||
<!--Please fill in the following details--> | ||
- BABS version (`pip show babs`): | ||
- DataLad version (`datalad --version`): | ||
- Git version (`git --version`): | ||
- `git-annex` version (`git-annex version`; pasting the first printed line is sufficient): | ||
- `datalad-container` version (`datalad containers-add --version`): | ||
- Singularity version (`singularity --version`): | ||
- Please copy and paste the printed messages from `babs-check-setup`: | ||
|
||
### What were you trying to do? | ||
|
||
### What did you expect to happen? | ||
|
||
### What actually happened? | ||
|
||
## Reproducing the bug | ||
<!--Please share any steps you performed that revealed the bug--> | ||
<!--Please include any code snippets. | ||
Enclose them in triple back-ticks (```) | ||
Like this: | ||
``` | ||
<code> | ||
``` | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
name: Feature request | ||
about: Got an idea for a new feature, or changing an existing one? This is the place. | ||
title: '' | ||
labels: 'enhancement' | ||
assignees: '' | ||
|
||
--- | ||
## Summary | ||
<!--What would you like changed/added and why?--> | ||
|
||
## Additional details | ||
<!--What would be the benefit?--> | ||
|
||
## Next steps | ||
<!--Do you have any ideas about the implementation?--> |