Skip to content

Commit a9210cd

Browse files
authored
Merge branch 'main' into SHT3X_hygro_bugfix
2 parents 3f38936 + 63c4f4a commit a9210cd

File tree

8,225 files changed

+724913
-40364
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

8,225 files changed

+724913
-40364
lines changed

.clusterfuzzlite/Dockerfile

Lines changed: 0 additions & 7 deletions
This file was deleted.

.clusterfuzzlite/build.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

.clusterfuzzlite/project.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.editorconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,11 @@ max_line_length = 120
1212
[*.yaml, *.yml]
1313
indent_style = space
1414
indent_size = 2
15+
16+
[*.sh]
17+
indent_style = tab
18+
indent_size = 2
19+
insert_final_newline = true
20+
trim_trailing_whitespace = true
21+
# Not in the official standard, but supported by many editors
22+
max_line_length = 80

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ Makefile.* text eol=lf
7272
*.tar binary
7373
*.tgz binary
7474
*.zip binary
75+
*.hex binary
7576

7677
# everything else
7778
.gitattributes text eol=lf

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 27 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -3,92 +3,45 @@ description: Create a report to help us improve
33
title: "[Bug] "
44
labels: ["bug-report"]
55
body:
6-
- type: textarea
6+
- type: markdown
77
attributes:
8-
label: Describe the bug
9-
description: A clear and concise description of the bug.
10-
validations:
11-
required: true
8+
value: |
9+
**Tips for a great bug report:**
10+
- Describe what went wrong and what you expected
11+
- Include a flight log link from [logs.px4.io](http://logs.px4.io/) if possible
12+
- Mention your PX4 version, flight controller, and vehicle type if relevant
1213
1314
- type: textarea
1415
attributes:
15-
label: To Reproduce
16-
description: |
17-
Steps to reproduce the behavior.
18-
1. Drone switched on '...'
19-
2. Uploaded mission '....' (attach QGC mission file)
20-
3. Took off '....'
21-
4. See error
22-
validations:
23-
required: false
16+
label: Describe the bug
17+
description: A clear description of the bug and what you expected to happen.
18+
placeholder: |
19+
What happened and what did you expect instead?
2420
25-
- type: textarea
26-
attributes:
27-
label: Expected behavior
28-
description: A clear and concise description of what you expected to happen.
21+
Steps to reproduce (if applicable):
22+
1.
23+
2.
24+
3.
2925
validations:
30-
required: false
31-
32-
- type: textarea
33-
attributes:
34-
label: Screenshot / Media
35-
description: Add screenshot / media if you have them
26+
required: true
3627

3728
- type: textarea
3829
attributes:
39-
label: Flight Log
30+
label: Flight Log / Additional Information
4031
description: |
41-
*Always* provide a link to the flight log file:
42-
- Download the flight log file from the vehicle ([tutorial](https://docs.px4.io/main/en/getting_started/flight_reporting.html)).
43-
- Upload the log to the [PX4 Flight Review](http://logs.px4.io/)
44-
- Share the link to the log (Copy and paste the URL of the log)
32+
**Flight log** (highly recommended for flight-related issues):
33+
- Upload to [PX4 Flight Review](http://logs.px4.io/) and paste the link
34+
35+
**Additional details** (if relevant):
36+
- PX4 version (output of `ver all` in MAVLink Shell)
37+
- Flight controller model
38+
- Vehicle type (multicopter, fixed-wing, VTOL, etc.)
39+
- Screenshots or media
4540
placeholder: |
46-
# PASTE HERE THE LINK TO THE LOG
47-
validations:
48-
required: false
41+
Flight log link:
4942
50-
- type: markdown
51-
attributes:
52-
value: |
53-
## Setup
43+
Version:
5444
55-
- type: textarea
56-
attributes:
57-
label: Software Version
58-
description: |
59-
Which version of PX4 are you using?
60-
placeholder: |
61-
# If you don't know the version, paste the output of `ver all` in the MAVLink Shell of QGC
45+
Hardware:
6246
validations:
6347
required: false
64-
65-
- type: input
66-
attributes:
67-
label: Flight controller
68-
description: Specify your flight controller model (what type is it, where was it bought from, ...).
69-
validations:
70-
required: false
71-
72-
- type: dropdown
73-
attributes:
74-
label: Vehicle type
75-
options:
76-
- Multicopter
77-
- Helicopter
78-
- Fixed Wing
79-
- Hybrid VTOL
80-
- Airship/Balloon
81-
- Rover
82-
- Boat
83-
- Submarine
84-
- Other
85-
86-
- type: textarea
87-
attributes:
88-
label: How are the different components wired up (including port information)
89-
description: Details about how all is wired.
90-
91-
- type: textarea
92-
attributes:
93-
label: Additional context
94-
description: Add any other context about the problem here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
blank_issues_enabled: false
1+
blank_issues_enabled: true
22
contact_links:
33
- name: Support Question
44
url: https://docs.px4.io/main/en/contribute/support.html#forums-and-chat
55
about: For questions about using PX4 or related components, please use the discuss forum and discord server
6-
- name: Documentation Issue
7-
url: https://github.com/PX4/PX4-user_guide/issues
8-
about: If you found an issue in documentation, please submit it directly to the docs repository issues
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: 📑 Documentation Bug report
2+
description: Create a report to help us improve the docs
3+
title: "[Docs] [Bug] "
4+
labels: ["Documentation 📑"]
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Describe the bug
9+
description: A clear and concise description of the bug.
10+
placeholder: |
11+
# A PR to fix the bug is often better than adding this issue!
12+
#
13+
# If you can't create a PR please provide the following:
14+
# - What page and/or section has the problem
15+
# - What is the problem - missing information, incorrect information?
16+
# - Suggested fixes, links to corresponding code PRs
17+
# - Any additional context
18+
validations:
19+
required: true
20+
21+
- type: input
22+
attributes:
23+
label: Page URL
24+
description: The URL of the problem page.
25+
validations:
26+
required: false
27+
28+
- type: textarea
29+
attributes:
30+
label: Screenshot / Media
31+
description: Add screenshot / media if you have them
32+
validations:
33+
required: false

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,9 @@
11
<!--
22
3-
Thank you for your contribution!
4-
5-
Get early feedback through
6-
- Dronecode Discord: https://discord.gg/dronecode
7-
- PX4 Discuss: http://discuss.px4.io/
8-
- opening a draft pr and sharing the link
9-
10-
-->
11-
123
### Solved Problem
13-
When ... I found that ...
14-
154
Fixes #{Github issue ID}
165
176
### Solution
18-
- Add ... for ...
19-
- Refactor ...
207
218
### Changelog Entry
229
For release notes:
@@ -27,11 +14,10 @@ Documentation: Need to clarify page ... / done, read docs.px4.io/...
2714
```
2815
2916
### Alternatives
30-
We could also ...
3117
3218
### Test coverage
33-
- Unit/integration test: ...
34-
- Simulation/hardware testing logs: https://review.px4.io/
3519
3620
### Context
3721
Related links, screenshot before/after, video
22+
23+
-->

.github/fuzzing_issue_template.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: '[CI] Fuzzing Workflow Failed'
3+
labels: ['Fuzzing']
4+
---
5+
The automated fuzzing workflow has failed.
6+
See {{ env.WORKFLOW_RUN_URL }} for details.

0 commit comments

Comments
 (0)