diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6bc34713..00f284cd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,25 +8,25 @@ assignees: Ralim --- **Describe the bug** -A clear and concise description of what the bug is. + **To Reproduce** -Steps to reproduce the behavior: + **Expected behavior** -A clear and concise description of what you expected to happen. + **Details on your device:** + - Device: [e.g. TS80/Pinecil etc] - Release: [eg 2.15.40087E6] - Power adapter being used: - -Note you can grab these from the debug menu. + - If this is an acceleromter related issue, please include its model number here: **Additional context** -Add any other context about the problem here. + diff --git a/.github/ISSUE_TEMPLATE/everything-else--questions--notes-etc-.md b/.github/ISSUE_TEMPLATE/everything-else--questions--notes-etc-.md index 440f1f67..1a1c7fd6 100644 --- a/.github/ISSUE_TEMPLATE/everything-else--questions--notes-etc-.md +++ b/.github/ISSUE_TEMPLATE/everything-else--questions--notes-etc-.md @@ -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.** + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 259c5294..f0608cd9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -8,13 +8,13 @@ assignees: Ralim --- **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 [...] + **Describe the solution you'd like** -A clear and concise description of what you want to happen. + **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. + diff --git a/Documentation/DebugMenu.md b/Documentation/DebugMenu.md index d9bcb3fe..d2751a05 100644 --- a/Documentation/DebugMenu.md +++ b/Documentation/DebugMenu.md @@ -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. -- MMA = MMA8652 -- LIS = LIS2DH12 -- BMA = BMA223 -- MSA = MSA301 -- SC7 = SC7A20 -- 99 = None detected (running in fallback without movement detection) +- MMA8652 +- LIS2DH12 +- BMA223 +- MSA301 +- SC7A20 +- None detected -> running in fallback without movement detection +- Scanning -> Still searching I2C for one ### PWR diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 09867702..b80d237a 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,17 +1,17 @@ -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** - [] The changes have been tested locally - [] There are no breaking changes * **What kind of change does this PR introduce?** -(Bug fix, feature, docs update, ...) + * **What is the current behavior?** -(You can also link to an open issue here) + * **What is the new behavior (if this is a feature change)?**