···11+---
22+name: Bug report
33+about: Create a report to help us improve
44+title: ""
55+labels: bug
66+assignees: mrshmllow
77+---
88+99+**Describe the bug**
1010+A clear and concise description of what the bug is.
1111+1212+**Output of `wire --version`:**
1313+1414+**Output of `nix --version`:**
1515+1616+**nixpkgs version:**
1717+1818+**To Reproduce**
1919+Steps to reproduce the behavior:
2020+2121+1. Write '...'
2222+2. Run command '....'
2323+3. See error
2424+2525+Include links to code.
2626+2727+**Expected behavior**
2828+A clear and concise description of what you expected to happen.
2929+3030+**Additional context**
3131+Add any other context about the problem here.
+19
.github/ISSUE_TEMPLATE/feature_request.md
···11+---
22+name: Feature request
33+about: Suggest an idea for this project
44+title: ""
55+labels: enhancement
66+assignees: mrshmllow
77+---
88+99+**Is your feature request related to a problem? Please describe.**
1010+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1111+1212+**Describe the solution you'd like**
1313+A clear and concise description of what you want to happen.
1414+1515+**Describe alternatives you've considered**
1616+A clear and concise description of any alternative solutions or features you've considered.
1717+1818+**Additional context**
1919+Add any other context or screenshots about the feature request here.