Skip to content

Commit

Permalink
Edit templates
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Jun 22, 2020
1 parent 8efa2a0 commit 0df15b3
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 24 deletions.
6 changes: 1 addition & 5 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ assignees: wlandau

## Description

Describe the bug clearly and concisely. The following three-paragraph format is preferred.

1. State the general problem or question in 1-2 matter-of-fact high-level sentences.
2. Explain supporting context and details necessary to understand paragraph 1.
3. Suggest solutions, implementation details, or other ideas if you have them.
Please describe the bug.

## Reproducible example

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ assignees: wlandau

## Proposal

Describe the new feature clearly and concisely. If applicable, write a minimal example in R code or pseudo-code to show input, usage, and desired output.
Please describe the potential feature.

To help us read any code you include (optional) please try to follow the [tidyverse style guide](https://style.tidyverse.org/). The `style_text()` and `style_file()` functions from the [`styler`](https://github.com/r-lib/styler) package make it easier.
8 changes: 1 addition & 7 deletions .github/ISSUE_TEMPLATE/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ assignees: ""

## Description

Please explain your thoughts clearly and concisely. The following three-paragraph format is preferred.

1. State the general issue in 1-2 matter-of-fact high-level sentences.
2. Explain supporting context and details necessary to understand paragraph 1.
3. Suggest solutions, implementation details, or other ideas if you have them.

Then, if applicable, write a minimal example in R code or pseudo-code to show input, usage, and desired output.
Please describe the issue.

To help us read any code you include (optional) please try to follow the [tidyverse style guide](https://style.tidyverse.org/). The `style_text()` and `style_file()` functions from the [`styler`](https://github.com/r-lib/styler) package make it easier.
5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,3 @@ assignees: ""
## Question
Describe your question in prose as clearly and concisely as possible. The following three-paragraph format is preferred.
1. State the general question in 1-2 matter-of-fact high-level sentences.
2. Explain supporting context and details necessary to understand paragraph 1.
3. Suggest solutions, implementation details, or other ideas if applicable.
6 changes: 1 addition & 5 deletions .github/ISSUE_TEMPLATE/trouble.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ labels: "type: trouble"

## Description

Describe the trouble clearly and concisely. The following three-paragraph format is preferred.

1. State the obstacle in 1-2 matter-of-fact high-level sentences.
2. Explain supporting context and details necessary to understand paragraph 1.
3. Suggest solutions, implementation details, or other ideas if you have them.
Please describe the trouble.

## Reproducible example

Expand Down
2 changes: 1 addition & 1 deletion R/functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
#' create_plot(data)
create_plot <- function(data) {
ggplot(data) +
geom_histogram(aes(x = Ozone), bins = 10) +
geom_histogram(aes(x = Ozone), bins = 12) +
theme_gray(24)
}
Binary file modified images/graph.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0df15b3

Please sign in to comment.