From 5d73c0c2fd39d58e696d8cef75e48de9f3e9779d Mon Sep 17 00:00:00 2001 From: laf Date: Mon, 2 May 2016 18:17:31 +0000 Subject: [PATCH] Added issue template --- .github/ISSUE_TEMPLATE.md | 17 +++++++++++++++++ .gitignore | 1 + 2 files changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..f0c3abfa25 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,17 @@ +#### Please note + +> Please read this information and delete it once ready. + +If you issue is a request for us to add a new device then please ensure you provide the following information as pastebin links. + +Please replace the relevant information in these commands. + +```bash +./discovery.php -h HOSTNAME -d -m os +./poller.php -h HOSTNAME -r -f -d -m os +snmpbulkwalk -v2c -c COMMUNITY HOSTNAME . +``` + +If possible please also provide what the OS name should be if it doesn't exist already. + + diff --git a/.gitignore b/.gitignore index 28e3f36ab6..05af5ba56f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ !/.editorconfig !/.scrutinizer.yml !/.travis.yml +!/.github/ # Others # ##########