mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2026-08-08 23:13:19 +02:00
6aea6e71b6
- Add canonical agent and contributor documentation. - Modernize issue and pull request templates. - Skip CI for documentation and issue-template-only changes.
56 lines
1.6 KiB
YAML
56 lines
1.6 KiB
YAML
---
|
|
name: Feature request
|
|
description: Propose a focused improvement to supported repository behavior.
|
|
title: "[Feature]: "
|
|
labels:
|
|
- enhancement
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Describe the use case before proposing an implementation. Search existing issues and discussions first.
|
|
|
|
- type: checkboxes
|
|
id: prerequisites
|
|
attributes:
|
|
label: Prerequisites
|
|
options:
|
|
- label: I searched existing issues and discussions for this request.
|
|
required: true
|
|
- label: This request is about reusable project behavior, not support for one private environment.
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem or use case
|
|
description: What limitation exists, who encounters it, and why does it matter?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: proposal
|
|
attributes:
|
|
label: Proposed behavior
|
|
description: Describe the desired user-visible result. Include example variables or commands when useful.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives considered
|
|
description: Describe workarounds or other designs and their tradeoffs.
|
|
|
|
- type: textarea
|
|
id: compatibility
|
|
attributes:
|
|
label: Compatibility and operational impact
|
|
description: Note affected operating systems, architectures, CNIs, existing clusters, or reset behavior.
|
|
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Additional context
|
|
description: Add relevant upstream documentation, examples, or prior discussion.
|