Update .github/PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Javier G. Sogo
2020-08-11 14:13:05 +02:00
committed by GitHub
parent 2c563f0e3f
commit 2e99ff183c

View File

@@ -1,8 +1,7 @@
Specify library name and version: **lib/1.0**
- [ ] I've read the [guidelines](https://github.com/conan-io/conan-center-index/blob/master/docs/how_to_add_packages.mdt) for contributing.
- [ ] I've read the [guidelines](https://github.com/conan-io/conan-center-index/blob/master/docs/how_to_add_packages.md) for contributing.
- [ ] I've followed the [PEP8](https://www.python.org/dev/peps/pep-0008/) style guides for Python code in the recipes.
- [ ] I've used the [latest](https://github.com/conan-io/conan/releases/latest) Conan client version.
- [ ] I've tried at least one configuration locally with the
[conan-center hook](https://github.com/conan-io/hooks.git) activated.