mirror of
https://github.com/NixOS/nix
synced 2025-07-10 17:13:53 +02:00
39 lines
1.1 KiB
Markdown
39 lines
1.1 KiB
Markdown
---
|
|
name: Feature request
|
|
about: Suggest a new feature
|
|
title: ''
|
|
labels: feature
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
## Is your feature request related to a problem?
|
|
|
|
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
|
|
|
|
## Proposed solution
|
|
|
|
<!-- A clear and concise description of what you want to happen. -->
|
|
|
|
## Alternative solutions
|
|
|
|
<!-- 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. -->
|
|
|
|
## Checklist
|
|
|
|
<!-- make sure this issue is not redundant or obsolete -->
|
|
|
|
- [ ] checked [latest Nix manual] \([source])
|
|
- [ ] checked [open feature issues and pull requests] for possible duplicates
|
|
|
|
[latest Nix manual]: https://nixos.org/manual/nix/unstable/
|
|
[source]: https://github.com/NixOS/nix/tree/master/doc/manual/source
|
|
[open feature issues and pull requests]: https://github.com/NixOS/nix/labels/feature
|
|
|
|
---
|
|
|
|
Add :+1: to [issues you find important](https://github.com/NixOS/nix/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc).
|