Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 2.15 KB

issues.md

File metadata and controls

33 lines (23 loc) · 2.15 KB

Issue Report Guide


❗ Do you need help or have a question about using this project? Support requests should be made to the Arduino Forum.


High quality bug reports and feature requests are valuable contributions to this project. These can be made by submitting an issue report to the project's GitHub repository:

https://github.com/arduino/arduino-ide/issues/new/choose

Before Reporting an Issue

Qualities of an Excellent Report

  • Concise and descriptive issue title.
    Vague titles make it difficult to decipher the purpose of the issue when looking through the list of reports, which might result in your issue not being given proper attention.
  • Describe the issue and what behavior you were expecting.
    Include the full and exact text of any relevant error or warning messages you might have encountered.
  • Provide a full set of steps necessary to reproduce the issue.
    Demonstration code or commands should be complete and simplified to the minimum necessary to reproduce the issue.
  • Be responsive.
    We may need you to provide additional information in order to investigate and resolve the issue.
    Make sure your GitHub account is configured so that you will receive notifications of responses to your issue report.
  • If you find a solution to your problem, please comment on your issue report with an explanation of how you were able to fix it, then close the issue.