-
Notifications
You must be signed in to change notification settings - Fork 630
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'google:master' into deprecate-inline-row-separators
- Loading branch information
Showing
103 changed files
with
503 additions
and
222 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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,52 @@ | ||
name: Report a bug 🐛 | ||
description: Create a report to help us improve | ||
labels: 'type: bug, triage' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: > | ||
Thank you for taking the time to fill out a bug report! | ||
If you have a question about how to use Blockly in your application, | ||
please ask on the [forum](https://groups.google.com/forum/#!forum/blockly) instead of filing an issue. | ||
- type: checkboxes | ||
id: duplicates | ||
attributes: | ||
label: Check for duplicates | ||
options: | ||
- label: I have searched for similar issues before opening a new one. | ||
- type: textarea | ||
id: component | ||
attributes: | ||
label: Component | ||
description: Which component has a bug? | ||
placeholder: e.g. workspace search plugin, custom generator codelab, RTL demo | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Please provide a clear and concise description of the bug. | ||
placeholder: What happened? What did you expect to happen? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: repro | ||
attributes: | ||
label: Reproduction steps | ||
description: What steps should we take to reproduce the issue? | ||
value: | | ||
1. | ||
2. | ||
3. | ||
- type: textarea | ||
id: stack-trace | ||
attributes: | ||
label: Stack trace | ||
description: If you saw an error message or stack trace, please include it here. | ||
placeholder: The text in this section will be formatted automatically; no need to include backticks. | ||
render: shell | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots | ||
description: Screenshots can help us see the behavior you're describing. Please add a screenshot or gif, especially if you are describing a rendering or visual bug. | ||
placeholder: Paste or drag-and-drop an image to upload it. |
This file contains 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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Ask a question ❓ | ||
url: https://groups.google.com/forum/#!forum/blockly | ||
about: Go to the Blockly developer forum, where you can ask and answer questions. |
This file was deleted.
Oops, something went wrong.
This file contains 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,45 @@ | ||
name: Make a feature request ✨ | ||
description: Suggest an idea for this project | ||
labels: 'type: feature request, triage' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: > | ||
Thank you for taking the time to fill out a feature request! | ||
If you have a question about how to use Blockly in your application, | ||
please ask on the [forum](https://groups.google.com/forum/#!forum/blockly) instead of filing an issue. | ||
- type: checkboxes | ||
id: duplicates | ||
attributes: | ||
label: Check for duplicates | ||
options: | ||
- label: I have searched for similar issues before opening a new one. | ||
- type: textarea | ||
id: component | ||
attributes: | ||
label: Component | ||
description: Which component does this request apply to? | ||
placeholder: e.g. workspace search plugin, custom generator codelab, RTL demo | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: Problem | ||
description: Is your feature request related to a problem? Please describe. | ||
placeholder: I'm always frustrated when... | ||
- type: textarea | ||
id: request | ||
attributes: | ||
label: Request | ||
description: Describe your feature request and how it solves your problem. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Alternatives considered | ||
description: Describe any alternative solutions or features you've considered. | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the feature request here. |
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.