-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
General configuration of the infrastructure
- Loading branch information
Stefano Moia
committed
May 11, 2020
1 parent
488d511
commit 51ab22b
Showing
16 changed files
with
271 additions
and
39 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
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,86 @@ | ||
{ | ||
"plugins": [ | ||
"git-tag", | ||
"all-contributors", | ||
"conventional-commits", | ||
"first-time-contributor", | ||
"released" | ||
], | ||
"release": { | ||
"prerelease": true | ||
}, | ||
"owner": "physiopy", | ||
"repo": "phys2bids", | ||
"name": "Stefano Moia", | ||
"email": "[email protected]", | ||
"labels": [ | ||
{ | ||
"name": "Majormod", | ||
"changelogTitle": "💥 Breaking Change", | ||
"description": "This PR breaks compatibility, and increments the major version (+1.0.0)", | ||
"releaseType": "major", | ||
"overwrite": true | ||
}, | ||
{ | ||
"name": "Minormod", | ||
"changelogTitle": "🚀 Enhancement", | ||
"description": "This PR generally closes an `Enhancement` issue. It increments the minor version (0.+1.0)", | ||
"releaseType": "minor", | ||
"overwrite": true | ||
}, | ||
{ | ||
"name": "Minormod-breaking", | ||
"changelogTitle": "💥 Breaking Change during development", | ||
"description": "For development only, this PR increments the minor version (0.+1.0) but breaks compatibility", | ||
"releaseType": "minor", | ||
"overwrite": true | ||
}, | ||
{ | ||
"name": "BugFIX", | ||
"changelogTitle": "🐛 Bug Fix", | ||
"description": "This PR generally closes a `Bug` issue, and increments the patch version (0.0.+1)", | ||
"releaseType": "patch", | ||
"overwrite": true | ||
}, | ||
{ | ||
"name": "Documentation", | ||
"changelogTitle": "📝 Documentation", | ||
"description": "This issue or PR is about the documentation ", | ||
"releaseType": "none", | ||
"overwrite": true | ||
}, | ||
{ | ||
"name": "Testing", | ||
"changelogTitle": "⚠️ Tests", | ||
"description": "This is for testing features, writing tests or producing testing code", | ||
"releaseType": "none", | ||
"overwrite": true | ||
}, | ||
{ | ||
"name": "Internal", | ||
"changelogTitle": "🏠 Internal", | ||
"description": "Changes affect the internal API. It doesn't increase the version, but produces a changelog", | ||
"releaseType": "none", | ||
"overwrite": true | ||
}, | ||
{ | ||
"name": "Outreach", | ||
"changelogTitle": "🖋️ Outreach", | ||
"description": "Issue about outreaching of any form", | ||
"releaseType": "none", | ||
"overwrite": true | ||
}, | ||
{ | ||
"name": "Skip release", | ||
"description": "This PR preserves the current version when merged, and doesn't appear in the changelog", | ||
"releaseType": "skip", | ||
"overwrite": true | ||
}, | ||
{ | ||
"name": "Release", | ||
"description": "For PR only, trigger a release at the merge", | ||
"releaseType": "release", | ||
"overwrite": true | ||
} | ||
] | ||
} |
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 issue | ||
about: Use this template to report bugs. | ||
title: '' | ||
labels: Bug | ||
assignees: | ||
--- | ||
|
||
<!--- Provide a general summary of the issue in the Title above --> | ||
|
||
## Expected Behavior | ||
<!--- NECESSARY --> | ||
<!--- Describe what one would expect from the buggy code --> | ||
|
||
## Actual Behavior | ||
<!--- NECESSARY --> | ||
<!--- Describe what the buggy code is actually doing/returning --> | ||
<!--- Do not hesitate and share screenshots and code snippets that could help understand the issue --> | ||
|
||
## Steps to Reproduce the Problem | ||
<!--- Briefly point out the steps we should take to reproduce the problem --> | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
## Specifications | ||
<!--- Point out the version of phys2bids you are running and your OS version --> | ||
- Python version: | ||
- phys2bids version: | ||
- Platform: | ||
|
||
## Possible solution | ||
<!--- Describe a possible approach to solve the issue --> |
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,27 @@ | ||
--- | ||
name: Discussion | ||
about: Use this template to start a discussion issue, i.e. an issue that | ||
title: '' | ||
labels: Discussion | ||
assignees: '' | ||
--- | ||
|
||
<!--- Provide the detailed description of the idea to discuss | ||
This section should present: | ||
- What is the topic | ||
- Why you want to spark such a discussion (what is the problem you're trying to solve) | ||
- If you thought about them, what are the possible positions on the topic you came up with - invite others to add some! | ||
It could contain questions. Don't be afraid to ping users that could be more interested in this topic! --> | ||
|
||
I'm opening this discussion because/I think that/I noticed that... | ||
|
||
|
||
|
||
|
||
## Outstanding questions | ||
<!--- Repeat the concept in a very few, short (max 3) questions --> | ||
<!--- Remember that the aim is not to give a "tldr", but to help address salient points. --> | ||
|
||
- | ||
- | ||
- |
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 @@ | ||
--- | ||
name: Feature request | ||
about: Use this template to request new features. | ||
title: '' | ||
labels: Enhacement | ||
assignees: '' | ||
--- | ||
|
||
<!--- Provide a general summary of the issue in the Title above --> | ||
|
||
## Detailed Description | ||
<!--- Provide a detailed description of the change or addition you are proposing --> | ||
|
||
## Context / Motivation | ||
<!--- Why is this change important to you? How would you use it? --> | ||
<!--- How can it benefit other users? --> | ||
|
||
## Possible Implementation | ||
<!--- Not obligatory, but suggest an idea for implementing addition or change --> | ||
<!--- If you already have worked on the idea, please share a link to the branch in your forked project --> |
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,23 @@ | ||
--- | ||
name: General issue | ||
about: Use this template for any issues not related to bugs or feature requests | ||
title: '' | ||
labels: | ||
assignees: '' | ||
--- | ||
|
||
<!--- Provide a general summary of the issue in the Title above --> | ||
<!--- Please label the issue with one of the following: Documentation, Outreach or Question --> | ||
|
||
## Summary | ||
<!--- Describe the motivation behind the issue --> | ||
|
||
## Additional detail | ||
<!--- Provide a additional details that could help developers understand the issue --> | ||
|
||
## Next Steps | ||
<!--- Provide possible steps to take in order to address the issue --> | ||
|
||
* | ||
* | ||
* |
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,8 @@ | ||
--- | ||
name: Dev call | ||
about: Only for PM | ||
title: 'phys2bids YYY developer call (dd.mm.yyyy @ time) | ||
labels: Community | ||
assignees: | ||
--- | ||
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,7 @@ | ||
Closes # | ||
|
||
## Proposed Changes | ||
|
||
- | ||
- | ||
- |
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 @@ | ||
# This workflows will upload a Python Package using Twine when a release is created | ||
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries | ||
|
||
name: Upload Python Package | ||
|
||
on: | ||
release: | ||
types: [created] | ||
|
||
jobs: | ||
deploy: | ||
|
||
runs-on: ubuntu-18.04 | ||
|
||
steps: | ||
- name: Checkout source | ||
uses: actions/checkout@v2 | ||
- name: Set up Python | ||
uses: actions/setup-python@v1 | ||
with: | ||
python-version: 3.7 | ||
- name: Install dependencies | ||
run: | | ||
python -m pip install --upgrade pip | ||
python -m pip install setuptools wheel twine | ||
- name: Build and publish | ||
env: | ||
TWINE_USERNAME: __token__ | ||
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} | ||
run: | | ||
python -m python setup.py sdist bdist_wheel | ||
python -m twine upload dist/* |
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,28 @@ | ||
{ | ||
"metadata": { | ||
"license": { | ||
"id": "Apache-2.0" | ||
}, | ||
"title": "physiopy/phys2denoise: Creation of physiological regressors for fMRI", | ||
"creators": [ | ||
{ | ||
"affiliation": "BCBL - Basque Center on Cognition, Brain and Language", | ||
"name": "C\u00e9sar Caballero Gaudes" | ||
}, | ||
{ | ||
"affiliation": "McGill University", | ||
"name": "Ross Markello" | ||
}, | ||
{ | ||
"orcid": "0000-0002-2553-3327", | ||
"affiliation": "BCBL - Basque Center on Cognition, Brain and Language", | ||
"name": "Stefano Moia" | ||
} | ||
], | ||
"access_right": "open", | ||
"resource_type": { | ||
"type": "software", | ||
"title": "Software" | ||
}, | ||
} | ||
} |
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
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
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
Empty file.
Empty file.
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