diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..94f4c50 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,35 @@ +--- +name: Bug Report +about: Report a bug if something isn't working as expected + +--- + + + + + +## Description + + +## Expected Behavior + + +## Current Behavior + + +## Possible Solution + + +## Steps to Reproduce + + +## Screenshots + + +## Your Environment + +* Client Version: +* Node.js Version: +* NPM Version: +* Browser Name and Version: +* Operating System and Version: diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..fdfeab6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,21 @@ +--- +name: Feature Request +about: Suggest an idea for this project + +--- + + + + + +## Description + + +## Context + + +## Possible Solution + + +## Screenshots + diff --git a/.github/ISSUE_TEMPLATE/support-question.md b/.github/ISSUE_TEMPLATE/support-question.md new file mode 100644 index 0000000..a6f73b2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support-question.md @@ -0,0 +1,5 @@ +--- +name: Support Question +about: Ask a general support question about this project + +--- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..07336fc --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,2 @@ + + diff --git a/.github/PULL_REQUEST_TEMPLATE/bugs.md b/.github/PULL_REQUEST_TEMPLATE/bugs.md new file mode 100644 index 0000000..1b314a8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/bugs.md @@ -0,0 +1,20 @@ + + + + +## Description + + +## Motivation and Context + + + +## Testing + + + +## Backward Compatibility + + +## Screenshots + diff --git a/.github/PULL_REQUEST_TEMPLATE/features.md b/.github/PULL_REQUEST_TEMPLATE/features.md new file mode 100644 index 0000000..5d6f75a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/features.md @@ -0,0 +1,20 @@ + + + + +## Description + + +## Motivation and Context + + + +## Testing + + + +## Screenshots +