diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md new file mode 100644 index 0000000..8688f0d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-bug-report.md @@ -0,0 +1,47 @@ +--- +name: "\U0001F41B Bug Report" +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + + + +# 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] diff --git a/.github/ISSUE_TEMPLATE/2-new-oih-action-or-trigger.md b/.github/ISSUE_TEMPLATE/2-new-oih-action-or-trigger.md new file mode 100644 index 0000000..9eedeec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-new-oih-action-or-trigger.md @@ -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: '' + +--- + + + +# 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] diff --git a/.github/ISSUE_TEMPLATE/3-migration-to-new-api.md b/.github/ISSUE_TEMPLATE/3-migration-to-new-api.md new file mode 100644 index 0000000..5296d26 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-migration-to-new-api.md @@ -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: '' + +--- + + + +# 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).] diff --git a/.github/ISSUE_TEMPLATE/4-other-feature-request.md b/.github/ISSUE_TEMPLATE/4-other-feature-request.md new file mode 100644 index 0000000..0382682 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4-other-feature-request.md @@ -0,0 +1,23 @@ +--- +name: "\U0001F680 Other Feature Request" +about: Suggest an idea for this component +title: '' +labels: enhancement +assignees: '' + +--- + + + +# Other Feature Request + +## Description + +[Description of the enhancement] + +## Definition of Done + +[What you expected to be implemented] diff --git a/.github/ISSUE_TEMPLATE/5-internal-issue.md b/.github/ISSUE_TEMPLATE/5-internal-issue.md new file mode 100644 index 0000000..c7a0d61 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/5-internal-issue.md @@ -0,0 +1,23 @@ +--- +name: "\U0001F4A9 Internal Issue" +about: Suggest an internal technical issue/enhancement +title: '' +labels: '' +assignees: '' + +--- + + + +# Internal Issue/Enhancement + +## Description + +[Description of the enhancement] + +## Definition of Done + +[What you expected to be implemented] diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cbb494..3b02b6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.0.1 (July 27, 2021) +* Version to replace 3.0.0 on production + ## 2.2.0 (April 23, 2021) * Add pipe to list of separators in `Write CSV attachment from JSON Array` and `Write CSV attachment from JSON Object` actions * Bump dependencies diff --git a/component.json b/component.json index c234880..fda66d7 100644 --- a/component.json +++ b/component.json @@ -3,7 +3,7 @@ "description": "A comma-separated values (CSV) file stores tabular data (numbers and text) in plain-text form", "docsUrl": "https://github.com/elasticio/csv-component", "buildType": "docker", - "version": "2.2.0", + "version": "3.0.1", "triggers": { "read": { "main": "./lib/triggers/read.js",