Quick fix of docs
This commit is contained in:
14
.github/ISSUE_TEMPLATE/bug_report.md
vendored
14
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -8,25 +8,25 @@ assignees: Ralim
|
|||||||
---
|
---
|
||||||
|
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
A clear and concise description of what the bug is.
|
<!-- A clear and concise description of what the bug is. -->
|
||||||
|
|
||||||
**To Reproduce**
|
**To Reproduce**
|
||||||
Steps to reproduce the behavior:
|
<!-- Steps to reproduce the behavior:
|
||||||
1. Go to '...'
|
1. Go to '...'
|
||||||
2. Click on '....'
|
2. Click on '....'
|
||||||
3. Scroll down to '....'
|
3. Scroll down to '....'
|
||||||
4. See error
|
4. See error -->
|
||||||
|
|
||||||
**Expected behavior**
|
**Expected behavior**
|
||||||
A clear and concise description of what you expected to happen.
|
<!-- A clear and concise description of what you expected to happen. -->
|
||||||
|
|
||||||
|
|
||||||
**Details on your device:**
|
**Details on your device:**
|
||||||
|
<!-- You can get these from the debug menu by holding the rear button down and then using the front one to cycle through-->
|
||||||
- Device: [e.g. TS80/Pinecil etc]
|
- Device: [e.g. TS80/Pinecil etc]
|
||||||
- Release: [eg 2.15.40087E6]
|
- Release: [eg 2.15.40087E6]
|
||||||
- Power adapter being used:
|
- Power adapter being used:
|
||||||
|
- If this is an acceleromter related issue, please include its model number here:
|
||||||
Note you can grab these from the debug menu.
|
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
Add any other context about the problem here.
|
<!-- Add any other context about the problem here. -->
|
||||||
|
|||||||
@@ -7,4 +7,4 @@ assignees: ''
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Questions are preferred to be kept to the discussions tab where possible, but otherwise go for it. be polite and as clear as possible.**
|
<!-- **Questions are preferred to be kept to the discussions tab where possible, but otherwise go for it. be polite and as clear as possible.** -->
|
||||||
|
|||||||
8
.github/ISSUE_TEMPLATE/feature_request.md
vendored
8
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -8,13 +8,13 @@ assignees: Ralim
|
|||||||
---
|
---
|
||||||
|
|
||||||
**Is your feature request related to a problem? Please describe.**
|
**Is your feature request related to a problem? Please describe.**
|
||||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
|
||||||
|
|
||||||
**Describe the solution you'd like**
|
**Describe the solution you'd like**
|
||||||
A clear and concise description of what you want to happen.
|
<!-- A clear and concise description of what you want to happen. -->
|
||||||
|
|
||||||
**Describe alternatives you've considered**
|
**Describe alternatives you've considered**
|
||||||
A clear and concise description of any alternative solutions or features you've considered.
|
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
Add any other context or screenshots about the feature request here.
|
<!-- Add any other context or screenshots about the feature request here. -->
|
||||||
|
|||||||
@@ -56,12 +56,13 @@ The input voltage as read by the internal ADC. Can be used to sanity check its b
|
|||||||
|
|
||||||
This indicates the accelerometer that is fitted inside the unit.
|
This indicates the accelerometer that is fitted inside the unit.
|
||||||
|
|
||||||
- MMA = MMA8652
|
- MMA8652
|
||||||
- LIS = LIS2DH12
|
- LIS2DH12
|
||||||
- BMA = BMA223
|
- BMA223
|
||||||
- MSA = MSA301
|
- MSA301
|
||||||
- SC7 = SC7A20
|
- SC7A20
|
||||||
- 99 = None detected (running in fallback without movement detection)
|
- None detected -> running in fallback without movement detection
|
||||||
|
- Scanning -> Still searching I2C for one
|
||||||
|
|
||||||
### PWR
|
### PWR
|
||||||
|
|
||||||
|
|||||||
@@ -1,17 +1,17 @@
|
|||||||
|
|
||||||
Please try and fill out this template where possible, not all fields are required and can be removed.
|
<!-- Please try and fill out this template where possible, not all fields are required and can be removed. -->
|
||||||
|
|
||||||
* **Please check if the PR fulfills these requirements**
|
* **Please check if the PR fulfills these requirements**
|
||||||
- [] The changes have been tested locally
|
- [] The changes have been tested locally
|
||||||
- [] There are no breaking changes
|
- [] There are no breaking changes
|
||||||
|
|
||||||
* **What kind of change does this PR introduce?**
|
* **What kind of change does this PR introduce?**
|
||||||
(Bug fix, feature, docs update, ...)
|
<!-- (Bug fix, feature, docs update, ...) -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* **What is the current behavior?**
|
* **What is the current behavior?**
|
||||||
(You can also link to an open issue here)
|
<!-- (You can also just link to an open issue here) -->
|
||||||
|
|
||||||
* **What is the new behavior (if this is a feature change)?**
|
* **What is the new behavior (if this is a feature change)?**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user