Skip to content

Commit 109492c

Browse files
authored
Add GitHub Issue Templates. (#56)
1 parent bc48d20 commit 109492c

File tree

5 files changed

+146
-0
lines changed

5 files changed

+146
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
name: "\U0001F41B Bug Report"
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
<!---
11+
How to Report Bugs and Suggest Product & Ecosystem Improvements:
12+
https://paper.dropbox.com/doc/How-to-Report-Bugs-and-Suggest-Product-Ecosystem-Improvements--BGV4EfgBmCf9BEYOFHOonxxGAQ-l7r9iojTkeAovyib1xY5s
13+
-->
14+
15+
# Component Bug Report
16+
17+
## Description
18+
19+
[Description of the bug]
20+
21+
## Component Version
22+
23+
[
24+
Version of the component running when the below steps to reproduce were performed
25+
Platform version running when/installation name where the below steps were reproduced
26+
Credentials used
27+
]
28+
29+
## Steps to Reproduce
30+
31+
1.
32+
2.
33+
3.
34+
4.
35+
5.
36+
37+
## Actual Result
38+
39+
[What actually happened]
40+
41+
## Expected Result
42+
43+
[What you expected to happen]
44+
45+
## Workaround(s)
46+
47+
[Any known workaround(s) to circumvent the above issue]
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: "\U0001F3ED New OIH Action or Trigger"
3+
about: Request a new action or trigger to be added to the component
4+
title: 'Add OIH Action/Trigger: {Action/Trigger Name}'
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!---
11+
How to Report Bugs and Suggest Product & Ecosystem Improvements:
12+
https://paper.dropbox.com/doc/How-to-Report-Bugs-and-Suggest-Product-Ecosystem-Improvements--BGV4EfgBmCf9BEYOFHOonxxGAQ-l7r9iojTkeAovyib1xY5s
13+
-->
14+
15+
# New OIH Action or Trigger: {Action/Trigger Name}
16+
[OIH Standard](https://github.com/elasticio/Connectors/blob/master/Adapters/AdapterBehaviorStandardization/StandardizedActionsAndTriggers.md#{Section})
17+
18+
## Config Fields
19+
* {Field Name} ({Field Type}, {optional/required}): {Additional Info}
20+
21+
## Input Metadata
22+
* {Field Name} ({Field Type}, {optional/required}): {Additional Info}
23+
24+
## Output Metadata
25+
* [List of items to appear in the output]
26+
27+
## Implementation Notes
28+
29+
## Related API Documentation
30+
* [Links to related API documentation]
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: "\U0001F440 Migration to Use New API Features"
3+
about: If the underlying API changes and work is needed to migrate to a new version
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!---
11+
How to Report Bugs and Suggest Product & Ecosystem Improvements:
12+
https://paper.dropbox.com/doc/How-to-Report-Bugs-and-Suggest-Product-Ecosystem-Improvements--BGV4EfgBmCf9BEYOFHOonxxGAQ-l7r9iojTkeAovyib1xY5s
13+
-->
14+
15+
# Migration to Use New API Features
16+
17+
## Description
18+
19+
[Description of the changes needed]
20+
21+
## Due Date
22+
23+
[Date at which the migration must be completed (if the component currently uses an API that is being depricated).]
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: "\U0001F680 Other Feature Request"
3+
about: Suggest an idea for this component
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
<!---
11+
How to Report Bugs and Suggest Product & Ecosystem Improvements:
12+
https://paper.dropbox.com/doc/How-to-Report-Bugs-and-Suggest-Product-Ecosystem-Improvements--BGV4EfgBmCf9BEYOFHOonxxGAQ-l7r9iojTkeAovyib1xY5s
13+
-->
14+
15+
# Other Feature Request
16+
17+
## Description
18+
19+
[Description of the enhancement]
20+
21+
## Definition of Done
22+
23+
[What you expected to be implemented]
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: "\U0001F4A9 Internal Issue"
3+
about: Suggest an internal technical issue/enhancement
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!---
11+
How to Report Bugs and Suggest Product & Ecosystem Improvements:
12+
https://paper.dropbox.com/doc/How-to-Report-Bugs-and-Suggest-Product-Ecosystem-Improvements--BGV4EfgBmCf9BEYOFHOonxxGAQ-l7r9iojTkeAovyib1xY5s
13+
-->
14+
15+
# Internal Issue/Enhancement
16+
17+
## Description
18+
19+
[Description of the enhancement]
20+
21+
## Definition of Done
22+
23+
[What you expected to be implemented]

0 commit comments

Comments
 (0)