From 80be8bb1eca3338e7bec01289e2a8fcc7228acf3 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 22 Jan 2017 13:25:12 +0100 Subject: [PATCH] Added mkdocs.yml as a requirement to issue template --- .github/ISSUE_TEMPLATE.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index d1ddaeb48..a162c7bf2 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -18,11 +18,17 @@ ### Package versions -- Python: `python --version` -- MkDocs: `mkdocs --version` -- Material: `pip show mkdocs-material | grep -E ^Version` +* Python: `python --version` +* MkDocs: `mkdocs --version` +* Material: `pip show mkdocs-material | grep -E ^Version` + +### Project configuration + +``` yaml +The contents of your mkdocs.yml +``` ### System information -- OS: [The operating system you're running] -- Browser: [The browser used, if relevant] \ No newline at end of file +* OS: [The operating system you're running] +* Browser: [The browser used, if relevant]