File tree Expand file tree Collapse file tree 5 files changed +100
-0
lines changed
Expand file tree Collapse file tree 5 files changed +100
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Create a report to help us improve
4+ ---
5+ <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
6+ <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
7+ <!-- Please search for existing issues to avoid creating duplicates. -->
8+ <!-- Incomplete reports will lead to closing the issue. -->
9+ <!-- Also, please test using the latest main branch make sure your issue has not already been fixed -->
10+
11+ ## Bug report
12+ <!-- If any section does not apply, replace its contents with "N/A". -->
13+ - Project AirSim Version/#commit:
14+ - autopilot version:
15+ - OS Version:
16+
17+ ### What's the issue you encountered?
18+ <!-- Describe the issue in detail and what you were doing beforehand. -->
19+ <!-- Attach screenshot if applicable. -->
20+
21+ ### Settings
22+ <!-- If not the default, include the settings.json file you are using -->
23+ <!-- If it's too large, you can create a [gist](https://gist.github.com/) and past the link here. -->
24+
25+ ### How can the issue be reproduced?
26+ <!-- Include a detailed step by step process for recreating your issue. -->
27+ <!-- If your issue includes code, create a [gist](https://gist.github.com/) and past the link here. -->
28+
29+ 1 .
30+ 2 .
31+
32+ ### Include full error message in text form
33+
34+
35+
36+ ** What's better than filing an issue? Filing a pull request :).**
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : false
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Suggest an idea for this project
4+
5+ ---
6+
7+ <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
8+ <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
9+ <!-- Please search existing issues to avoid creating duplicates. -->
10+
11+ ## What feature are you suggesting?
12+ ### Overview:
13+ <!-- Describe the feature you'd like. -->
14+
15+ ### Smaller Details:
16+ <!-- These may include specific methods of implementation etc. -->
17+
18+ ### Nature of Request:
19+ <!-- Remove all that do not apply to your request. -->
20+ - Addition
21+ - Change
22+ - Removal
23+ - <!-- Removal of certain features or implementation due to a specific issue/bug or because of low quality code, etc. -->
24+
25+ ## Why would this feature be useful?
Original file line number Diff line number Diff line change 1+ <!-- Thank you for submitting a pull request! -->
2+ <!-- ⚠️⚠️ Do Not Delete This! pull_request_template ⚠️⚠️ -->
3+ <!-- Please read our contribution guidelines: https://microsoft.github.io/AirSim/CONTRIBUTING/ -->
4+
5+ Fixes: # <!-- add this line for each issue your PR solves. -->
6+ <!-- Fixes: # -->
7+ <!-- Fixes: # -->
8+
9+ ## About
10+ <!-- Describe what your PR is about. -->
11+
12+ ## How Has This Been Tested?
13+ <!-- Please, describe how you have tested your changes to help us incorporate them. -->
14+
15+ ## Screenshots and videos (if appropriate):
Original file line number Diff line number Diff line change 1+ name : Windows Build
2+
3+ # Controls when the action will run.
4+ on : [push]
5+
6+ jobs :
7+ build :
8+ permissions :
9+ actions : write
10+ pages : write
11+ contents : write
12+ runs-on : windows-2022
13+
14+ # Steps represent a sequence of tasks that will be executed as part of the job
15+ steps :
16+ - uses : actions/checkout@v3
17+
18+ - name : Enable Developer Command Prompt
19+ uses : ilammy/msvc-dev-cmd@v1
20+
21+ - name : Build SimLibs
22+ shell : cmd
23+ run : build simlibs_debug
You can’t perform that action at this time.
0 commit comments