diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md
new file mode 100644
index 000000000..04a56ce04
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/1-bug-report.md
@@ -0,0 +1,41 @@
+---
+name: Bug report
+about: Create a report for an issue or a bug
+title: '[path::to::the::plugin]:
'
+labels: ''
+assignees: ''
+
+---
+
+Thank you for using Centreon plugins!
+
+Please use this form for actual **bugs** only. See the **Other requests** form for more details.
+All existing and future issues related to questions, new plugins or enhancements will be closed.
+
+# Bug report
+
+If you are certain it is a bug, please ensure that there aren't any [similar issues already open](https://github.com/centreon/centreon-plugins/issues) on the same bug.
+If the same bug has already been logged, please close your issue and add a comment pointing to the existing one instead.
+
+**For the sake of clarity, please remove the explanations from the issue template before submitting your issue.**
+
+## Quick description
+
+*In one or two sentences, what is your bug about?*
+
+## How to reproduce
+
+*Please provide the initial conditions to reproduce the bug down below*
+
+- **Environment**: result of `uname -a ; cat /etc/redhat-release /etc/debian_version`.
+- **Version of the plugin**: version of the package or last commit date if using a clone of this repository.
+- **Information about the monitored resource**: the exact model and version of the device, software or product you are trying to monitor.
+- **Command line**: the command line that is used.
+
+## Expected result
+
+*What you were expecting to have as a result (output, exit return)?*
+
+## Actual result
+
+*What you actually got. Please put emphasis on what seems wrong to you.*
diff --git a/.github/ISSUE_TEMPLATE/2-other-requests.md b/.github/ISSUE_TEMPLATE/2-other-requests.md
new file mode 100644
index 000000000..02e05634f
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/2-other-requests.md
@@ -0,0 +1,32 @@
+---
+name: Other requests
+about: For other requests such as questions or enhancement requests, take a look at this form.
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+Thank you for using Centreon plugins!
+
+# Other requests
+
+## Questions
+
+If you have trouble using our plugins, but are not sure whether it's due to a bug or a misuse, please take the time to ask for help on [The Watch, Data Collection section](https://thewatch.centreon.com/data-collection-6) and become certain that it is a bug before submitting it here.
+
+## New Plugins and modes
+
+There is high demand for new plugins and new functionalities on existing plugins, so we have to rely on our community to help us prioritize them.
+How? Post your suggestion on [The Watch Ideas](https://thewatch.centreon.com/ideas) with as much detail as possible and we will pick the most voted topics to add them to our product roadmap.
+
+To develop a plugin/mode, we need the following information, depending on the protocol:
+* **SNMP**: MIB files and full snmpwalk of enterprise branch (`snmpwalk -ObentU -v 2c -c public address .1.3.6.1.4.1 > equipment.snmpwalk`) or [SNMP collections](https://thewatch.centreon.com/product-how-to-21/snmp-collection-tutorial-132).
+* **HTTP API (SOAP, Rest/Json, XML-RPC)**: the documentation and some curl examples or HTTP [collections](https://thewatch.centreon.com/data-collection-6/centreon-plugins-discover-collection-modes-131).
+* **CLI**: command line examples (command + result).
+* **SQL**: queries + results + column types or [SQL collections](https://thewatch.centreon.com/product-how-to-21/sql-collection-tutorial-134).
+* **JMX**: mbean names and attributes.
+
+If some information is confidential, such as logins or IP addresses, obfuscate them in what is sent publicly and we'll get in touch with you by private message if this information is needed.
+
+Please note that all the developments are open source, we will not commit to a release date. If it is an emergency for you, please contact [Centreon's sales team](https://www.centreon.com/contact/).