Files
RTOS/.gitea/ISSUE_TEMPLATE/feature_request.md
T
root ca13734bf0 Add full automotive RTOS project
Add kernel (Cortex-M0/M3/M4, Tricore, S32K, RISC-V ports), drivers,
middleware (CAN stack, diagnostics, safety), applications, board
support, build/test tooling, and documentation.
2026-08-23 03:35:29 -04:00

615 B

.gitea/ISSUE_TEMPLATE/feature_request.md

---
name: Feature Request
about: Suggest an idea for this project
title: '[FEATURE] '
labels: enhancement
assignees: ''
---

## Feature Description

<!-- A clear and concise description of the feature -->

## Problem Statement

<!-- What problem does this feature solve? -->

## Proposed Solution

<!-- How should this feature work? -->

## Alternative Solutions

<!-- Are there alternative solutions you've considered? -->

## API Design

<!-- If applicable, provide proposed API design -->

```c
// Proposed API
KernelStatus_t new_feature_function(void);