summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md40
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml7
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md11
3 files changed, 58 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 000000000..997dc5438
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,40 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+Thanks! for testing out CircuitPython. Now that you have got a problem... you can
+file a bug report for it. Feel free to modify the below format to better suit your issue.
+Also, don't forget to remove me... :)
+
+**Firmware**
+
+```python
+Adafruit CircuitPython 6.2.0-beta.2 on 2021-03-01; Raspberry Pi Pico with rp2040
+```
+**Code/REPL**
+
+```python
+import busio, bitbangio
+i2c = bitbangio.I2C(board.GP1, board.GP0)
+```
+**Behavior**
+
+```python
+Traceback (most recent call last):
+ File "<stdin>", line 1, in <module>
+TimeoutError: Clock stretch too long
+```
+**Description** _(optional)_
+
+- Error while using i2c...
+- Only happens when...
+- might be related to #4291...
+
+**Additional Info** _(optional)_
+
+Any other information like hardware connection, scope output etc.
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 000000000..138fa4c1b
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,7 @@
+contact_links:
+ - name: Adafruit Forum
+ url: https://forums.adafruit.com/
+ about: Not sure if a bug is indeed a bug... post it here.
+ - name: Adafruit Discord
+ url: https://adafru.it/discord
+ about: Similar to the forum but more exposure and prompt replies.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 000000000..c6a79ffa0
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,11 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+We are always adding new features and enhancements to CircuitPython 🚀
+and would love ❤ to see what new challenge you have got for us... 🙂