Skip to content

Commit

Permalink
Merge pull request #130 from PennLINC/issue-templates
Browse files Browse the repository at this point in the history
Add issue templates
  • Loading branch information
Chenying Zhao authored Oct 27, 2023
2 parents 4ada3a6 + 2bb7eb4 commit 6660400
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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>
```
-->
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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?-->

0 comments on commit 6660400

Please sign in to comment.