Unverified Commit d3850910 authored by Gavin John's avatar Gavin John
Browse files

.github: Use consistent (and correct) formatting across issue templates

parent f8486a3f
Loading
Loading
Loading
Loading
+22 −12
Original line number Diff line number Diff line
@@ -7,34 +7,44 @@ assignees: ''

---

### Describe the bug
A clear and concise description of what the bug is.
## Describe the bug

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

## Steps To Reproduce

### Steps To Reproduce
Steps to reproduce the behavior:

1. ...
2. ...
3. ...

### Expected behavior
A clear and concise description of what you expected to happen.
## Expected behavior

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

## Screenshots

<!-- If applicable, add screenshots to help explain your problem: -->

### Screenshots
If applicable, add screenshots to help explain your problem.
## Additional context

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

### Notify maintainers
## Metadata

<!-- Please insert the output of running `nix-shell -p nix-info --run "nix-info -m"` below this line -->

## Notify maintainers

<!--
Please @ people who are in the `meta.maintainers` list of the offending package or module.
If in doubt, check `git blame` for whoever last touched something.
-->

### Metadata
---

<!-- Please insert the output of running `nix-shell -p nix-info --run "nix-info -m"` below this line -->
Note for maintainers: Please tag this issue in your PR.

---

+20 −8
Original line number Diff line number Diff line
@@ -7,31 +7,43 @@ assignees: ''

---

### Steps To Reproduce
## Steps To Reproduce

Steps to reproduce the behavior:

1. build *X*

### Build log
## Build log

<!-- insert build log in code block in collapsable section -->

<details>

<summary>Build Log</summary>

```
log here if short otherwise a link to a gist
```

### Additional context
</details>

## Additional context

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

### Notify maintainers
## Metadata

<!-- Please insert the output of running `nix-shell -p nix-info --run "nix-info -m"` below this line -->

## Notify maintainers

<!--
Please @ people who are in the `meta.maintainers` list of the offending package or module.
If in doubt, check `git blame` for whoever last touched something.
-->

### Metadata
---

<!-- Please insert the output of running `nix-shell -p nix-info --run "nix-info -m"` below this line -->
Note for maintainers: Please tag this issue in your PR.

---

+9 −6
Original line number Diff line number Diff line
@@ -23,12 +23,9 @@ assignees: ''
- [ ] checked [open documentation issues] for possible duplicates
- [ ] checked [open documentation pull requests] for possible solutions

[latest Nixpkgs manual]: https://nixos.org/manual/nixpkgs/unstable/
[latest NixOS manual]: https://nixos.org/manual/nixos/unstable/
[nixpkgs-source]: https://github.com/NixOS/nixpkgs/tree/master/doc
[nixos-source]: https://github.com/NixOS/nixpkgs/tree/master/nixos/doc/manual
[open documentation issues]: https://github.com/NixOS/nixpkgs/issues?q=is%3Aissue+is%3Aopen+label%3A%229.needs%3A+documentation%22
[open documentation pull requests]: https://github.com/NixOS/nixpkgs/pulls?q=is%3Aopen+is%3Apr+label%3A%228.has%3A+documentation%22%2C%226.topic%3A+documentation%22
---

Note for maintainers: Please tag this issue in your PR.

---

@@ -36,3 +33,9 @@ Add a :+1: [reaction] to [issues you find important].

[reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/
[issues you find important]: https://github.com/NixOS/nixpkgs/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc
[latest Nixpkgs manual]: https://nixos.org/manual/nixpkgs/unstable/
[latest NixOS manual]: https://nixos.org/manual/nixos/unstable/
[nixpkgs-source]: https://github.com/NixOS/nixpkgs/tree/master/doc
[nixos-source]: https://github.com/NixOS/nixpkgs/tree/master/nixos/doc/manual
[open documentation issues]: https://github.com/NixOS/nixpkgs/issues?q=is%3Aissue+is%3Aopen+label%3A%229.needs%3A+documentation%22
[open documentation pull requests]: https://github.com/NixOS/nixpkgs/pulls?q=is%3Aopen+is%3Apr+label%3A%228.has%3A+documentation%22%2C%226.topic%3A+documentation%22
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@ assignees: ''

---

### Description
## Description

<!-- Describe what the module should accomplish: -->

### Notify maintainers
## Notify maintainers

<!-- If applicable, tag the maintainers of the package that corresponds to the module. If the search.nixos.org result shows no maintainers, tag the person that last updated the package. -->

+10 −3
Original line number Diff line number Diff line
@@ -7,23 +7,30 @@ assignees: ''

---

## Package Information

<!-- Search for the package here: https://search.nixos.org/packages?channel=unstable -->

- Package name:
- Latest released version:
<!-- Search your package here: https://search.nixos.org/packages?channel=unstable -->
- Current version on the unstable channel:
- Current version on the stable/release channel:

## Checklist

<!--
Type the name of your package and try to find an open pull request for the package
If you find an open pull request, you can review it!
There's a high chance that you'll have the new version right away while helping the community!
-->

- [ ] Checked the [nixpkgs pull requests](https://github.com/NixOS/nixpkgs/pulls)

**Notify maintainers**
## Notify maintainers

<!-- If the search.nixos.org result shows no maintainers, tag the person that last updated the package. -->

-----
---

Note for maintainers: Please tag this issue in your PR.

Loading