From 414522d174b7bdfabf296ddaf87eb5521e5252ae Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Thu, 7 May 2020 11:05:20 +0200 Subject: [PATCH] issue guidelines update --- .github/issue_template.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 9cf8b904a..5a376e13d 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -17,8 +17,10 @@ ####Guidelines for a good issue Before submitting an issue: -- check if your issue has been already reported by someone else. In this case, do not open another issue: just add your experience in the existing issue; -- be sure that your issue also happens on the last MeshLab version; -- If the issue is specific of a platform, please specify it on the subject in square brackets (example: `[MacOS] crash when opening obj`); + - be as detailed as possible. If the issue is related to a specific mesh or file, please attach it. Make sure that the problem is reproducible; +- specify the operative system you are using and its version/distribution; if it is possible, verify if the problem persists in other platforms; +- bspecify the MeshLab version you are using and be sure that your issue also happens on the last MeshLab version; +- check if your issue has been already reported by someone else. In this case, do not open another issue: just add your experience in the existing issue; +- If the issue is specific of a platform, please specify it on the subject in square brackets (example: `[MacOS] crash when opening obj`); - delete these guidelines before submitting :) \ No newline at end of file