diff --git a/ISSUE_TEMPLATE/bug_report.yml b/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..8074cbc --- /dev/null +++ b/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,49 @@ +name: Bug report +description: Create a report to help us improve +labels: [bug] +body: + - type: textarea + id: describe-the-bug + attributes: + label: Describe the bug + description: | + A clear and concise description of what the bug is. + placeholder: | + When I do `A` Profiler/Profiler Agent does `B`. I expect it to do `C`. + validations: + required: true + - type: textarea + id: to-reproduce + attributes: + label: To Reproduce + description: | + Steps to reproduce the behavior. + If reproducing an issue requires some specific configuration file, please paste it here. + placeholder: | + Steps to reproduce the behavior. + validations: + required: true + - type: textarea + id: version + attributes: + label: Version + description: | + Check the `version.txt` file inside the profiler agent directory. + validations: + required: true + - type: textarea + id: logs + attributes: + label: Logs + description: | + Check if any warnings or errors were logged by Profiler + validations: + required: false + - type: textarea + id: additional-info + attributes: + label: Additional information + placeholder: | + Additional information that doesn't fit elsewhere + validations: + required: false \ No newline at end of file diff --git a/ISSUE_TEMPLATE/feature_request.yml b/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..68a2cb6 --- /dev/null +++ b/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,43 @@ +name: Feature request +description: Suggest an idea for this project +labels: [enhancement] +body: + - type: textarea + id: describe-the-problem + attributes: + label: Is your feature request related to a problem? Please describe + description: | + A clear and concise description of what the problem is. + placeholder: | + Ex. I'm always frustrated when [...] + validations: + required: false + - type: textarea + id: describe-the-solution + attributes: + label: Describe the solution you'd like + description: | + A clear and concise description of what you want to happen. + validations: + required: true + - type: textarea + id: alternative-solutions + attributes: + label: Describe alternatives you've considered + description: | + A clear and concise description of any alternative solutions or features you've considered. + placeholder: | + I have tried to do `A`, but that doesn't solve a problem completely. + I have tried to do `A` and `B`, but implementing this would be better. + validations: + required: false + - type: textarea + id: feature-additional-info + attributes: + label: Additional information + description: | + Additional information which you consider helpful for implementing this feature. + placeholder: | + Add any other context or screenshots about the feature request here. + validations: + required: false \ No newline at end of file