Skip to content

Commit

Permalink
Merge pull request #61 from hewol/issue-template
Browse files Browse the repository at this point in the history
make issue templates
  • Loading branch information
debarkak authored Jan 2, 2024
2 parents 88d510c + c8f5dbc commit a3c9115
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Bug report
about: Create a report to help us improve aerOS
title: "<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:
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit a3c9115

Please sign in to comment.