diff options
Diffstat (limited to 'fluent-bit/.github/ISSUE_TEMPLATE/feature_request.md')
-rw-r--r-- | fluent-bit/.github/ISSUE_TEMPLATE/feature_request.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/fluent-bit/.github/ISSUE_TEMPLATE/feature_request.md b/fluent-bit/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..db207e41 --- /dev/null +++ b/fluent-bit/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +<!--- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> + +**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. --> + +**Additional context** +<!--- How has this issue affected you? What are you trying to accomplish? --> +<!--- Providing context helps us come up with a solution that is most useful in the real world --> +<!--- Add any other context or screenshots about the feature request here. --> |