From d719bc626e0dc6932da9dc3dfc62c8ef8e36698d Mon Sep 17 00:00:00 2001 From: Mehdi Chaouch Date: Tue, 11 May 2021 19:39:06 +0200 Subject: [PATCH 1/3] Added "bug repport" template. --- .github/ISSUE_TEMPLATE/bug_report.md | 45 ++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..03652f5c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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 + +**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. + + + +**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. From e487e2fc25243cc35673fee4437155098dca0be0 Mon Sep 17 00:00:00 2001 From: Mehdi Chaouch Date: Tue, 11 May 2021 19:40:08 +0200 Subject: [PATCH 2/3] Added "feature request" template. --- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..8b76dbc1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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. From 121389e480442cff0895b2d55ad419f990bf768c Mon Sep 17 00:00:00 2001 From: Mehdi Chaouch Date: Tue, 11 May 2021 20:30:04 +0200 Subject: [PATCH 3/3] Add issues outer links --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..b2b9512c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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!