diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d1587865..f83845ff 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,33 +2,32 @@ name: Bug report about: Create a report to help us improve title: '' -labels: '' +labels: 'bug' assignees: '' --- -# Describe the bug -A clear and concise description of what the bug is. +# Description + # Environment -OS: the OS + version you’re running Kubescape on, e.g Ubuntu 22.04 LTS -Version: the version that Kubescape reports when you run `kubescape version` -``` -Your current version is: -``` - +OS: ` ` +Version: ` ` + # Steps To Reproduce + # Expected behavior -A clear and concise description of what you expected to happen. + # Actual Behavior -A clear and concise description of what happened. If applicable, add screenshots to help explain your problem. + # Additional context -Add any other context about the problem here. + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index a1a4f3e1..a68651eb 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,18 +2,23 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: '' +labels: 'feature' 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. +## Overview + -**Describe alternatives you've considered.**
- > A clear and concise description of any alternative solutions or features you've considered. +## Problem + -**Additional context.**
- > Add any other context or screenshots about the feature request here. +## Solution + + +## Alternatives + + +## Additional context + + \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3e3ec6b2..53ec1b6b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,13 +1,39 @@ -## Describe your changes +## Overview + -## Screenshots - If Any (Optional) + -* Resolved # + + + + + + + + +put an [x] in the box to get it checked - [ ] My code follows the style guidelines of this project - [ ] I have commented on my code, particularly in hard-to-understand areas @@ -16,3 +42,6 @@ - [ ] New and existing unit tests pass locally with my changes **Please open the PR against the `dev` branch (Unless the PR contains only documentation changes)** + +--> + \ No newline at end of file