Skip to content

Commit

Permalink
Add GitHub Issue templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhorbulyk committed Jun 29, 2021
1 parent b9b1369 commit c7d4918
Show file tree
Hide file tree
Showing 5 changed files with 146 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug-report.md
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]
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/2-new-oih-action-or-trigger.md
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]
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/3-migration-to-new-api.md
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).]
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/4-other-feature-request.md
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]
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/5-internal-issue.md
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]

0 comments on commit c7d4918

Please sign in to comment.