Skip to content

Commit

Permalink
Merge pull request #2 from jonyMarino/jonyMarino/pr/new_issue_templates
Browse files Browse the repository at this point in the history
Jony marino/pr/new issue templates
  • Loading branch information
Jonathan authored Dec 15, 2020
2 parents d59ceb7 + 07f5b1f commit bf6d737
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 18 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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 :).**
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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?
15 changes: 15 additions & 0 deletions .github/pull_request_template.md
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):
18 changes: 0 additions & 18 deletions ISSUE_TEMPLATE.md

This file was deleted.

0 comments on commit bf6d737

Please sign in to comment.