Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 1.95 KB

beta-testing.md

File metadata and controls

51 lines (27 loc) · 1.95 KB

Beta Testing Guide

Beta testing of development versions is a valuable contribution to the project. You can help to ensure the quality of the production release that will be distributed to the user community.


❗ Make sure to always download the newest available development version of the project in order to ensure effective results from your beta testing efforts.


Beta testing is done during both the pull request and pre-release phases of development:

Testing Pull Requests

The project's open pull requests are listed here:

https://github.com/arduino/tooling-project-assets/pulls

Testing and review is always welcome.

Feedback

Feedback after beta testing a pull request is always valuable, regardless of which categories your findings fall under:

  • working as expected
  • problems encountered
  • areas for improvement

Please submit feedback related to the changes made in the pull request as a PR review:

https://docs.github.com/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews


If you discover problems or areas for improvement that are unrelated to the changes made by the PR (i.e., they also occur when using the pre-release version), please submit that feedback as an issue report instead of a review.

More information on issue reports

Testing Pre-Release

This repository is the central point of maintenance of the reusable assets, from which they continuously propagate to the "downstream" projects".

See the documentation associated with the specific assets of interest to learn more about their usage.

Feedback

If you discover any problems or areas for improvement please submit an issue report.

More information on issue reports