-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dependabot and other config files (#284)
* Add dependabot config. * Add other quality of life config files. * Run black * Remove containers from issue templates.
- Loading branch information
Showing
6 changed files
with
99 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,32 @@ | ||
--- | ||
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: | ||
- 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,18 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" # See documentation for possible values | ||
directory: "/" # Location of package manifests | ||
labels: ["maintenance", "ignore-for-release"] | ||
assignees: ["tsalo"] | ||
schedule: | ||
interval: "weekly" | ||
- package-ecosystem: pip | ||
directory: "/" | ||
labels: ["maintenance", "ignore-for-release"] | ||
schedule: | ||
interval: weekly |
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: | ||
- "*" |