-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from jonyMarino/jonyMarino/pr/new_issue_templates
Jony marino/pr/new issue templates
- Loading branch information
Showing
5 changed files
with
82 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
--- | ||
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> | ||
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> | ||
<!-- Please search for existing issues to avoid creating duplicates. --> | ||
<!-- Incomplete reports will lead to closing the issue. --> | ||
<!-- Also, please test using the latest master make sure your issue has not already been fixed --> | ||
|
||
## Bug report | ||
<!-- If any section does not apply, replace its contents with "N/A". --> | ||
- AirSim Version/#commit: | ||
- UE/Unity version: | ||
- autopilot version: | ||
- OS Version: | ||
|
||
### What's the issue you encountered? | ||
<!-- Describe the issue in detail and what you were doing beforehand. --> | ||
<!-- Attach screenshot if applicable. --> | ||
|
||
### Settings | ||
<!-- If not the default, include the settings.json file you are using --> | ||
<!-- If it's too large, you can create a [gist](https://gist.github.com/) and past the link here. --> | ||
|
||
### How can the issue be reproduced? | ||
<!-- Include a detailed step by step process for recreating your issue. --> | ||
<!-- If your issue includes code, create a [gist](https://gist.github.com/) and past the link here. --> | ||
|
||
1. | ||
2. | ||
|
||
### Include full error message in text form | ||
|
||
|
||
|
||
**What's better than filing an issue? Filing a pull request :).** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
<!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ --> | ||
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> | ||
<!-- Please search existing issues to avoid creating duplicates. --> | ||
|
||
## What feature are you suggesting? | ||
### Overview: | ||
<!-- Describe the feature you'd like. --> | ||
|
||
### Smaller Details: | ||
<!-- These may include specific methods of implementation etc. --> | ||
|
||
### Nature of Request: | ||
<!-- Remove all that do not apply to your request. --> | ||
- Addition | ||
- Change | ||
- Removal | ||
- <!-- Removal of certain features or implementation due to a specific issue/bug or because of low quality code, etc. --> | ||
|
||
## Why would this feature be useful? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!-- Thank you for submitting a pull request! --> | ||
<!-- ⚠️⚠️ Do Not Delete This! pull_request_template ⚠️⚠️ --> | ||
<!-- Please read our contribution guidelines: https://microsoft.github.io/AirSim/CONTRIBUTING/ --> | ||
|
||
Fixes: # <!-- add this line for each issue your PR solves. --> | ||
<!-- Fixes: # --> | ||
<!-- Fixes: # --> | ||
|
||
## About | ||
<!-- Describe what your PR is about. --> | ||
|
||
## How Has This Been Tested? | ||
<!-- Please, describe how you have tested your changes to help us incorporate them. --> | ||
|
||
## Screenshots (if appropriate): |
This file was deleted.
Oops, something went wrong.