diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..01260d75e9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,37 @@ +--- +name: Bug report +about: Create a report to help us improve +--- + + + + + + +## Bug report + +- AirSim Version/#commit: +- UE/Unity version: +- autopilot version: +- OS Version: + +### What's the issue you encountered? + + + +### Settings + + + +### How can the issue be reproduced? + + + +1. +2. + +### Include full error message in text form + + + +**What's better than filing an issue? Filing a pull request :).** diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..6607d50e90 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: User Support and General Questions + url: https://github.com/microsoft/AirSim/discussions + about: Please ask on https://github.com/microsoft/AirSim/discussions \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..1db2cb5004 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,25 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + + + + + +## What feature are you suggesting? +### Overview: + + +### Smaller Details: + + +### Nature of Request: + +- Addition +- Change +- Removal + - + +## Why would this feature be useful? diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..90727dd46d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ + + + + +Fixes: # + + + +## About + + +## How Has This Been Tested? + + +## Screenshots (if appropriate): \ No newline at end of file diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index 63c43c7208..0000000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,18 +0,0 @@ -# Read This First - -## If you are reporting a bug -* Make sure to write **all reproduction steps** -* Include full error message in text form -* Search issues for error message before filing issue -* Attach screenshot if applicable -* Include code to run if applicable - -## If you have question -* Add clear and concise title -* Add OS, AirSim version, Python version, Unreal version if applicable -* Include context on what you are trying to achieve -* Include details of what you already did to find answers - -**What's better than filing issue? Filing a pull request :).** - ------------------------------------- (Remove above before filing the issue) ------------------------------------