mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added mkdocs.yml as a requirement to issue template
This commit is contained in:
parent
38f0099fc8
commit
80be8bb1ec
16
.github/ISSUE_TEMPLATE.md
vendored
16
.github/ISSUE_TEMPLATE.md
vendored
@ -18,11 +18,17 @@
|
|||||||
|
|
||||||
### Package versions
|
### Package versions
|
||||||
|
|
||||||
- Python: `python --version`
|
* Python: `python --version`
|
||||||
- MkDocs: `mkdocs --version`
|
* MkDocs: `mkdocs --version`
|
||||||
- Material: `pip show mkdocs-material | grep -E ^Version`
|
* Material: `pip show mkdocs-material | grep -E ^Version`
|
||||||
|
|
||||||
|
### Project configuration
|
||||||
|
|
||||||
|
``` yaml
|
||||||
|
The contents of your mkdocs.yml
|
||||||
|
```
|
||||||
|
|
||||||
### System information
|
### System information
|
||||||
|
|
||||||
- OS: [The operating system you're running]
|
* OS: [The operating system you're running]
|
||||||
- Browser: [The browser used, if relevant]
|
* Browser: [The browser used, if relevant]
|
||||||
|
Loading…
Reference in New Issue
Block a user