Skip to content

Commit

Permalink
Merge pull request #10 from childmindresearch/update-urls-1
Browse files Browse the repository at this point in the history
[Bot] Auto update template
  • Loading branch information
nx10 authored Jan 17, 2024
2 parents af953fe + 964aa57 commit 9110eee
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This is a template for reporting a bug.
# If you want to enable automatic linking to projects,
# uncomment the following line and replace the project ID
# with the ID of your project.
# projects: ["cmi-dair/1"]
# projects: ["childmindresearch/1"]
title: 'Bug: '
labels: [bug]
body:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/development_task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This is a template for a development task
# If you want to enable automatic linking to projects,
# uncomment the following line and replace the project ID
# with the ID of your project.
# projects: ["cmi-dair/1"]
# projects: ["childmindresearch/1"]
title: 'Task: '
labels: [task]
body:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/support_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This is a template for submitting a support request.
# If you want to enable automatic linking to projects,
# uncomment the following line and replace the project ID
# with the ID of your project.
# projects: ["cmi-dair/1"]
# projects: ["childmindresearch/1"]
title: 'Support: '
labels: [question]
body:
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# `ecpac`: Easy C-PAC execution on PSC ACCESS

[![Build](https://github.com/cmi-dair/ecpac/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/cmi-dair/ecpac/actions/workflows/test.yaml?query=branch%3Amain)
[![codecov](https://codecov.io/gh/cmi-dair/ecpac/branch/main/graph/badge.svg?token=22HWWFWPW5)](https://codecov.io/gh/cmi-dair/ecpac)
[![Build](https://github.com/childmindresearch/ecpac/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/childmindresearch/ecpac/actions/workflows/test.yaml?query=branch%3Amain)
[![codecov](https://codecov.io/gh/childmindresearch/ecpac/branch/main/graph/badge.svg?token=22HWWFWPW5)](https://codecov.io/gh/childmindresearch/ecpac)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
![stability-stable](https://img.shields.io/badge/stability-stable-green.svg)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/cmi-dair/ecpac/blob/main/LICENSE)
[![pages](https://img.shields.io/badge/api-docs-blue)](https://cmi-dair.github.io/ecpac)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/childmindresearch/ecpac/blob/main/LICENSE)
[![pages](https://img.shields.io/badge/api-docs-blue)](https://childmindresearch.github.io/ecpac)

## Install (first time only)

Expand All @@ -15,7 +15,7 @@ Create a conda environment on PSC ACCESS:
module load anaconda3/2022.10
conda create -n ecpac python=3.11
conda activate ecpac
pip install git+https://github.com/cmi-dair/ecpac.git
pip install git+https://github.com/childmindresearch/ecpac.git
```

## Run
Expand All @@ -31,7 +31,7 @@ ecpac # or: 'ecpac --help' for non-interactive use
```sh
module load anaconda3/2022.10
conda activate ecpac
pip uninstall -y ecpac && sleep 2 && pip install git+https://github.com/cmi-dair/ecpac.git
pip uninstall -y ecpac && sleep 2 && pip install git+https://github.com/childmindresearch/ecpac.git
```

## Slack notifications
Expand Down

0 comments on commit 9110eee

Please sign in to comment.