From 50ff91b129be4a626d9d1a81e1260e02dba4f03e Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Thu, 11 Aug 2016 09:14:44 -0500 Subject: [PATCH] Use checkboxes that can be checked in the github templates Are you ok with the line returns being removed? less scrolling --- .github/ISSUE_TEMPLATE.md | 11 ++++------- .github/PULL_REQUEST_TEMPLATE.md | 5 ++--- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index d20e24ac61..3f21363130 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,10 +2,7 @@ > Please read this information carefully. -[ ] Is your install up to date? [Updating your install](http://docs.librenms.org/General/Updating/) - -[ ] Please include all of the information between the `====================================` section of `./validate.php`. - -[ ] If you would like us to add a new device then please provide the information asked for [here](http://docs.librenms.org/Support/FAQ/#faq20) - -[ ] Please provide as much detail as possible. +- [ ] Is your install up to date? [Updating your install](http://docs.librenms.org/General/Updating/) +- [ ] Please include all of the information between the `====================================` section of `./validate.php`. +- [ ] If you would like us to add a new device then please provide the information asked for [here](http://docs.librenms.org/Support/FAQ/#faq20) +- [ ] Please provide as much detail as possible. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5e473ff58e..8cc3ea1d2a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,6 +2,5 @@ > Please read this information carefully. -[ ] Have you signed the [Contributors agreement](http://docs.librenms.org/General/Contributing/) - -[ ] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/) +- [ ] Have you signed the [Contributors agreement](http://docs.librenms.org/General/Contributing/) +- [ ] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/)