Skip to content

Commit 482b6d5

Browse files
committed
Configure issue templates
1 parent 97afc35 commit 482b6d5

3 files changed

Lines changed: 63 additions & 0 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: ⚠ Bug Report
2+
description: File a bug report
3+
labels: ["⚠️ bug"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for taking the time to fill out this bug report!
9+
10+
Please also have a look at [existing open bug reports][bugs] to avoid duplicates.
11+
12+
[bugs]: https://github.com/klmr/box/labels/%E2%9A%A0%EF%B8%8F%20bug
13+
- type: textarea
14+
id: description
15+
attributes:
16+
label: Error description
17+
placeholder: >
18+
A brief description of the steps necessary to reproduce the issue, as
19+
well as the expected and actual output.
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: r-version
24+
attributes:
25+
label: R version
26+
description: The output of running `R.version` in R
27+
render: plain text
28+
validations:
29+
required: true
30+
- type: input
31+
id: box-version
32+
attributes:
33+
label: ‘box’ version
34+
description: The output of running `packageVersion('box')` in R
35+
validations:
36+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: ❔ Frequently asked questions
4+
url: https://klmr.me/box/articles/faq.html
5+
about: The ‘box’ website contains a list of frequently asked questions
6+
- name: 💬 ‘box’ questions on Stack Overflow
7+
url: https://stackoverflow.com/questions/tagged/r-box?sort=Newest
8+
about: When asking questions about ‘box’ on Stack Overflow, please use the [r-box] tag
9+
- name: 💬 General questions and discussions
10+
url: https://github.com/klmr/box/discussions/categories/q-a
11+
about: You can also use the GitHub Discussions board for questions and answers
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: ✨ Feature request
2+
description: Request a new feature
3+
labels: ["✨ new feature"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Before requesting a new feature, please first have a look at [existing feature requests][] to avoid duplicate requests.
9+
10+
[existing feature requests]: https://github.com/klmr/box/labels/%E2%9C%A8%20new%20feature
11+
- type: textarea
12+
id: description
13+
attributes:
14+
label: Please describe your feature request
15+
validations:
16+
required: true

0 commit comments

Comments
 (0)