-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added report feedback button to
WebvizPluginABC
(#445)
- Loading branch information
1 parent
32d80cd
commit 7c2be2d
Showing
3 changed files
with
129 additions
and
23 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<!-- ⚠️ DO NOT INCLUDE DATA/SCREENSHOTS THAT CAN'T BE PUBLICLY AVAILABLE. --> | ||
|
||
<!-- You can erase any parts of this template not applicable to your report. --> | ||
|
||
### 🐞 Bug report: | ||
|
||
<!-- Remove this section if you are filling in a 💡 feature request. --> | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**How to reproduce** | ||
Steps to reproduce the behavior. | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
--- | ||
|
||
### 💡 Feature request: | ||
|
||
<!-- Remove this section if you are filling in a 🐞 bug report. --> | ||
|
||
**Is your feature request related to a problem? Please describe** | ||
A clear and concise description of what the problem is. | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
--- | ||
|
||
### 🔖 Version information | ||
|
||
* **Plugin name:** `{{plugin_name}}` | ||
* **Plugin project version:** `{{dist_name}}=={{dist_version}}` | ||
* **Plugin project dependencies:** | ||
```{% for dependency, version in dependencies.items() %} | ||
{{dependency}}=={{version}} | ||
{%- endfor %} | ||
``` |