Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created issue templates #259

Merged
merged 14 commits into from
Aug 6, 2024
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug report
about: Report bugs or errors
title: ''
labels: ''
emprzy marked this conversation as resolved.
Show resolved Hide resolved
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.
emprzy marked this conversation as resolved.
Show resolved Hide resolved

**To Reproduce**
Steps to reproduce the behavior:
TimothyWillard marked this conversation as resolved.
Show resolved Hide resolved
1. Run code '...'
2. Expect this error '....'
emprzy marked this conversation as resolved.
Show resolved Hide resolved

**Expected behavior**
A clear and concise description of what you expected to happen.

**Environment, if relevant:**
- OS: [e.g. iOS]
emprzy marked this conversation as resolved.
Show resolved Hide resolved
- R Version [e.g. 4.4.0] (can obtain with command `R --version`)
- Python Version [e.g. 3.10] (can obtain with command `python --version`)
- flepiMoP branch commit, if relevant
emprzy marked this conversation as resolved.
Show resolved Hide resolved


20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea or feature
title: ''
labels: ''
emprzy marked this conversation as resolved.
Show resolved Hide resolved
assignees: ''
milestone: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Feel free to mention other software that you feel could do this in a better way.

**Is your feature request related to a new application, scenario round, pathogen? Please describe.**
A clear and concise description of the application, round, etc. that this is for and why it is needed for this.

**Describe the solution you'd like**
A clear and concise description of what you want to happen.


6 changes: 6 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
**Describe your changes.**

**What does your pull request address? Tag relevant issues.**

**Mentions of relevant team members.**

Loading