Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Commit

Permalink
Add issue and PR templates
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeDuncko committed Sep 28, 2020
1 parent d6ab08b commit bf25974
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: "\U0001F41BBug"
labels: "Type: Bug"
about: Something doesn't work correctly.

---

# Bug

## Expected Behavior



## Actual Behavior



## Steps to Reproduce the Problem

-

## Specifications

- Version:
- Platform:
- Subsystem:
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: "\U00002728Enhancement"
labels: "Type: Enhancement"
about: Something could be be added or improved.

---

# Enhancement

## What needs done



## Why it needs done



## Related issues

-
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: "\U0001F6A7Maintenance"
labels: "Type: Maintenance"
about: Something should be cleaned up, refactored, updated, or optimized.

---

# Maintenance

## What needs done



## Why it needs done



## Related issues

-
15 changes: 15 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## What I did



## Why I did it



## Issue #s Addressed

- closes #

## How to test it

- [ ]

0 comments on commit bf25974

Please sign in to comment.