Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork49
Use form-based issue templates#55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
56 changes: 56 additions & 0 deletions.github/ISSUE_TEMPLATE/bug-report.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,56 @@ | ||
| # Source: https://github.com/arduino/tooling-project-assets/blob/main/issue-templates/forms/general/bug-report.yml | ||
| # See: https://docs.github.com/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms | ||
| name: Bug report | ||
| description: Report a problem with the code or documentation in this repository. | ||
| labels: | ||
| - "type: imperfection" | ||
| body: | ||
| - type: textarea | ||
| id: description | ||
| attributes: | ||
| label: Describe the problem | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: reproduce | ||
| attributes: | ||
| label: To reproduce | ||
| description: Provide the specific set of steps we can follow to reproduce the problem. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: expected | ||
| attributes: | ||
| label: Expected behavior | ||
| description: What would you expect to happen after following those instructions? | ||
| validations: | ||
| required: true | ||
| - type: input | ||
| id: project-version | ||
| attributes: | ||
| label: The examples version | ||
| description: | | ||
| Which version of the "built-in examples" are you using? | ||
| _This should be the most recent version available._ | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: additional | ||
| attributes: | ||
| label: Additional context | ||
| description: Add any additional information here. | ||
| validations: | ||
| required: false | ||
| - type: checkboxes | ||
| id: checklist | ||
| attributes: | ||
| label: Issue checklist | ||
| description: Please double-check that you have done each of the following things before submitting the issue. | ||
| options: | ||
| - label: I searched for previous reports in [the issue tracker](https://github.com/arduino/arduino-examples/issues?q=) | ||
| required: true | ||
| - label: I verified the problem still occurs when using the latest version | ||
| required: true | ||
| - label: My report contains all necessary details | ||
| required: true |
14 changes: 14 additions & 0 deletions.github/ISSUE_TEMPLATE/config.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # Source: https://github.com/arduino/tooling-project-assets/blob/main/issue-templates/template-choosers/general/config.yml | ||
| # See: https://docs.github.com/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser | ||
| blank_issues_enabled: false | ||
| contact_links: | ||
| - name: Learn about using this project | ||
| url: https://github.com/arduino/arduino-examples#readme | ||
| about: Detailed usage documentation is available here. | ||
| - name: Support request | ||
| url: https://forum.arduino.cc/ | ||
| about: We can help you out on the Arduino Forum! | ||
| - name: Discuss development work on the project | ||
| url: https://groups.google.com/a/arduino.cc/g/developers | ||
| about: Arduino Developers Mailing List |
51 changes: 51 additions & 0 deletions.github/ISSUE_TEMPLATE/feature-request.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| # Source: https://github.com/arduino/tooling-project-assets/blob/main/issue-templates/forms/general/bug-report.yml | ||
| # See: https://docs.github.com/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms | ||
| name: Feature request | ||
| description: Suggest an enhancement to this project. | ||
| labels: | ||
| - "type: enhancement" | ||
| body: | ||
| - type: textarea | ||
| id: description | ||
| attributes: | ||
| label: Describe the request | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: current | ||
| attributes: | ||
| label: Describe the current behavior | ||
| description: | | ||
| What is the current behavior of the project in relation to your request? | ||
| How can we reproduce that behavior? | ||
| validations: | ||
| required: true | ||
| - type: input | ||
| id: project-version | ||
| attributes: | ||
| label: The examples version | ||
| description: | | ||
| Which version of the "built-in examples" are you using? | ||
| _This should be the most recent version available._ | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: additional | ||
| attributes: | ||
| label: Additional context | ||
| description: Add any additional information here. | ||
| validations: | ||
| required: false | ||
| - type: checkboxes | ||
| id: checklist | ||
| attributes: | ||
| label: Issue checklist | ||
| description: Please double-check that you have done each of the following things before submitting the issue. | ||
| options: | ||
| - label: I searched for previous requests in [the issue tracker](https://github.com/arduino/arduino-examples/issues?q=) | ||
| required: true | ||
| - label: I verified the feature was still missing when using the latest version | ||
| required: true | ||
| - label: My request contains all necessary details | ||
| required: true |
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.