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]