-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
75 additions
and
166 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: 'Bug Report: <Describe bug>' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Do not use this form to ask a question, or ask for assistance. Instead, ask on <https://stackoverflow.com/> using the `r-cards` tag. | ||
Questions about a function's use will be closed without a response. | ||
|
||
If you have found a bug, please briefly describe your problem and what output you expect. | ||
|
||
INCLUDE a *minimal* reproducible example (AKA a reprex). If you've never heard of a [reprex](https://reprex.tidyverse.org/) before, start by reading <https://www.tidyverse.org/help/#reprex>. It'll take minutes to master creating a reprex. | ||
|
||
--- | ||
|
||
Brief description of the problem. | ||
|
||
```r | ||
# insert reprex here | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Ask a Question | ||
url: https://stackoverflow.com/questions/ask?tags=r-cards,r | ||
about: Question must include a minimal reproducible example, aka a reprex. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,8 @@ | ||
--- | ||
name: ✨ Feature Request | ||
description: Request or propose a new feature | ||
title: "[Feature Request]: <title>" | ||
labels: ["enhancement"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Feature description | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: code-of-conduct | ||
attributes: | ||
label: Code of Conduct | ||
description: By submitting this issue, you agree to follow our [Code of Conduct.](https://insightsengineering.github.io/cardx/CODE_OF_CONDUCT.html) | ||
options: | ||
- label: I agree to follow this project's Code of Conduct. | ||
required: true | ||
- type: checkboxes | ||
id: contributor-guidelines | ||
attributes: | ||
label: Contribution Guidelines | ||
description: By submitting this issue, you agree to follow our [Contribution Guidelines.](https://insightsengineering.github.io/cardx/CONTRIBUTING.html) | ||
options: | ||
- label: I agree to follow this project's Contribution Guidelines. | ||
required: true | ||
- type: checkboxes | ||
id: security-policy | ||
attributes: | ||
label: Security Policy | ||
description: By submitting this issue, you agree to follow our [Security Policy.](https://github.com/insightsengineering/cardx/security/policy) | ||
options: | ||
- label: I agree to follow this project's Security Policy. | ||
required: true | ||
title: 'Feature Request: <Description>' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters