···11+---
22+name: "\U0001F41B Bug report"
33+about: Something's not working
44+title: 'fix: '
55+labels: bug
66+assignees: danielroe
77+---
88+99+**🐛 The bug**
1010+What isn't working? Describe what the bug is.
1111+1212+**🛠️ To reproduce**
1313+Steps to reproduce the behavior:
1414+1515+1. Go to '...'
1616+2. Click on '....'
1717+3. Scroll down to '....'
1818+4. See error
1919+2020+I'd be very grateful for a link to a gist or repo that reproduces the bug.
2121+2222+**🌈 Expected behaviour**
2323+What did you expect to happen? Is there a section in the docs about this?
2424+2525+**ℹ️ Additional context**
2626+Add any other context about the problem here.
+17
.github/ISSUE_TEMPLATE/---documentation.md
···11+---
22+name: "\U0001F4DA Documentation"
33+about: How do I ... ?
44+title: 'docs: '
55+labels: documentation
66+assignees: danielroe
77+88+---
99+1010+**📚 Is your documentation request related to a problem? Please describe.**
1111+A clear and concise description of what the problem is. Ex. I feel I should be able to [...] but I can't see how to do it from the docs.
1212+1313+**🔍 Where should you find it?**
1414+What page of the docs do you expect this information to be found on?
1515+1616+**ℹ️ Additional context**
1717+Add any other context or information.
+21
.github/ISSUE_TEMPLATE/---feature-suggestion.md
···11+---
22+name: "\U0001F195 Feature suggestion"
33+about: Suggest an idea
44+title: 'feat: '
55+labels: enhancement
66+assignees: danielroe
77+88+---
99+1010+**🆒 Your use case**
1111+Add a description of your use case, and how this feature would help you.
1212+> Ex. When I do [...] I would expect to be able to do [...]
1313+1414+**🆕 The solution you'd like**
1515+Describe what you want to happen.
1616+1717+**🔍 Alternatives you've considered**
1818+Have you considered any alternative solutions or features?
1919+2020+**ℹ️ Additional info**
2121+Is there any other context you think would be helpful to know?
+16
.github/ISSUE_TEMPLATE/---help-wanted.md
···11+---
22+name: "\U0001F198 Help"
33+about: I need help with ...
44+title: 'help: '
55+labels: help
66+assignees: danielroe
77+---
88+99+**📚 What are you trying to do? Please describe.**
1010+A clear and concise description of your objective. Ex. I'm not sure how to [...].
1111+1212+**🔍 What have you tried?**
1313+Have you looked through the docs? Tried different approaches? The more detail the better.
1414+1515+**ℹ️ Additional context**
1616+Add any other context or information.