Merge pull request #3927 from laf/github

Updated and added new templates for issues and prs
This commit is contained in:
Neil Lathwood
2016-08-02 01:08:03 +01:00
committed by GitHub
3 changed files with 27 additions and 11 deletions

View File

@@ -1,17 +1,11 @@
#### Please note
> Please read this information and delete it once ready.
> Please read this information carefully.
- Ensure that your install is upto date before submitting an issue. You can ensure you are upto date by running `./daily.sh` as the librenms user. If you experience errors updating then please run `./validate.php`.
[ ] Is your install up to date? [Updating your install](http://docs.librenms.org/General/Updating/)
- If your issue is a request for us to add a new device then please ensure you provide the following information as pastebin links.
[ ] Please include all of the information between the `====================================` section of `./validate.php`.
Please replace the relevant information in these commands.
[ ] 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)
```bash
./discovery.php -h HOSTNAME -d -m os
./poller.php -h HOSTNAME -r -f -d -m os
snmpbulkwalk -On -v2c -c COMMUNITY HOSTNAME .
```
If possible please also provide what the OS name should be if it doesn't exist already.
[ ] Please provide as much detail as possible.

7
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,7 @@
#### Please note
> 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/)

View File

@@ -20,6 +20,7 @@
### Developing
- [How do I add support for a new OS?](#faq8)
- [What information do you need to add a new OS?](#faq20)
- [What can I do to help?](#faq9)
- [How can I test another users branch?](#faq13)
@@ -153,6 +154,20 @@ This file will usually set the variables for $version and $hardware gained from
**html/images/os/$os.png**
This is a 32x32 png format image of the OS you are adding support for.
#### <a name="faq20"> What information do you need to add a new OS?</a>
Please provide the following output as seperate non-expiring pastebin.com links.
Replace the relevant information in these commands such as HOSTNAME and COMMUNITY.
```bash
./discovery.php -h HOSTNAME -d -m os
./poller.php -h HOSTNAME -r -f -d -m os
snmpbulkwalk -On -v2c -c COMMUNITY HOSTNAME .
```
If possible please also provide what the OS name should be if it doesn't exist already.
#### <a name="faq9"> What can I do to help?</a>
Thanks for asking, sometimes it's not quite so obvious and everyone can contribute something different. So here are some ways you can help LibreNMS improve.