.github/PULL_REQUEST_TEMPLATE.md

Pull Request

Before you submit a pull request, please do the following:

Doing these things will make it easier for the plumber development team to evaluate your pull request. Even so, we may still decide to modify your code or even not merge it at all. Factors that may prevent us from merging the pull request include:

We will try to be responsive and provide feedback in case we decide not to merge your pull request.

Minimal reproducible example

Finally, please include a minimal reprex. The goal of a reprex is to make it as easy as possible for me to recreate your problem so that I can fix it. If you've never heard of a reprex before, start by reading https://github.com/jennybc/reprex#what-is-a-reprex, and follow the advice further down the page. Do NOT include session info unless it's explicitly asked for, or you've used reprex::reprex(..., si = TRUE) to hide it away.

reprex::reprex({
  library(highcharter)
  # insert reprex here

})

Delete these instructions once you have read them.

Brief description of the original problem and the approach behind your solution.

# insert reprex here

PR task list: - [ ] Update NEWS - [ ] Add tests - [ ] Update documentation with devtools::document()



jbkunst/highcharter documentation built on March 14, 2024, 12:52 a.m.