Skip to content

Commit 9c369b3

Browse files
authored
Merge pull request #14 from effigies/shared-history
Shared history
2 parents bc766f2 + 60064e7 commit 9c369b3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+3890
-0
lines changed

.codespellrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[codespell]
2+
skip = .git,*.pdf,*.svg,*.html,dataset_description.json,*.bib
3+
# te - TE
4+
# Weill - name
5+
# reson - Reson. abbreviation in citation
6+
ignore-words-list = te,weill,reson

.dockerignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# python cache
2+
__pycache__/**/*
3+
__pycache__
4+
*.pyc
5+
6+
# python distribution
7+
build/**/*
8+
build
9+
dist/**/*
10+
dist
11+
fmripost_tedana.egg-info/**/*
12+
fmripost_tedana.egg-info
13+
.eggs/**/*
14+
.eggs

.git-blame-ignore-revs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Tue Apr 1 10:16:12 2025 -0400 - [email protected] - sty: ruff format [ignore-rev]
2+
3577bfbbac45ca1e2f9d8b6dd3c036eba5dcd7d2

.git_archival.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node: $Format:%H$
2+
node-date: $Format:%cI$
3+
describe-name: $Format:%(describe:tags=true,match=*[0-9]*)$
4+
ref-names: $Format:%D$
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
name: Bug Report
2+
description: File a report of a problem you encountered.
3+
labels: ["bug"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
# Thanks for taking the time to fill out this bug report!
9+
### The following information will help us in getting your issue resolved.
10+
- type: textarea
11+
id: what-happened
12+
attributes:
13+
label: What happened?
14+
description: A short description of what went wrong.
15+
validations:
16+
required: true
17+
- type: textarea
18+
id: command
19+
attributes:
20+
label: What command did you use?
21+
description: |
22+
If you're using `fmriprep-docker`, please include the `RUNNING: ...` line that is printed first.
23+
This helps us replicate the problem. This will be automatically formatted into code, so no need for backticks.
24+
render: shell
25+
validations:
26+
required: true
27+
- type: input
28+
id: version
29+
attributes:
30+
label: What version of fMRIPost-template are you running?
31+
validations:
32+
required: true
33+
- type: dropdown
34+
id: environment
35+
attributes:
36+
label: How are you running fMRIPost-template?
37+
options:
38+
- Docker
39+
- Singularity
40+
- Local installation ("bare-metal")
41+
- Other
42+
validations:
43+
required: true
44+
- type: dropdown
45+
id: bids-valid
46+
attributes:
47+
label: Is your data BIDS valid?
48+
description: |
49+
The BIDS validator can be found at: https://bids-standard.github.io/bids-validator/
50+
Errors should not be present, but warnings are acceptable.
51+
options:
52+
- "Yes"
53+
- "No"
54+
validations:
55+
required: true
56+
- type: dropdown
57+
id: reuse
58+
attributes:
59+
label: Are you reusing any previously computed results?
60+
description: |
61+
You can select multiple options.
62+
We recommend using a fresh working directory when upgrading to a new fMRIPost-template minor series.
63+
multiple: true
64+
options:
65+
- FreeSurfer
66+
- Anatomical derivatives
67+
- Work directory
68+
- "No"
69+
validations:
70+
required: true
71+
- type: textarea
72+
id: logs
73+
attributes:
74+
label: Please copy and paste any relevant log output.
75+
description: |
76+
Can you find some traces of the error reported in the visual report (at the bottom) or in *crashfiles*?
77+
This will be automatically formatted into code, so no need for backticks.
78+
render: shell
79+
- type: textarea
80+
id: addinfo
81+
attributes:
82+
label: Additional information / screenshots
83+
description: |
84+
If you would like to include any further information, such as any visual reports, please include them below.
85+
Alternatively, you can privately share with us at <[email protected]>.
86+
Reports do not contain data usable with personal identification or other research purposes.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Questions
4+
url: https://neurostars.org/tag/fmripost-tedana
5+
about: For general questions, please search Neurostars for existing posts before starting a new one.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Documentation improvement
3+
about: Is the documentation of something missing, unclear, or lacking? This is the place.
4+
title: ''
5+
labels: 'documentation'
6+
assignees: ''
7+
8+
---
9+
<!--
10+
For the Documentation request, please include the following:
11+
------------------------
12+
What would you like changed/added and why?
13+
Do you have any suggestions for the new documents?
14+
-->
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: Feature Request
2+
description: Suggest an idea for a new feature or a change to an existing one.
3+
labels: ["enhancement"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
## Thank you for your suggestion!
9+
10+
We welcome any ideas about how to make *fMRIPost-template* better for the community.
11+
Please keep in mind that features may not get implemented immediately.
12+
- type: textarea
13+
id: summary
14+
attributes:
15+
label: What would you like to see added in fMRIPost-template?
16+
description: |
17+
What are you trying to achieve with fMRIPost-template?
18+
Is this a more convenient way to do something that is already possible, or is a workaround currently unfeasible?
19+
Does this feature adhere to the [NiPreps driving principles](https://www.nipreps.org/community/CONTRIBUTING/#driving-principles)?
20+
validations:
21+
required: true
22+
- type: dropdown
23+
id: interest
24+
attributes:
25+
label: Do you have any interest in helping implement the feature?
26+
description: |
27+
We appreciate any help you can offer!
28+
For information on how to contribute, please refer to our [contributing guidelines](https://www.nipreps.org/community/CONTRIBUTING/).
29+
options:
30+
- "Yes"
31+
- "Yes, but I would need guidance"
32+
- "No"
33+
validations:
34+
required: true
35+
- type: textarea
36+
id: addinfo
37+
attributes:
38+
label: Additional information / screenshots
39+
description: Add any additional information or context about the feature request here.

.github/config.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
2+
3+
# Comment to be posted to on PRs from first time contributors in your repository
4+
newPRWelcomeComment: >
5+
:wave: Welcome, and thank you for your first contribution!
6+
7+
We ask you to take a moment to read through our Contributing Guide:
8+
9+
:point_right: https://github.com/nipreps/fmripost-tedana/blob/main/CONTRIBUTING.md
10+
11+
These guidelines help us maintain a consistent and collaborative workflow.
12+
But don't worry — you don't have to get everything perfect on the first try!
13+
14+
:mag: Here are a few quick tips:
15+
16+
1. **Start a conversation**: Consider opening an issue to discuss your idea
17+
before submitting a pull request. It might save you time.
18+
1. **Descriptive titles**: Please use a clear, descriptive title for your
19+
pull request. If it is still a work in progress, mark it as a "Draft".
20+
1. **Licensing**: All contributions will be licensed under the Apache 2.0
21+
license — the same as the rest of the project.
22+
1. **Authorship**: You're invited to add yourself to the `.zenodo.json` file.
23+
file. This will credit you as a co-author in the next release. Please add
24+
your name as the second-to-last entry, just above the last author.
25+
26+
A pull request is a conversation. We may suggest changes before merging,
27+
and likewise, you should feel free to ask us any questions you have.
28+
29+
:rocket: We're happy to have you here!

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: 'github-actions'
4+
directory: '/'
5+
schedule:
6+
interval: 'monthly'
7+
groups:
8+
actions-infrastructure:
9+
patterns:
10+
- 'actions/*'
11+
docker:
12+
patterns:
13+
- 'docker/*'

0 commit comments

Comments
 (0)