Skip to content

Commit 9791036

Browse files
d33bsjenna-tomkinson
andauthoredOct 30, 2024
Migrate CytoDataFrame from coSMicQC as standalone package (#4)
* initial migration Co-Authored-By: Jenna Tomkinson <107513215+jenna-tomkinson@users.noreply.github.com> * linting and test shifting * updates for docs * updates and linting * reduce environment and other references * readd pypi stuff * add link to pypi badge * activate uncovered test * remove poe steps and dep --------- Co-authored-by: Jenna Tomkinson <107513215+jenna-tomkinson@users.noreply.github.com>
1 parent d2d621a commit 9791036

Some content is hidden

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

43 files changed

+6007
-30
lines changed
 

Diff for: ‎.github/ISSUE_TEMPLATE/issue.yml

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# GitHub Issue template for bug reports
2+
name: Open a GitHub issue
3+
description: >
4+
Please use this form to send along new ideas for content or
5+
changes that might be helpful!
6+
7+
body:
8+
- type: checkboxes
9+
attributes:
10+
label: Is this a duplicate of an existing idea for this project?
11+
description: >
12+
Please make sure to search in the
13+
[issues](https://github.com/WayScience/CytoDataFrame/issues) first
14+
to see whether the same issue was reported already.
15+
If you find an existing issue, please don't hesitate to comment
16+
on it or add a reaction to existing content!
17+
options:
18+
- label: >
19+
I found no existing
20+
[issues](https://github.com/WayScience/CytoDataFrame/issues)
21+
covering this topic.
22+
required: true
23+
24+
- type: textarea
25+
id: description
26+
attributes:
27+
label: What is your idea?
28+
description: >
29+
Please provide a specific description of what you'd like to see
30+
including the context and what the result might look like.
31+
placeholder: >
32+
For example: "When x happens I see y.
33+
The following might be a good way to address this ..."
34+
validations:
35+
required: true
36+
37+
- type: checkboxes
38+
attributes:
39+
label: Would you like to work on a solution for this?
40+
description: >
41+
This is a community-driven project and we
42+
love new contributors (including through opening or adding to issues)!
43+
This is an optional check to help us understand your interest to be
44+
involved (especially if you already have a good understanding
45+
of how to implement it).
46+
We are happy to guide you in the contribution process and please
47+
don't hesitate to reach out for help along the way.
48+
options:
49+
- label: Yes I am willing to submit a PR for this!

Diff for: ‎.github/PULL_REQUEST_TEMPLATE.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<!-- _modified from [EmbeddedArtistry](https://embeddedartistry.com/blog/2017/08/04/a-github-pull-request-template-for-your-projects/)_
2+
_referenced with modifications from [pycytominer](https://github.com/cytomining/pycytominer/blob/master/.github/PULL_REQUEST_TEMPLATE.md)_ -->
3+
4+
# Description
5+
6+
<!--
7+
Thank you so much for your contribution to CytoDataFrame!
8+
9+
Please _succinctly_ summarize your proposed change.
10+
Namely, consider addressing the following questions:
11+
12+
- What motivated you to open this pull request?
13+
- Were there any special adjustments you had to make to complete the work?
14+
- Are there any issues which are related to this pull request (you may used a `#<digit>` to reference GitHub issues as links within this description)?
15+
16+
Also, if you haven't already, please use `pre-commit run --all-files` to help check your files using this project's pre-commit configuration.
17+
Pre-commit checks will automatically run as part of opening this pull request and we seek to ensure all checks pass before merging changes.
18+
-->
19+
20+
## What kind of change(s) are included?
21+
22+
- [ ] Documentation (changes docs or other related content)
23+
- [ ] Bug fix (fixes an issue).
24+
- [ ] Enhancement (adds functionality).
25+
- [ ] Breaking change (these changes would cause existing functionality to not work as expected).
26+
27+
# Checklist
28+
29+
Please ensure that all boxes are checked before indicating that this pull request is ready for review.
30+
31+
- [ ] I have read and followed the [CONTRIBUTING.md](CONTRIBUTING.md) guidelines.
32+
- [ ] I have searched for existing content to ensure this is not a duplicate.
33+
- [ ] I have performed a self-review of these additions (including spelling, grammar, and related).
34+
- [ ] These changes pass all pre-commit checks.
35+
- [ ] I have added comments to my code to help provide understanding
36+
- [ ] I have added a test which covers the code changes found within this PR
37+
- [ ] I have deleted all non-relevant text in this pull request template.

0 commit comments

Comments
 (0)