PowerTools/.github/ISSUE_TEMPLATE/feature-request.md

18 lines
626 B
Markdown

---
name: Feature Request
about: Suggest a tool to add
title: ''
labels: enhancement
assignees: ''
---
**Describe what you'd like to be able to do**
A clear and concise description of what you want. E.g. I'd like to be able to select how many CPU cores are enabled.
**Describe alternatives you've considered**
A clear and concise description of any alternatives you've considered. E.g. Enabling and disabling CPU cores with another computer connected over SSH.
**Additional context**
Description of how can this be done. E.g. This can be accomplished with `echo {0 or 1} > /sys/devices/system/cpu/cpu{cpu_number}/online`.