Home Explore Blog CI



nix

1st chunk of `.github/ISSUE_TEMPLATE/bug_report.md`
30e0ac627c03dad65e493a5a64ac21b240c14858884bfdcb000000010000042d
---
name: Bug report
about: Report unexpected or incorrect behaviour
title: ''
labels: bug
assignees: ''

---

## Describe the bug

<!--
  A clear and concise description of what the bug is.

  If you have a problem with a specific package or NixOS,
  you probably want to file an issue at https://github.com/NixOS/nixpkgs/issues.
-->

## Steps To Reproduce

<!--
  Example:

  1. Clone this repository: ...
  2. Run `nix-... ...`
  3. Observe unexpected behaviour
-->

## Expected behavior

<!-- A clear and concise description of what you expected to happen. -->

## Metadata

<!-- Please insert the output of running `nix-env --version` below this line -->

## Additional context

<!-- Add any other context about the problem here. -->

## Checklist

<!-- make sure this issue is not redundant or obsolete -->

- [ ] checked [latest Nix manual] \([source])
- [ ] checked [open bug issues and pull requests] for possible duplicates


---

Add :+1: to [issues you find important](https://github.com/NixOS/nix/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc).

Title: Bug Report Template for Nix Repository
Summary
This is a template for reporting bugs in the Nix repository. It includes sections for describing the bug, steps to reproduce, expected behavior, metadata (Nix version), additional context, and a checklist to ensure the issue is not redundant. It also encourages users to check the Nix manual and existing issues/pull requests before submitting a new bug report and to add +1 to important issues.