From 488ea57999f83e405d611a66db76996a241434dc Mon Sep 17 00:00:00 2001 From: chcg Date: Thu, 25 Mar 2021 21:27:16 +0100 Subject: [PATCH] Update CONTRIBUTING.md Close #9702 --- CONTRIBUTING.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 261a4bf2c..5672fca7e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,17 +8,16 @@ Bug reports are appreciated. Following a few guidelines listed below will help s 1. Search the issue tracker to see if it has already been reported. 2. Disable your plugins to see if one of them is the problem. You can do this by renaming your `plugins` folder to something else. -3. Only report an issue with a plugin if it is one of the standard plugins included in the Notepad++ installation. Any other plugin issue should be reported to its respective issue tracker. The standard plugins include (for v6.8.3): - * NppFTP +3. Only report an issue with a plugin if it is one of the standard plugins included in the Notepad++ installation. Any other plugin issue should be reported to its respective issue tracker (see e.g. [plugin_list_x86.md](https://github.com/notepad-plus-plus/nppPluginList/blob/master/doc/plugin_list_x86.md) or [plugin_list_x64.md](https://github.com/notepad-plus-plus/nppPluginList/blob/master/doc/plugin_list_x64.md) to find the homepage with further informations on that for a plugins). The standard plugins include (for v7.9.5): * NppExport - * Plugin Manager * Converter * mimeTools 4. Include additional information such as: * A detailed explanation - * Operating System version - * Notepad++ version - * List of installed plugins (if it is related to a plugin) + * Notepad++ Debug-Info containing: + * Operating System version + * Notepad++ version + * List of installed plugins (if it is related to a plugin) * Screen shots (if applicable) * ...and any other relevant information