mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Added instructions for how to add test targets to pull requests.
This commit is contained in:
parent
8d45795375
commit
103712855c
3 changed files with 15 additions and 20 deletions
|
@ -108,6 +108,14 @@ Later, you can get the changes from the betaflight repo into your `master` branc
|
|||
|
||||
You can also perform the git commands using the git client inside Eclipse. Refer to the Eclipse git manual.
|
||||
|
||||
### Providing Test Targets for Pull Requests
|
||||
|
||||
If you open a pull request for the betaflight repository that contains a change that can be tested by other users, please build a set of test firmware files for all Unified Targets and attach them to the pull request. The required firmware files can be built in zipped form ready for upload to GitHub with `make unified_zip`. When attaching test firmware files, you can point users to this video for instructions on how to install the test firmware: https://youtu.be/I1uN9CN30gw
|
||||
|
||||
Example of a pull request with test firmware attached:
|
||||
|
||||

|
||||
|
||||
### IDEs and .gitignore
|
||||
|
||||
The projects [.gitignore](/.gitignore) already ignores certain artifacts from some IDEs, but if you'd like to use something else, you can set up git to ignore the necessary files at a global level (all git projects on the computer)
|
||||
|
|
BIN
docs/development/assets/pull_request_test_targets.png
Normal file
BIN
docs/development/assets/pull_request_test_targets.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
Loading…
Add table
Add a link
Reference in a new issue