Skip to content

Commit dd58da7

Browse files
added .github dir which includes the issue and PR templates
1 parent 131c244 commit dd58da7

3 files changed

Lines changed: 69 additions & 0 deletions

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
2+
---
3+
name: Bug report
4+
about: Create a report to help us improve
5+
title: ''
6+
labels: bug
7+
assignees: kyleoconnell-NIH, rosscampbellNIH
8+
9+
---
10+
11+
**Describe the bug**
12+
A clear and concise description of what the bug is.
13+
14+
**To Reproduce**
15+
Steps to reproduce the behavior:
16+
1. Go to '...'
17+
2. Click on '....'
18+
3. Scroll down to '....'
19+
4. See error
20+
5.
21+
**Expected behavior**
22+
A clear and concise description of what you expected to happen.
23+
24+
**Screenshots**
25+
If applicable, add screenshots to help explain your problem.
26+
27+
**Cloud Environment (please complete the following information):**
28+
- Cloud Provider: [e.g. Google Cloud, AWS, Azure]
29+
- Machine Type: [e.g. n2-standard-8]
30+
- Operating system: [e.g. Debian 10]
31+
32+
**Additional context**
33+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: kyleoconnell-NIH, rosscampbellNIH
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Pull Request Template
2+
3+
### Description
4+
<!-- Provide a description of your changes here. If this PR is related to an issue, list the issue number/name here -->
5+
*Provide a description of your changes here. If this PR is related to an issue, list the issue number/name here*
6+
7+
### Assignee
8+
<!-- Mention the GitHub username of the user you want to assign this PR to -->
9+
*Assignees: @kyleoconnell-NIH and/or @rosscampbellNIH*
10+
11+
## PR checklist
12+
*Please ensure the following:*
13+
- [ ] This comment contains a description of changes (with reason).
14+
- [ ] All changes were tested.
15+
- [ ] If you've fixed a bug mention the issue number/name.
16+
- [ ] Apply approriate tags (e.g. documentation, bug)

0 commit comments

Comments
 (0)