From 055e627ee6a7ff34eff3e71d747702bbaa3030b2 Mon Sep 17 00:00:00 2001 From: corkyw10 Date: Wed, 17 Mar 2021 11:52:44 +0100 Subject: [PATCH] Updated GitHub issue template to ask people to fill in certain information for bug reporting --- .github/issue_template.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index d4909e2f0..064f1d2b6 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -2,9 +2,17 @@ Thanks for contributing to CARLA! +If you are reporting an issue, please use the following outline: + +CARLA version: +Platform/OS: +Problem you have experienced: +What you expected to happen: +Steps to reproduce: +Other information (documentation you consulted, workarounds you tried): + If you are asking a question please make sure your question was not asked before -by searching among the existing issues. Also make sure you have read our -documentation and FAQ at http://carla.readthedocs.io. +by searching among the existing issues and checking the CARLA forum https://forum.carla.org. Also make sure you have read ourdocumentation and FAQ at http://carla.readthedocs.io. If your question is about creating content (assets, levels) you'll most likely have all the info you need in the Unreal Engine's documentation @@ -13,7 +21,4 @@ https://docs.unrealengine.com Please, keep the threads focused and single-themed. Make them easy to find for everyone. -If you are reporting an issue, please provide the CARLA version number you are -using and your Platform/OS. - ---> +--> \ No newline at end of file