Skip to content

Commit

Permalink
Incorporate feedback from @wch
Browse files Browse the repository at this point in the history
  • Loading branch information
alandipert committed May 10, 2019
1 parent 05e953d commit 54fccf2
Showing 1 changed file with 16 additions and 23 deletions.
39 changes: 16 additions & 23 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,46 +4,39 @@ about : Report a bug in Shiny.
---

<!--
Before you file an issue, we would appreciate it if you would upgrade to the latest version of Shiny from CRAN and confirm that the problem persists.
# To install latest shiny from CRAN:
install.packages("shiny")
# To update all your R packages:
update.packages(ask = FALSE, checkBuilt = TRUE)
# Please remember to restart R after updating packages.
This issue tracker is for bugs and feature requests in the Shiny package. If you're having trouble with Shiny Server or a related package, please file an issue in the appropriate repository.
If you're having trouble with shinyapps.io, and you have a paid account (Starter, Basic, Standard, or Pro), please file a support ticket via https://support.rstudio.com. If you have a Free account, please post to the RStudio Community with the shinyappsio tag: https://community.rstudio.com/tags/shinyappsio.
Finally, if you are an RStudio customer and are having trouble with one of our Pro products, get in touch with our support team at support@rstudio.com.
Before you file an issue, please upgrade to the latest version of Shiny from CRAN and confirm that the problem persists.
# First, restart R.
# To install latest shiny from CRAN:
install.packages("shiny")
See our guide to writing good bug reports for further guidance: https://github.com/rstudio/shiny/wiki/Writing-Good-Bug-Reports. The better your report is, the likelier we are to be able to reproduce and ultimately solve it.
-->

### System details

Shiny Version :
OS Version :
R Version :
Browser Version :
RStudio Edition/Version : <!-- If applicable -->
Browser Version: <!-- If applicable -->

Output of `sessionInfo()`:

```
# sessionInfo() output goes here
```

### Example application *or* steps to reproduce the problem

<!-- A minimal, self-contained example app demonstrating the problem is extremely helpful to us. Thank you in advance for taking the time to create one. For guidance on how to do so, please see https://github.com/rstudio/shiny/wiki/Writing-Good-Bug-Reports -->
<!-- If you're able to create one, a reproducible example is extremely helpful to us. For instructions on how to create one, please see: https://github.com/rstudio/shiny/wiki/Creating-a-Reproducible-Example -->

```R
# Minimal, self-contained example app goes here
# Minimal, self-contained example app code goes here
```

### Describe the problem in detail

### Describe the behavior you expected

<!-- Depending on the problem, the following may also be helpful
1. The output of sessionInfo()
Thank you for taking the time to file an issue! -->
### Describe the behavior you expected

0 comments on commit 54fccf2

Please sign in to comment.