From 5d0dfc967f3d6b3026dfcdb8d5986643fad6d3b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sajn=C3=B3g?= Date: Sat, 7 Jul 2018 21:17:42 +0200 Subject: [PATCH] Add Issue and PR templates --- ISSUE_TEMPLATE.md | 36 ++++++++++++++++++++++++++++++++++++ PULL_REQUEST_TEMPLATE.md | 15 +++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 ISSUE_TEMPLATE.md create mode 100644 PULL_REQUEST_TEMPLATE.md 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):