Skip to content
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

Templates for GitHub issues #226

Merged
merged 3 commits into from
May 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
name: 🐛 Report a bug
about: Create a bug report to help improve pynab
title: ''
labels: bug
assignees: ''

---

**Version of pynab:** v0.xx.xx

Comment on lines +10 to +11
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be useful to also add the Raspberry Pi OS/kernel version (Version info from the System Information web page) to this template.

**Version of Nabaztag:**

- [ ] Nabaztag (v1)
- [ ] Nabaztag:Tag (v2)

**Version of TagTagTag:**

- [ ] Maker Faire 2018
- [ ] Ulule 05/2019

**The problem**
Describe the issue you are experiencing here. Tell us what you were trying to do step by step, and what happened that you did not expect. Provide a clear and concise description of what the problem is and include as many details as possible.

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshot(s)/video(s) showing the problem**
If applicable, add screenshot(s)/video(s) to help explain your problem.

<!-- If applicable, always include if unsure. -->

**Device, Browser and version of browser, operating system running browser:**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Additional information & file uploads**
Add any other context about the problem here.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
contact_links:
- name: 🤔 Have questions or need support with pynab?
url: https://github.com/nabaztag2018/pynab/discussions
about: Please get in touch on the Discussions page!
- name: 🗣 Have questions or need support with Nabaztag or TagTagTag?
url: http://tagtagtag.fr/forum/
about: Please get in touch on the TagTagTag Community Forums!
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: 💡 Request a feature
about: Request a new feature to implement in pynab
title: ''
labels: feature request
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Eg, "I'm always frustrated when [...]".

**Describe the solution you'd like**
A clear and concise description of what you want to happen. Explain why it needs to be included in pynab's core and can't become a new service.

**Describe alternatives you've considered**
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.