Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Sep 18, 2020
1 parent 260a4de commit 28285f1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bottleneck.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ assignees: wlandau

* [ ] I understand and agree to the [code of conduct](https://github.com/wlandau/targets/blob/master/CODE_OF_CONDUCT.md).
* [ ] I understand and agree to the [contributing guidelines](https://github.com/wlandau/targets/blob/master/CONTRIBUTING.md).
* [ ] Be considerate of the maintainer's time and make it as easy as possible to troubleshoot any problems you identify. **That means posting a complete, runnable, easy to understand [reproducible example](https://www.tidyverse.org/help/)**. Please format your code according to the [tidyverse style guide](https://style.tidyverse.org/).
* [ ] Be considerate of the maintainer's time and make it as easy as possible to troubleshoot any problems you identify. **That means posting a runnable, complete, easy to understand [reproducible example](https://www.tidyverse.org/help/) that lets the mainainer replicate the issue and see what you see**. Please format your code according to the [tidyverse style guide](https://style.tidyverse.org/).

## Description

Please describe the performance issue.

## Reproducible example

Be considerate of the maintainer's time and make it as easy as possible to troubleshoot any problems you identify. **That means posting a complete, runnable, easy to understand [reproducible example](https://www.tidyverse.org/help/)**. Please format your code according to the [tidyverse style guide](https://style.tidyverse.org/).
Be considerate of the maintainer's time and make it as easy as possible to troubleshoot any problems you identify. **That means posting a runnable, complete, easy to understand [reproducible example](https://www.tidyverse.org/help/) that lets the mainainer replicate the issue and see what you see**. Please format your code according to the [tidyverse style guide](https://style.tidyverse.org/).

## Benchmarks

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ assignees: wlandau
* [ ] I understand and agree to the [code of conduct](https://github.com/wlandau/targets/blob/master/CODE_OF_CONDUCT.md).
* [ ] I understand and agree to the [contributing guidelines](https://github.com/wlandau/targets/blob/master/CONTRIBUTING.md).
* [ ] I am reasonably sure this is a genuine bug in `targets` and most likely not a user error. (If you run into an error and do not know the cause, please submit a "Trouble" issue instead.)
* [ ] Be considerate of the maintainer's time and make it as easy as possible to troubleshoot any problems you identify. **That means posting a complete, runnable, easy to understand [reproducible example](https://www.tidyverse.org/help/)**. Please format your code according to the [tidyverse style guide](https://style.tidyverse.org/).
* [ ] Be considerate of the maintainer's time and make it as easy as possible to troubleshoot any problems you identify. **That means posting a runnable, complete, easy to understand [reproducible example](https://www.tidyverse.org/help/) that lets the mainainer fully replicate the issue and see what you see**. Please format your code according to the [tidyverse style guide](https://style.tidyverse.org/).

## Description

Please describe the bug.

## Reproducible example

Be considerate of the maintainer's time and make it as easy as possible to troubleshoot any problems you identify. **That means posting a complete, runnable, easy to understand [reproducible example](https://www.tidyverse.org/help/)**. Please format your code according to the [tidyverse style guide](https://style.tidyverse.org/).
Be considerate of the maintainer's time and make it as easy as possible to troubleshoot any problems you identify. **That means posting a runnable, complete, easy to understand [reproducible example](https://www.tidyverse.org/help/) that lets the mainainer fully replicate the issue and see what you see**. Please format your code according to the [tidyverse style guide](https://style.tidyverse.org/).

## Expected result

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ assignees: ""

* [ ] I understand and agree to the [code of conduct](https://github.com/wlandau/targets/blob/master/CODE_OF_CONDUCT.md).
* [ ] I understand and agree to the [contributing guidelines](https://github.com/wlandau/targets/blob/master/CONTRIBUTING.md).
* [ ] Be considerate of the maintainer's time and make it as easy as possible to troubleshoot any problems you identify. **That means posting a complete, runnable, easy to understand [reproducible example](https://www.tidyverse.org/help/)**. Please format your code according to the [tidyverse style guide](https://style.tidyverse.org/).
* [ ] Be considerate of the maintainer's time and make it as easy as possible to troubleshoot any problems you identify. **That means posting a runnable, complete, easy to understand [reproducible example](https://www.tidyverse.org/help/) that lets the mainainer fully replicate the issue and see what you see**. Please format your code according to the [tidyverse style guide](https://style.tidyverse.org/).

## Description

Expand All @@ -20,4 +20,4 @@ To help us read any code you include (optional) please try to follow the [tidyve

## Reproducible example

Be considerate of the maintainer's time and make it as easy as possible to troubleshoot any problems you identify. **That means posting a complete, runnable, easy to understand [reproducible example](https://www.tidyverse.org/help/)**. Please format your code according to the [tidyverse style guide](https://style.tidyverse.org/).
Be considerate of the maintainer's time and make it as easy as possible to troubleshoot any problems you identify. **That means posting a runnable, complete, easy to understand [reproducible example](https://www.tidyverse.org/help/) that lets the mainainer fully replicate the issue and see what you see**. Please format your code according to the [tidyverse style guide](https://style.tidyverse.org/).
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ assignees: ""
* [ ] I understand and agree to the [code of conduct](https://github.com/wlandau/targets/blob/master/CODE_OF_CONDUCT.md).
* [ ] I understand and agree to the [contributing guidelines](https://github.com/wlandau/targets/blob/master/CONTRIBUTING.md).
* [ ] Be considerate of the maintainer's time and make it as easy as possible to troubleshoot any problems you identify. **That means posting a complete, runnable, easy to understand [reproducible example](https://www.tidyverse.org/help/)**. Please format your code according to the [tidyverse style guide](https://style.tidyverse.org/).
* [ ] Be considerate of the maintainer's time and make it as easy as possible to troubleshoot any problems you identify. **That means posting a runnable, complete, easy to understand [reproducible example](https://www.tidyverse.org/help/) that lets the mainainer fully replicate the issue and see what you see**. Please format your code according to the [tidyverse style guide](https://style.tidyverse.org/).
## Question
## Reproducible example
Be considerate of the maintainer's time and make it as easy as possible to troubleshoot any problems you identify. **That means posting a complete, runnable, easy to understand [reproducible example](https://www.tidyverse.org/help/)**. Please format your code according to the [tidyverse style guide](https://style.tidyverse.org/).
Be considerate of the maintainer's time and make it as easy as possible to troubleshoot any problems you identify. **That means posting a runnable, complete, easy to understand [reproducible example](https://www.tidyverse.org/help/) that lets the mainainer fully replicate the issue and see what you see**. Please format your code according to the [tidyverse style guide](https://style.tidyverse.org/).
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/trouble.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ labels: "type: trouble"

* [ ] I understand and agree to the [code of conduct](https://github.com/wlandau/targets/blob/master/CODE_OF_CONDUCT.md).
* [ ] I understand and agree to the [contributing guidelines](https://github.com/wlandau/targets/blob/master/CONTRIBUTING.md).
* [ ] Be considerate of the maintainer's time and make it as easy as possible to troubleshoot any problems you identify. **That means posting a complete, runnable, easy to understand [reproducible example](https://www.tidyverse.org/help/)**. Please format your code according to the [tidyverse style guide](https://style.tidyverse.org/).
* [ ] Be considerate of the maintainer's time and make it as easy as possible to troubleshoot any problems you identify. **That means posting a runnable, complete, easy to understand [reproducible example](https://www.tidyverse.org/help/) that lets the mainainer fully replicate the issue and see what you see**. Please format your code according to the [tidyverse style guide](https://style.tidyverse.org/).

## Description

What trouble are you having?

## Reproducible example

Be considerate of the maintainer's time and make it as easy as possible to troubleshoot any problems you identify. **That means posting a complete, runnable, easy to understand [reproducible example](https://www.tidyverse.org/help/)**. Please format your code according to the [tidyverse style guide](https://style.tidyverse.org/).
Be considerate of the maintainer's time and make it as easy as possible to troubleshoot any problems you identify. **That means posting a runnable, complete, easy to understand [reproducible example](https://www.tidyverse.org/help/) that lets the mainainer fully replicate the issue and see what you see**. Please format your code according to the [tidyverse style guide](https://style.tidyverse.org/).

## Desired result

Expand Down

0 comments on commit 28285f1

Please sign in to comment.