diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..d022a5f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -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: diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 0000000..fa3e830 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -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 + +- diff --git a/.github/ISSUE_TEMPLATE/maintenance.md b/.github/ISSUE_TEMPLATE/maintenance.md new file mode 100644 index 0000000..4b23520 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/maintenance.md @@ -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 + +- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..cf46e9c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ +## What I did + + + +## Why I did it + + + +## Issue #s Addressed + +- closes # + +## How to test it + +- [ ]