Skip to content

Commit

Permalink
doc: add issue templates - fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Aug 11, 2023
1 parent 765c362 commit 9e0873d
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Bug report
about: Standard bug report template
title: ''
labels: 'bug'
---

**Bug description**

A clear and concise description of what the bug is.


**Reproducible example**

It is easier for developers to help if they can reproduce the problem.
Could you please provide a minimal reproducible example?


**Additional context**

Add any other context about the problem here.


<details>
```r
# Output of sessionInfo()
```
</details>
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Feature request
about: Standard feature request template
title: ''
labels: 'enhancement'
---

**Feature description**

A clear and complete description of what the requested feature is.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/other_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Other issue
about: Template for other issue types
title: ''
labels: ''
---

0 comments on commit 9e0873d

Please sign in to comment.