Skip to content

Commit 00b1913

Browse files
committed
Add bug report issue template and PR template
1 parent 67c5145 commit 00b1913

2 files changed

Lines changed: 55 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Bug report
3+
about: Report a problem with rfaR
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
---
8+
9+
**Describe the bug**
10+
A clear and concise description of what the bug is.
11+
12+
**To Reproduce**
13+
Steps to reproduce the behavior. A minimal reproducible example (reprex) is strongly preferred — see https://reprex.tidyverse.org/.
14+
15+
**Expected behavior**
16+
What you expected to happen.
17+
18+
**Actual behavior**
19+
What actually happened, including any error messages or warnings (copy the full text).
20+
21+
**Input data and configuration**
22+
If applicable, describe the input data (hydrograph, reservoir table, frequency curve parameters, etc.) and the rfaR function call that triggered the issue.
23+
24+
**Session info**
25+
Please paste the output of `sessionInfo()` and `packageVersion("rfaR")`:
26+
27+
```
28+
# paste here
29+
```
30+
31+
**Operating system**
32+
e.g., Windows 10, Windows 11, macOS 14, Ubuntu 22.04
33+
34+
**Additional context**
35+
Screenshots, plots, or any other information that might help.

.github/pull_request_template.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## Description
2+
Brief summary of the change and the motivation for it.
3+
4+
## Related Issue
5+
Closes #<issue number>, or "Discussed in #<issue number>"
6+
7+
## Type of change
8+
- [ ] Bug fix
9+
- [ ] New feature
10+
- [ ] Documentation update
11+
- [ ] Refactor / internal cleanup
12+
- [ ] Other (describe):
13+
14+
## Checklist
15+
- [ ] I opened an issue to discuss this change before submitting
16+
- [ ] `devtools::document()` has been run
17+
- [ ] `devtools::check()` passes with zero errors, warnings, and notes
18+
- [ ] Unit tests have been added or updated (`testthat`)
19+
- [ ] `NEWS.md` has been updated (if user-facing)
20+
- [ ] I agree to the Developer Certificate of Origin (see CONTRIBUTING.md)

0 commit comments

Comments
 (0)