forked from arendst/Tasmota
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
537 changed files
with
31,502 additions
and
27,103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Tasmota Docs | ||
url: https://tasmota.github.io/docs/#/ | ||
about: All the information related to Tasmota | ||
- name: Tasmota Support Chat | ||
url: https://discord.gg/Ks2Kzd4 | ||
about: Chat for feedback, questions and troubleshooting. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
## Description: | ||
|
||
**Related issue (if applicable):** fixes #<Sonoff-Tasmota issue number goes here> | ||
**Related issue (if applicable):** fixes #<Tasmota issue number goes here> | ||
|
||
## Checklist: | ||
- [ ] The pull request is done against the latest dev branch | ||
- [ ] Only relevant files were touched | ||
- [ ] Only one feature/fix was added per PR. | ||
- [ ] The code change is tested and works on core pre-2.6 | ||
- [ ] The code change is tested and works on core 2.6.1 | ||
- [ ] The code change pass travis tests. **Your PR cannot be merged unless tests pass** | ||
- [ ] I accept the [CLA](https://github.com/arendst/Sonoff-Tasmota/blob/development/CONTRIBUTING.md#contributor-license-agreement-cla). | ||
- [ ] I accept the [CLA](https://github.com/arendst/Tasmota/blob/development/CONTRIBUTING.md#contributor-license-agreement-cla). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Configuration for sentiment-bot - https://github.com/behaviorbot/sentiment-bot | ||
|
||
# *Required* toxicity threshold between 0 and .99 with the higher numbers being the most toxic | ||
# Anything higher than this threshold will be marked as toxic and commented on | ||
sentimentBotToxicityThreshold: .7 | ||
|
||
# *Required* Comment to reply with | ||
sentimentBotReplyComment: > | ||
Please be sure to review the code of conduct and be respectful of other users. | ||
# Note: the bot will only work if your repository has a Code of Conduct |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# CLOSE ISSUE BOT | ||
# --------------- | ||
# A bot which helps you to close issues that don't include some specific contents. | ||
# See how to use it in https://github.com/offu/close-issue-app. | ||
|
||
# Comment that will be sent if an issue is judged to be closed. | ||
comment: >- | ||
This issue has been automatically closed because the issue template is missing or incomplete. | ||
Filling the template is required so standard questions don't need to be asked again each time. | ||
Our ability to provide assistance is greatly hampered if few minutes are not taken to complete the issue template | ||
with the requested information. The details requested potentially affect which options to pursue. The small amount | ||
of time you spend completing the template will also help the volunteers providing the assistance to you, to reduce | ||
the time required to help you. | ||
Please, could you be so kind on completing the [issue template](https://github.com/arendst/Tasmota/issues/new/choose) in order to have more information so as to properly help you? | ||
Thank you for taking the time to report, hopefully it can be resolved soon. | ||
[Support Information](https://github.com/arendst/Sonoff-Tasmota/blob/development/SUPPORT.md) | ||
[Wiki](https://tasmota.github.io/docs/#/) for more information. | ||
[Chat](https://discord.gg/Ks2Kzd4) for more user experience. | ||
[Community](https://groups.google.com/d/forum/sonoffusers) for forum. | ||
[Code of Conduct](https://github.com/arendst/Sonoff-Tasmota/blob/development/CODE_OF_CONDUCT.md) | ||
[Contributing Guideline and Policy](https://github.com/arendst/Sonoff-Tasmota/blob/development/CONTRIBUTING.md) | ||
issueConfigs: | ||
# There can be several configs for different kind of issues. | ||
- content: | ||
# template 1: bug report | ||
- "PROBLEM DESCRIPTION" | ||
- "REQUESTED INFORMATION" | ||
- "TO REPRODUCE" | ||
- "EXPECTED BEHAVIOUR" | ||
- content: | ||
# template 2: feature request | ||
- "Have you looked for this feature in other issues and in the wiki" | ||
- "Describe the solution you'd like" | ||
|
||
# Optional configuration: | ||
# | ||
# whether the keywords are case-insensitive | ||
# default value is false, which means keywords are case-sensitive | ||
caseInsensitive: true | ||
# the label that will be added when the bot close an issue | ||
# The bot will only add a label if this property is set. | ||
label: "template missing/incomplete" | ||
# The issue is judged to be legal if it includes all keywords from any of these two configs. | ||
# Or it will be closed by the app. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
tasks: | ||
- before: pip install -U platformio | ||
command: platformio run -e sonoff | ||
command: platformio run -e tasmota |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.