GitHub - Add the ScreenShot hint in the PR Template (#11119)

* GitHub - Add the ScreenShot hint in the PR Template

* revert the version

checking if the tests are now running correctly without this version constraints
This commit is contained in:
PipoCanaja 2020-02-09 19:29:15 +01:00 committed by GitHub
parent 083afd1422
commit 63b812356d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ DO NOT DELETE THIS TEXT
> Please read this information carefully. You can run `./scripts/pre-commit.php` to check your code before submitting.
- [ ] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/)
- [ ] If my Pull Request does some changes/fixes/enhancements in the WebUI, I have inserted a screenshot of it.
#### Testers

View File

@ -8,7 +8,7 @@ if [ "$EXECUTE_BUILD_DOCS" != "true" ]; then
fi
pip3 install --upgrade pip
pip3 install --user mkdocs mkdocs-material "pymdown-extensions<6.3" "markdown<3.2"
pip3 install --user mkdocs mkdocs-material "pymdown-extensions" "markdown"
pip3 install --user git+git://github.com/aleray/mdx_del_ins.git
mkdir -p out