From a8acb2ab85df2d0545aa1d6ff9f9b026c6b6dd75 Mon Sep 17 00:00:00 2001 From: Adam Gayoso Date: Tue, 30 May 2023 11:35:10 -0400 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index eeb0465..ee21539 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,22 +1,3 @@ -Thank you for your contribution to scvi-tools. Please read the following checklist before -submitting your pull request. - ---- - -## General - -- [ ] I have read the [contributing guide](https://docs.scvi-tools.org/en/stable/contributing/index.html) -- [ ] I have verified that there are no other pull requests open for the same fix or feature - -## Description - -- [ ] I have linked the relevant issue(s) and/or included a description of the changes to this section -- [ ] If the changes fully address an issue, I have added `Fixes #` to the PR description - -## Documentation - -- [ ] I have added appropriate comments and documentation where necessary - ## Formatting - [ ] My tutorial has only one top-level (`#`) header @@ -30,4 +11,4 @@ submitting your pull request. ## Other - [ ] Counts and normalized data should co-exist in the datasets, see the [API overview](https://docs.scvi-tools.org/en/stable/tutorials/notebooks/api_overview.html) for an example -- [ ] Normalization should be counts per median library size and then log1p transformed -- if not, a reason should be given +- [ ] For scRNA-seq data, normalization should be counts per median library size and then log1p transformed -- if not, a reason should be given