-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update issue and pull request templates #11917
Open
Pandapip1
wants to merge
1
commit into
NixOS:master
Choose a base branch
from
Pandapip1:update-issue-template-consistent-with-nixpkgs
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+72
−29
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,51 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
about: Report unexpected or incorrect behaviour | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
## Describe the bug | ||
|
||
A clear and concise description of what the bug is. | ||
<!-- | ||
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. | ||
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** | ||
## Steps To Reproduce | ||
|
||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
## Expected behavior | ||
|
||
A clear and concise description of what you expected to happen. | ||
<!-- A clear and concise description of what you expected to happen. --> | ||
|
||
**`nix-env --version` output** | ||
## Metadata | ||
|
||
**Additional context** | ||
<!-- Please insert the output of running `nix-env --version` below this line --> | ||
|
||
Add any other context about the problem here. | ||
## Additional context | ||
|
||
**Priorities** | ||
<!-- 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 | ||
|
||
[latest Nix manual]: https://nixos.org/manual/nix/unstable/ | ||
[source]: https://github.com/NixOS/nix/tree/master/doc/manual/source | ||
[open bug issues and pull requests]: https://github.com/NixOS/nix/labels/bug | ||
|
||
--- | ||
|
||
Add :+1: to [issues you find important](https://github.com/NixOS/nix/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,39 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
about: Suggest a new feature | ||
title: '' | ||
labels: feature | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
## Is your feature request related to a problem? | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
## Proposed solution | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. | ||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
**Priorities** | ||
## 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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps this should be in a comment as well.