Skip to content

Commit

Permalink
Check action and issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
aphalo committed Oct 24, 2023
1 parent d89cea3 commit d77140a
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 61 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an enhancement to this package (code or documentation)
title: ''
labels: enhancement
assignees: aphalo

---

Please briefly describe your problem and what new feature you would like to be implemented in future versions. If you have an ordinary question, please don't use this form, but instead ask on stackoverflow <http://stackoverflow.com> using tag [ggpmisc] or possibly [ggplot2].

If possible, please include a minimal example of the desired interface and a sketch of the wished plot output. The goal of an example is to make it as easy as possible for me to understand what you are missing and to make sure that it is not something that is already possible to do in some other way.

Delete these instructions once you have read them.

---

Brief description of the problem

Example user interface and/or plot output.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/report-a-bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Report a bug
about: Report a bug such as crashes or wrong/unexpected behaviour
title: ''
labels: bug
assignees: aphalo

---

Please briefly describe your problem and what output you expect. If you have an ordinary question, please don't use this form, but instead ask on stackoverflow <http://stackoverflow.com> using tag [ggpmisc} and optionally [ggoplot2].

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://www.tidyverse.org/help/#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.

Delete these instructions once you have read them.

---

Brief description of the problem

```r
# insert reprex here
```
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/support-question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Support question
about: Report a problem that you are unsure if it is caused by a bug or not
title: ''
labels: question
assignees: aphalo

---

Please briefly describe your problem and what output you expect. If you have a simple question, please don't use this form, but instead ask on <http://stackoverflow.com> using tag [ggpmisc] and possibly [ggplot2].

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 or help you find a solution. If you've never heard of a reprex before, start by reading <https://www.tidyverse.org/help/#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. Please, if at all possible use data that is already available in R or a CRAN package, or simple artificial data generated within your scripts. Include in your reprex the code needed to load data and packages. The example should be as simple as possible and should run on a clean/fresh R session.

Delete these instructions once you have read them.

---

Brief description of the problem

```r
# insert reprex here
```
File renamed without changes.
61 changes: 0 additions & 61 deletions .github/workflows/update-citation-cff.yaml

This file was deleted.

0 comments on commit d77140a

Please sign in to comment.