From 392c316f0e083bfa3870766e86c2fa504b6327e6 Mon Sep 17 00:00:00 2001 From: Conrad Sopala Date: Wed, 2 Jan 2019 13:50:27 +0100 Subject: [PATCH] Added issue template. --- ISSUE_TEMPLATE.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..22810c1 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,36 @@ +# Issue Report + +If you are reporting a bug, please fill the sections below (if they are applicable), otherwise feel free to delete those that don't apply. Thank you! πŸ™πŸΌ + +### Description + +What are you reporting? + +### Expected behaviour + +Tell us what you think should happen. + +### Actual behaviour + +Tell us what actually happens. + +### Steps to reproduce the problem + +Tell us what we should do to reproduce the issue. + +### Language / Framework Versions + +1. **Language used:** +2. **Framework used:** + +### Testing environment + +1. **Operating system:** +2. **Browser version:** + +### Screenshots + +Feel free to insert here any screenshots that you consider helpful in solving your issue. + + +**Filling this, you're helping yourself and repo maintainers in solving your issues quicker! Teamwork makes the dreamwork πŸ€œπŸΌπŸ€›πŸ»**