From c8f5dbc283db5735a90edd1afcb8f8918f40196e Mon Sep 17 00:00:00 2001 From: Debarka Kundu Date: Tue, 2 Jan 2024 11:22:45 +0530 Subject: [PATCH] make issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 35 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 26 +++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..dddfe1cb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: Create a report to help us improve aerOS +title: "" +labels: bug +assignees: Preetam-Das, piotr25691, debarkak + +--- + +# Bug Report + +## Description + +Please provide a clear and concise description of the bug. + +## Steps to Reproduce + +Please list the steps to reproduce the bug, including the commands or actions you performed. + + +## Expected Behavior + +Please describe what you expected to happen. + +## Actual Behavior + +Please describe what actually happened, including any error messages or screenshots. + +## Environment + +Please provide the following information: + +- aerOS version: +- Kernel version: +- Hardware specifications: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..fa724e8a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,26 @@ +--- +name: Feature request +about: Suggest an idea for aerOS +title: '' +labels: enhancement +assignees: Preetam-Das, piotr25691, debarkak + +--- + +# Feature request + +## 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 + +Add any other context or screenshots about the feature request here.