Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Bug report
about: Create a report to help us improve
title: ""
labels: bug
assignees: ""
---

<!-- Describe the bug -->

[TEXT HERE]

<!-- To reproduce -->

```python
# Your code here
```

<!-- Put your Error output in this code block (if applicable, else delete the block): -->

```pytb
[Paste the error output produced by the above code here]
```

#### Versions:

<!-- Output of scvi.__version__ -->

> VERSION

<!-- Relevant screenshots -->
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
contact_links:
- name: Usage question
url: https://discourse.scvi-tools.org/
about: Please ask and answer non-development questions at https://discourse.scvi-tools.org/.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Feature request
about: Suggest an idea for this project
title: ""
labels: enhancement
assignees: ""
---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.
33 changes: 33 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
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 #<issue number>` to the PR description

## Documentation

- [ ] I have added appropriate comments and documentation where necessary

## Formatting

- [ ] My tutorial has only one top-level (`#`) header

## Reproducibility

- [ ] My tutorial works on Google Colab
- [ ] My tutorial sets `scvi.settings.seed = 0` at the beginning of the notebook
- [ ] My tutorial has been run and includes outputs (e.g. plots, tables)

## 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
4 changes: 2 additions & 2 deletions api_overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1681,7 +1681,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.9"
"version": "3.10.11"
},
"pycharm": {
"stem_cell": {
Expand Down Expand Up @@ -1713,4 +1713,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}