-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1fba1b6
commit 210311c
Showing
1 changed file
with
20 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## Reason for Change | ||
|
||
- #TICKET_NUMBER | ||
- If the reason for this PR's code changes are not clear in the issue, state value/impact | ||
|
||
## Changes | ||
|
||
- | ||
|
||
## Testing | ||
|
||
- Either list QA steps or reasoning you feel QA is unnecessary | ||
- Reminder For CLI changes: upon merge, contact Lattice for final sign-off. Do not release a new cellxgene-schema | ||
version to PyPI without explicit QA + sign-off from Lattice on all functional CLI changes. They may install the package | ||
version at HEAD of main with | ||
``` | ||
pip install git+https://github.com/chanzuckerberg/single-cell-curation/@main#subdirectory=cellxgene_schema_cli | ||
``` | ||
|
||
## Notes for Reviewer |