Skip to content

Commit

Permalink
add issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
OldLipe committed Aug 19, 2022
1 parent ff46996 commit 58d5c23
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
^codemeta.json
LICENSE

^\.github$
1 change: 1 addition & 0 deletions .github/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.html
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Bug report
about: Standard bug report template
title: ''
labels: 'bug'
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

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

**If reporting a change from previous versions**

Please read https://cran.r-project.org/web/packages/sits/news/news.html first.

**Additional context**
Add any other context about the problem here.

<details>
Paste the output of your `sessionInfo()`
</details>
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/improvement_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Improvement request
about: Improvement request template
title: ''
labels: 'improvement'
assignees: ''

---

**Describe the requested improvement**
Please provide a concise description of the required improvement.

**Associated sits API function**
If possible, please inform which function should be improved and how it should work including new parameters if necessary.

**Additional context**
Add any other context about the improvement here.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/new_api_function.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: New API function request
about: New API function request template
title: ''
labels: 'new API function'
assignees: ''

---

**Describe the new API function requested**
Please provide a concise description of the new function, why is it necessary, and how it should work.

**Associated sits API function**
Please provide the suggested function name and its parameter.

**Additional context**
Add any other context about the new function here.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/other_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Other issue
about: Blank template for other issue types
title: ''
labels: ''
assignees: ''

---

0 comments on commit 58d5c23

Please sign in to comment.