From 7642b56f54cdadd6174f162eea940a0ad7739ba8 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Mon, 17 Sep 2018 12:07:11 -0500 Subject: [PATCH] Update github templates --- .github/ISSUE_TEMPLATE.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index cc2981262f..5bc67325b7 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,5 +1,5 @@ **Please do not post bugs or ask questions** -**For help and support you can use our [Discord server](https://t.libren.ms/discord) or our [community site](https://community.librenms.org).** +**For help and support you can use our [Discord server](https://t.libren.ms/discord) or our [community site](https://community.librenms.org/c/help).** To create a new device request please use this link: https://github.com/librenms/librenms/issues/new?template=New-Device.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 13b316183b..0a0f016e58 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,3 +9,4 @@ DO NOT DELETE THIS TEXT #### Testers If you would like to test this pull request then please run: `./scripts/github-apply `, i.e `./scripts/github-apply 5926` +After you are done testing, you can remove the changes with `./scripts/github-remove`. If there are schema changes, ask on discord how to revert.