From 61716057ef781a9085f990b1d94c2a38d6251ab4 Mon Sep 17 00:00:00 2001 From: Simon Bomm Date: Tue, 27 Oct 2020 11:29:26 +0100 Subject: [PATCH] enh(issuetemplate)cosmetic, no scroll to reach/read the important part (#2288) * enh(issuetemplate)cosmetic, no scroll to reach/read the important part * enh(tpl): minor improvements & fixes Co-authored-by: Thibault S <48209914+thibaults-centreon@users.noreply.github.com> --- centreon-plugins/.github/issue_template.md | 30 ++++++++++------------ 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/centreon-plugins/.github/issue_template.md b/centreon-plugins/.github/issue_template.md index 9be725cf8..8621ce438 100644 --- a/centreon-plugins/.github/issue_template.md +++ b/centreon-plugins/.github/issue_template.md @@ -1,27 +1,23 @@ +Thanks for using centreon-plugins! Please follow the indications shown below according to your issue and describe it in English. -Please follow information shown below according your issue. For all issues, thank you to describe it in English. -If some informations are confidentials, please send it directly by email to qgarnier@centreon.com and sbomm@centreon.com +## New Plugins and modes -## Bug/Question - -If you are reporting a bug/question, make sure that we do not have any duplicates already open. You -can ensure this by searching the issue list for this repository. If there is a duplicate, please -close your issue and add a comment to the existing issue instead. - -Otherwise, open your issue and provide all informations you can. - -## New plugins and modes - -To develop a plugin/mode, we need following informations: +To develop a Plugin/mode, we need the following: * SNMP: MIBs files and full snmpwalk of entreprise branch (snmpwalk -ObentU -v 2c -c public address .1.3.6.1.4.1 > equipment.snmpwalk) * HTTP API (SOAP, Rest/Json, XML-RPC): the documentation and some curls examples * CLI: command line examples * SQL: requests * JMX: mbean names and attributes -If you can't provide informations, we'll close the ticket. The issue can be reopened if informations are provided. -All developments are open-source. We can't give a date for the development. If it's a priority, send us an email about it (qgarnier@centreon.com and sbomm@centreon.com) -and we'll put you in touch with our company. +If some parts of information are confidentials, please send them directly by email to qgarnier@centreon.com and sbomm@centreon.com. -Thanks for using centreon-plugins! +Please note that all the developments are open-source. We can't give a date for the development, achievement or release. If it's a priority for you, +send us an email about it (qgarnier@centreon.com and sbomm@centreon.com) and we'll put you in touch with our company. + +## Bug/Question + +If you are reporting a bug/question, make sure that there aren't any similar/duplicates issues already open. You +can ensure this by searching the issue list for this repository. If so, please close your issue and add a comment to the existing one instead. + +Otherwise, open a new issue and provide all parts of information you can (full command line used, actual output, expected output, error message...).