-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add other quality of life config files.
- Loading branch information
Showing
5 changed files
with
83 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,34 @@ | ||
--- | ||
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--> | ||
- CuBIDS version: | ||
- Docker version: | ||
- Singularity version: | ||
- Datalad version: | ||
|
||
### 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,4 @@ | ||
contact_links: | ||
- name: Usage question | ||
url: https://neurostars.org/tags/c/software-support/234/cubids | ||
about: Please ask questions about using CuBIDS on NeuroStars. |
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?--> |
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,9 @@ | ||
Closes . | ||
|
||
## Changes proposed in this pull request | ||
|
||
- | ||
|
||
## Documentation that should be reviewed | ||
|
||
- |
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,20 @@ | ||
changelog: | ||
exclude: | ||
labels: | ||
- ignore-for-release | ||
categories: | ||
- title: 🛠 Breaking Changes | ||
labels: | ||
- breaking-change | ||
- title: 🎉 Exciting New Features | ||
labels: | ||
- enhancement | ||
- title: 👎 Deprecations | ||
labels: | ||
- deprecation | ||
- title: 🐛 Bug Fixes | ||
labels: | ||
- bug | ||
- title: Other Changes | ||
labels: | ||
- "*" |