-
Notifications
You must be signed in to change notification settings - Fork 931
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
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 @@ | ||
--- | ||
name: "\U0001F41BBug report" | ||
about: Describe a bug you've seen with a reproducible example | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Briefly describe the bug and what output you expect. If you have a question, please see the community discussion board: https://github.com/satijalab/seurat/discussions --> | ||
|
||
<!-- Before posting an issue, ensure that the bug is reproducible by re-running the code that produced the issue in a new R session.--> | ||
|
||
<!-- Please include a minimal reproducible code example. You can use the small test data included in Seurat (`pbmc_small`) to demonstrate the issue, or a public dataset (for example, a dataset available through SeuratData https://github.com/satijalab/seurat-data). If you cannot reproduce the issue using a public dataset, please still provide code that reproduces the issue on your data and we will try to address it. --> | ||
|
||
<!-- Please include the output of `sessionInfo()` and your operating system in your issue. --> | ||
|
||
```r | ||
# insert reproducible example here | ||
``` |