.github/ISSUE_TEMPLATE: Improvements
This commit is contained in:
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -26,6 +26,7 @@ If applicable, add screenshots to help explain your problem.
|
|||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
|
|
||||||
### Notify maintainers
|
### Notify maintainers
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Please @ people who are in the `meta.maintainers` list of the offending package or module.
|
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.
|
If in doubt, check `git blame` for whoever last touched something.
|
||||||
|
|||||||
7
.github/ISSUE_TEMPLATE/build_failure.md
vendored
7
.github/ISSUE_TEMPLATE/build_failure.md
vendored
@@ -1,31 +1,36 @@
|
|||||||
---
|
---
|
||||||
name: Build failure
|
name: Build failure
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
title: ''
|
title: 'Build failure: PACKAGENAME'
|
||||||
labels: '0.kind: build failure'
|
labels: '0.kind: build failure'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Steps To Reproduce
|
### Steps To Reproduce
|
||||||
|
|
||||||
Steps to reproduce the behavior:
|
Steps to reproduce the behavior:
|
||||||
1. build *X*
|
1. build *X*
|
||||||
|
|
||||||
### Build log
|
### Build log
|
||||||
|
|
||||||
```
|
```
|
||||||
log here if short otherwise a link to a gist
|
log here if short otherwise a link to a gist
|
||||||
```
|
```
|
||||||
|
|
||||||
### Additional context
|
### Additional context
|
||||||
|
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
|
|
||||||
### Notify maintainers
|
### Notify maintainers
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Please @ people who are in the `meta.maintainers` list of the offending package or module.
|
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.
|
If in doubt, check `git blame` for whoever last touched something.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
### Metadata
|
### Metadata
|
||||||
|
|
||||||
Please run `nix-shell -p nix-info --run "nix-info -m"` and paste the result.
|
Please run `nix-shell -p nix-info --run "nix-info -m"` and paste the result.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
|||||||
10
.github/ISSUE_TEMPLATE/missing_documentation.md
vendored
10
.github/ISSUE_TEMPLATE/missing_documentation.md
vendored
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: Missing or incorrect documentation
|
name: Missing or incorrect documentation
|
||||||
about: Help us improve the Nixpkgs and NixOS reference manuals
|
about: Help us improve the Nixpkgs and NixOS reference manuals
|
||||||
title: ''
|
title: 'Documentation request: '
|
||||||
labels: '9.needs: documentation'
|
labels: '9.needs: documentation'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
@@ -11,6 +11,10 @@ assignees: ''
|
|||||||
|
|
||||||
<!-- describe your problem -->
|
<!-- describe your problem -->
|
||||||
|
|
||||||
|
## Proposal
|
||||||
|
|
||||||
|
<!-- propose a solution (optional) -->
|
||||||
|
|
||||||
## Checklist
|
## Checklist
|
||||||
|
|
||||||
<!-- make sure this issue is not redundant or obsolete -->
|
<!-- make sure this issue is not redundant or obsolete -->
|
||||||
@@ -26,7 +30,3 @@ assignees: ''
|
|||||||
[open documentation issues]: https://github.com/NixOS/nixpkgs/issues?q=is%3Aissue+is%3Aopen+label%3A%229.needs%3A+documentation%22
|
[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
|
[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
|
||||||
|
|
||||||
## Proposal
|
|
||||||
|
|
||||||
<!-- propose a solution -->
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,24 +1,29 @@
|
|||||||
---
|
---
|
||||||
name: Out-of-date package reports
|
name: Out-of-date package reports
|
||||||
about: For packages that are out-of-date
|
about: For packages that are out-of-date
|
||||||
title: ''
|
title: 'Update request: PACKAGENAME OLDVERSION → NEWVERSION'
|
||||||
labels: '9.needs: package (update)'
|
labels: '9.needs: package (update)'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
##### Package details
|
||||||
|
|
||||||
|
- Package name:
|
||||||
|
<!--
|
||||||
|
Search your package here: https://search.nixos.org/packages?channel=unstable
|
||||||
|
|
||||||
|
If there already is an open PR for the package, take this version as the current one and link to the PR
|
||||||
|
-->
|
||||||
|
- Current version:
|
||||||
|
- Desired version:
|
||||||
|
|
||||||
|
<!-- If this is a backporting request, fill in this section, otherwise remove it -->
|
||||||
|
- [ ] This is a backporting request.
|
||||||
|
- Current stable version:
|
||||||
|
|
||||||
###### Checklist
|
###### Checklist
|
||||||
|
|
||||||
<!-- Note that these are hard requirements -->
|
|
||||||
|
|
||||||
<!--
|
|
||||||
You can use the "Go to file" functionality on GitHub to find the package
|
|
||||||
Then you can go to the history for this package
|
|
||||||
Find the latest "package_name: old_version -> new_version" commit
|
|
||||||
The "new_version" is the current version of the package
|
|
||||||
-->
|
|
||||||
- [ ] Checked the [nixpkgs master branch](https://github.com/NixOS/nixpkgs)
|
|
||||||
<!--
|
<!--
|
||||||
Type the name of your package and try to find an open pull request for the package
|
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!
|
If you find an open pull request, you can review it!
|
||||||
@@ -26,20 +31,9 @@ There's a high chance that you'll have the new version right away while helping
|
|||||||
-->
|
-->
|
||||||
- [ ] Checked the [nixpkgs pull requests](https://github.com/NixOS/nixpkgs/pulls)
|
- [ ] Checked the [nixpkgs pull requests](https://github.com/NixOS/nixpkgs/pulls)
|
||||||
|
|
||||||
###### Project name
|
##### Notify maintainers
|
||||||
`nix search` name:
|
|
||||||
<!--
|
|
||||||
The current version can be found easily with the same process as above for checking the master branch
|
|
||||||
If an open PR is present for the package, take this version as the current one and link to the PR
|
|
||||||
-->
|
|
||||||
current version:
|
|
||||||
desired version:
|
|
||||||
|
|
||||||
###### Notify maintainers
|
<!-- If the search.nixos.org result shows no maintainers, tag the person that last updated the package -->
|
||||||
<!--
|
|
||||||
Search your package here: https://search.nixos.org/packages?channel=unstable
|
|
||||||
If no maintainer is listed for your package, tag the person that last updated the package
|
|
||||||
-->
|
|
||||||
|
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
||||||
|
|||||||
5
.github/ISSUE_TEMPLATE/packaging_request.md
vendored
5
.github/ISSUE_TEMPLATE/packaging_request.md
vendored
@@ -1,14 +1,15 @@
|
|||||||
---
|
---
|
||||||
name: Packaging requests
|
name: Packaging requests
|
||||||
about: For packages that are missing
|
about: For packages that are missing
|
||||||
title: ''
|
title: 'Package request: PACKAGENAME'
|
||||||
labels: '0.kind: packaging request'
|
labels: '0.kind: packaging request'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Project description**
|
**Project description**
|
||||||
_describe the project a little_
|
|
||||||
|
<!-- Describe the project a little: -->
|
||||||
|
|
||||||
**Metadata**
|
**Metadata**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user