Merge pull request #3466 from laf/issue-template

Added issue template
This commit is contained in:
Daniel Preussker
2016-05-02 20:22:54 +02:00
2 changed files with 18 additions and 0 deletions

17
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -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.

1
.gitignore vendored
View File

@ -5,6 +5,7 @@
!/.editorconfig
!/.scrutinizer.yml
!/.travis.yml
!/.github/
# Others #
##########