-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
146 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
name: "\U0001F41B Bug Report" | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!--- | ||
How to Report Bugs and Suggest Product & Ecosystem Improvements: | ||
https://paper.dropbox.com/doc/How-to-Report-Bugs-and-Suggest-Product-Ecosystem-Improvements--BGV4EfgBmCf9BEYOFHOonxxGAQ-l7r9iojTkeAovyib1xY5s | ||
--> | ||
|
||
# Component Bug Report | ||
|
||
## Description | ||
|
||
[Description of the bug] | ||
|
||
## Component Version | ||
|
||
[ | ||
Version of the component running when the below steps to reproduce were performed | ||
Platform version running when/installation name where the below steps were reproduced | ||
Credentials used | ||
] | ||
|
||
## Steps to Reproduce | ||
|
||
1. | ||
2. | ||
3. | ||
4. | ||
5. | ||
|
||
## Actual Result | ||
|
||
[What actually happened] | ||
|
||
## Expected Result | ||
|
||
[What you expected to happen] | ||
|
||
## Workaround(s) | ||
|
||
[Any known workaround(s) to circumvent the above issue] |
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,30 @@ | ||
--- | ||
name: "\U0001F3ED New OIH Action or Trigger" | ||
about: Request a new action or trigger to be added to the component | ||
title: 'Add OIH Action/Trigger: {Action/Trigger Name}' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!--- | ||
How to Report Bugs and Suggest Product & Ecosystem Improvements: | ||
https://paper.dropbox.com/doc/How-to-Report-Bugs-and-Suggest-Product-Ecosystem-Improvements--BGV4EfgBmCf9BEYOFHOonxxGAQ-l7r9iojTkeAovyib1xY5s | ||
--> | ||
|
||
# New OIH Action or Trigger: {Action/Trigger Name} | ||
[OIH Standard](https://github.com/elasticio/Connectors/blob/master/Adapters/AdapterBehaviorStandardization/StandardizedActionsAndTriggers.md#{Section}) | ||
|
||
## Config Fields | ||
* {Field Name} ({Field Type}, {optional/required}): {Additional Info} | ||
|
||
## Input Metadata | ||
* {Field Name} ({Field Type}, {optional/required}): {Additional Info} | ||
|
||
## Output Metadata | ||
* [List of items to appear in the output] | ||
|
||
## Implementation Notes | ||
|
||
## Related API Documentation | ||
* [Links to related API documentation] |
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,23 @@ | ||
--- | ||
name: "\U0001F440 Migration to Use New API Features" | ||
about: If the underlying API changes and work is needed to migrate to a new version | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!--- | ||
How to Report Bugs and Suggest Product & Ecosystem Improvements: | ||
https://paper.dropbox.com/doc/How-to-Report-Bugs-and-Suggest-Product-Ecosystem-Improvements--BGV4EfgBmCf9BEYOFHOonxxGAQ-l7r9iojTkeAovyib1xY5s | ||
--> | ||
|
||
# Migration to Use New API Features | ||
|
||
## Description | ||
|
||
[Description of the changes needed] | ||
|
||
## Due Date | ||
|
||
[Date at which the migration must be completed (if the component currently uses an API that is being depricated).] |
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,23 @@ | ||
--- | ||
name: "\U0001F680 Other Feature Request" | ||
about: Suggest an idea for this component | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!--- | ||
How to Report Bugs and Suggest Product & Ecosystem Improvements: | ||
https://paper.dropbox.com/doc/How-to-Report-Bugs-and-Suggest-Product-Ecosystem-Improvements--BGV4EfgBmCf9BEYOFHOonxxGAQ-l7r9iojTkeAovyib1xY5s | ||
--> | ||
|
||
# Other Feature Request | ||
|
||
## Description | ||
|
||
[Description of the enhancement] | ||
|
||
## Definition of Done | ||
|
||
[What you expected to be implemented] |
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,23 @@ | ||
--- | ||
name: "\U0001F4A9 Internal Issue" | ||
about: Suggest an internal technical issue/enhancement | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!--- | ||
How to Report Bugs and Suggest Product & Ecosystem Improvements: | ||
https://paper.dropbox.com/doc/How-to-Report-Bugs-and-Suggest-Product-Ecosystem-Improvements--BGV4EfgBmCf9BEYOFHOonxxGAQ-l7r9iojTkeAovyib1xY5s | ||
--> | ||
|
||
# Internal Issue/Enhancement | ||
|
||
## Description | ||
|
||
[Description of the enhancement] | ||
|
||
## Definition of Done | ||
|
||
[What you expected to be implemented] |