Skip to content

Commit

Permalink
Merge pull request #259 from HopkinsIDD/emprzy-issue-templates
Browse files Browse the repository at this point in the history
Created issue templates
  • Loading branch information
shauntruelove authored Aug 6, 2024
2 parents 1666804 + 7b028e1 commit a144dab
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Bug report
about: Report bugs or errors
title: ''
labels: ['bug']
assignees: ''

---

**Describe the bug**

A clear and concise description of what the bug is.

**To Reproduce**

Steps to reproduce the behavior:
1. Run code '...'
2. Expect this error '...'

**Expected behavior**

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

**Environment, if relevant:**

- OS: [e.g. Ubuntu 22.04, macOS 14.5, etc.]
- 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 and/or commit if relevant (`git rev-parse HEAD`)


23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Feature request
about: Suggest an idea or feature
title: ''
labels: ['enhancement']
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.**

0 comments on commit a144dab

Please sign in to comment.