Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guided bug report issue template #9571

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open
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
12 changes: 0 additions & 12 deletions .github/ISSUE_TEMPLATE/analysis-question.md

This file was deleted.

48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report-guided.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
name: "\U0001F41BBug report (with guide)"
about: You've noticed a bug in Seurat and want help reporting it
title: '✅ A one-sentence, informative description of the bug you found'
labels: bug
assignees: ''

---
<!-- This template is for reporting bugs in Seurat-- where the package isn't doing what its documentation says. -->
<!-- If you're stuck in your analysis but don't think it's a bug in the Seurat code, please see the community wiki: https://github.com/satijalab/seurat/discussions -->
<!-- Look to the checkmarks (✅) for the information that the community needs so that this bug can be resolved. Thank you for helping to improve Seurat! -->

# Problem
<!-- ✅ Briefly describe the problem in a few sentences. -->

# Example
<!-- ✅ Give representative example code here-- the minimum code that somebody else, on another computer, would have to run to encounter the bug. -->
<!-- If you need a public dataset to help, try SeuratObject::pbmc_small or something from SeuratData: https://github.com/satijalab/seurat-data -->
```r
# Write or paste the example code here
# Be sure to include imports (`library()`)
```

## Expected behavior
<!-- ✅ What should have happened when the example code was run, if not for the bug? Tell us here. It may help to link relevant Seurat documentation, which you can find at https://satijalab.org/seurat -->

## Actual behavior
<!-- ✅ What happened that proves the bug is there? This could be an error message, a plot that looks wrong, an incorrect calculation result, or something else. You can attach screenshots or files with the paperclip button. -->

# Comments
<!-- You can add any other relevant information here, or maybe your opinion of why this is happening. -->

## Other issues
<!-- ✅ Spend some time searching the Seurat issues page ( https://github.com/satijalab/seurat/issues?q= ) for relevant keywords, function names, and error messages. -->
<!-- If somebody has already reported this bug in another issue, please comment there instead of making a new issue, so we don't have duplicates.-->
<!-- ✅ If there are other issues that are related but not the same, please add links to them here; otherwise, just write "None". -->

<details>
<summary> Session info </summary>
<!-- Sometimes, problems in R are due to an outdated version of R, outdated packages, or packages that conflict with each other. -->
<!-- `sessionInfo()` gathers information about your R environment that might help us squash the bug. -->
<!-- ✅ Go to your R command line ("Console" in RStudio) and enter "sessionInfo()" (without the quotation marks). Paste the results below this line. -->

<!-- Paste "sessionInfo()" results above this line. -->
</details>

<!-- Thanks again for helping to improve Seurat! The whole community benefits when users report bugs.-->
<!-- ✅ Press "Preview" in the GitHub editor to be sure everything looks right, then submit! -->
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

Loading