diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..69bb227 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,36 @@ + + +## This is: + +- Bug +- Feature request +- Question +- Idea + + + + +## Specifications + + - AOS version: + - OS: + - Browser: + +## Expected Behavior + + +## Actual Behavior + + +## Steps to Reproduce the Problem + + +1. +2. +3. + +## Detailed Description + + +## Possible Solution + diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..cb829d6 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ +## Related Issue + + + + + +## Your solution + + +## How Has This Been Tested? + + + + +## Screenshots (if relevant):