ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update issue templates (#114)

authored by

marshmallow and committed by
GitHub
00d43462 6081a6f3

+50
+31
.github/ISSUE_TEMPLATE/bug_report.md
··· 1 + --- 2 + name: Bug report 3 + about: Create a report to help us improve 4 + title: "" 5 + labels: bug 6 + assignees: mrshmllow 7 + --- 8 + 9 + **Describe the bug** 10 + A clear and concise description of what the bug is. 11 + 12 + **Output of `wire --version`:** 13 + 14 + **Output of `nix --version`:** 15 + 16 + **nixpkgs version:** 17 + 18 + **To Reproduce** 19 + Steps to reproduce the behavior: 20 + 21 + 1. Write '...' 22 + 2. Run command '....' 23 + 3. See error 24 + 25 + Include links to code. 26 + 27 + **Expected behavior** 28 + A clear and concise description of what you expected to happen. 29 + 30 + **Additional context** 31 + Add any other context about the problem here.
+19
.github/ISSUE_TEMPLATE/feature_request.md
··· 1 + --- 2 + name: Feature request 3 + about: Suggest an idea for this project 4 + title: "" 5 + labels: enhancement 6 + assignees: mrshmllow 7 + --- 8 + 9 + **Is your feature request related to a problem? Please describe.** 10 + A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 11 + 12 + **Describe the solution you'd like** 13 + A clear and concise description of what you want to happen. 14 + 15 + **Describe alternatives you've considered** 16 + A clear and concise description of any alternative solutions or features you've considered. 17 + 18 + **Additional context** 19 + Add any other context or screenshots about the feature request here.