From 5b25813d6cd834211c35733eb80e273c40346188 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Mon, 16 Sep 2019 10:34:24 +0200 Subject: [PATCH] Revamped issue templates --- .github/ISSUE_TEMPLATE.md | 34 --------------- .github/ISSUE_TEMPLATE/bug.md | 70 ++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature.md | 38 ++++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 12 +++++ 4 files changed, 120 insertions(+), 34 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/feature.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index a162c7bf2..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,34 +0,0 @@ -## 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` - -### Project configuration - -``` yaml -The contents of your mkdocs.yml -``` - -### System information - -* OS: [The operating system you're running] -* Browser: [The browser used, if relevant] diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 000000000..f138da727 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,70 @@ +--- +name: Bug +about: Report a bug +--- + + + +__Checklist__: + + + +I checked that... + +- [ ] ... the documentation does not mention anything about my problem +- [ ] ... the problem doesn't occur with the default MkDocs template +- [ ] ... the problem is not in any of my customizations (CSS, JS, template) +- [ ] ... there are no open or closed issues that are related to my problem + +## Description + + + +### Expected behavior + + + +### Actual behavior + + + +### Steps to reproduce the bug + + + +1. ... +2. ... +3. ... + +### Package versions + + + +* 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] diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 000000000..faaf09feb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,38 @@ +--- +name: Feature +about: Suggest an idea +--- + + + +__Checklist__: + + + +I checked that... + +- [ ] ... the documentation does not mention anything about my idea +- [ ] ... to my best knowledge, my idea wouldn't break something for other users +- [ ] ... there are no open or closed issues that are related to my idea + +## Description + + + +### Use Cases + + + +### Screenshots / Mockups + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..36bdb7b9e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,12 @@ +--- +name: Question +about: The issue tracker is not for questions. Please use the Gitter channel. +--- + +__THE ISSUE TRACKER IS NOT FOR QUESTIONS.__ +__DO NOT CREATE A NEW ISSUE TO ASK A QUESTION.__ + +Please use the [official Gitter channel][1] to ask your question. Any issues +that only contain questions + + [1]: https://gitter.im/squidfunk/mkdocs-material