This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push: new 023c592d Issue templates 023c592d is described below commit 023c592d7c8d5f166a812f868ce21edd852e325d Author: Marat Gubaidullin <ma...@talismancloud.io> AuthorDate: Fri Apr 12 10:07:29 2024 -0400 Issue templates --- .github/DISCUSSION_TEMPLATE | 0 .github/ISSUE_TEMPLATE/bug_report.md | 33 ++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 26 +++++++++++++++++++ .github/ISSUE_TEMPLATE/issue_template.md | 42 ++++++++++++++++++++----------- 4 files changed, 87 insertions(+), 14 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE b/.github/DISCUSSION_TEMPLATE new file mode 100644 index 00000000..e69de29b diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..f7a07a87 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Environment (please complete the following information):** + - Karavan version: [4.4.0] + - Type: [Application, VS Code Extension] + - Container Management: [e.g. Docker, Kubernetes if applicable] + - OS: [e.g. Linux, MacOS, Windows if applicable] + +**Additional context** +Add any other context about the problem here. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..09ac4c71 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,26 @@ + +--- +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. + +**Environment (please complete the following information):** + - Type: [Application, VS Code Extension] + - Container Management: [e.g. Docker, Kubernetes if applicable] + - OS: [e.g. Linux, MacOS, Windows if applicable] + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md index f6679fec..f7a07a87 100644 --- a/.github/ISSUE_TEMPLATE/issue_template.md +++ b/.github/ISSUE_TEMPLATE/issue_template.md @@ -1,19 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' -<!-- -PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ---> -**Environment** -- Karavan version: X.Y.Z -- Platform: <!-- Mac, Linux, Windows --> +--- -**Current behavior** -<!-- Describe how the issue manifests. --> +**Describe the bug** +A clear and concise description of what the bug is. -**Expected/desired behavior** -<!-- Describe what the desired behavior would be. --> +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error -**Minimal reproduction of the problem with instructions** -<!-- Describe how to reproduce the problem --> +**Expected behavior** +A clear and concise description of what you expected to happen. -* Others: -<!-- Anything else relevant? --> +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Environment (please complete the following information):** + - Karavan version: [4.4.0] + - Type: [Application, VS Code Extension] + - Container Management: [e.g. Docker, Kubernetes if applicable] + - OS: [e.g. Linux, MacOS, Windows if applicable] + +**Additional context** +Add any other context about the problem here. \ No newline at end of file