Skip to content

Commit

Permalink
Kebab case for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
rharao committed Jan 23, 2025
1 parent 526d145 commit 5aae68f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
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
```

0 comments on commit 5aae68f

Please sign in to comment.