From 50be5f871292eaabd2ce35b0e1eb4bb21ee97c0d Mon Sep 17 00:00:00 2001 From: squidfunk Date: Mon, 10 Oct 2016 09:43:30 +0200 Subject: [PATCH] Added issue template for GitHub --- .github/ISSUE_TEMPLATE.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..d1ddaeb48 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,28 @@ +## Description + +[Description of the bug] + +### Expected behavior + +[What you expected to happen] + +### Actual behavior + +[What is actually happening] + +### Steps to reproduce the bug + +1. [First step] +2. [Second step] +3. [and so on...] + +### Package versions + +- Python: `python --version` +- MkDocs: `mkdocs --version` +- Material: `pip show mkdocs-material | grep -E ^Version` + +### System information + +- OS: [The operating system you're running] +- Browser: [The browser used, if relevant] \ No newline at end of file