Skip to content

Commit ee0ec5b

Browse files
Create issue & PR templates
1 parent b9bd5e4 commit ee0ec5b

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.github/issue_template.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Bug report or feature request
3+
about: Describe a bug you've seen or make a case for a new feature
4+
---
5+
6+
Please briefly describe your problem and what output you expect. If you have a question, please don't use this form. Instead, ask on <https://stackoverflow.com/> or <https://github.com/SchlossLab/mikropml-snakemake-workflow/discussions/21>.
7+
8+
Please include a minimal reproducible example (AKA a reprex). If you've never heard of a [reprex](http://reprex.tidyverse.org/) before, start by reading <https://www.tidyverse.org/help/#reprex>.
9+
10+
Brief description of the problem
11+
12+
```r
13+
# insert reprex here
14+
```

.github/pull_request_template.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Issues
2+
- Resolves # .
3+
4+
## Change(s) made
5+
-
6+
-
7+
8+
## Checklist
9+
10+
(~Strikethrough~ any points that are not applicable.)
11+
12+
- [ ] Update the docs if there are any API changes (`config/README.md`, `README.md`).
13+
- [ ] Re-run the pipeline on an HPC and update the example report.
14+
- [ ] The checks succeed on your most recent commit. **This is always required before the PR can be merged.**

0 commit comments

Comments
 (0)