From 720108da97ee904f554e018e4519bc03b94f9656 Mon Sep 17 00:00:00 2001 From: d33bs Date: Fri, 17 May 2024 09:43:27 -0600 Subject: [PATCH] update name to coSMicQC --- .github/ISSUE_TEMPLATE/issue.yml | 4 ++-- .github/PULL_REQUEST_TEMPLATE.md | 2 +- CITATION.cff | 6 +++--- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 4 ++-- README.md | 4 ++-- pyproject.toml | 10 +++++----- src/{sculptqc => cosmicqc}/__init__.py | 2 +- src/{sculptqc => cosmicqc}/analyze.py | 0 tests/test_analyze.py | 4 ++-- 10 files changed, 19 insertions(+), 19 deletions(-) rename src/{sculptqc => cosmicqc}/__init__.py (80%) rename src/{sculptqc => cosmicqc}/analyze.py (100%) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 2322775..fc71fc7 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -10,14 +10,14 @@ body: label: Is this a duplicate of an existing idea for this project? description: > Please make sure to search in the - [issues](https://github.com/WayScience/SCupltQC/issues) first + [issues](https://github.com/WayScience/coSMicQC/issues) first to see whether the same issue was reported already. If you find an existing issue, please don't hesitate to comment on it or add a reaction to existing content! options: - label: > I found no existing - [issues](https://github.com/WayScience/SCupltQC/issues) + [issues](https://github.com/WayScience/coSMicQC/issues) covering this topic. required: true diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4e9098c..1aef96d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ _referenced with modifications from [pycytominer](https://github.com/cytomining/ # Description