Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
nlef committed Feb 7, 2022
2 parents 49c506f + 07e0a1a commit 9147b2c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
17 changes: 16 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,29 @@ body:
1. What did you do?
2. What happened?
3. What did you expect to happen instead? It might be obvious to you, but do it anyway!
4. **Add your telegram.log as well as well as the output of ** `sudo journalctl -r -u moonraker-telegram-bot`.
4. **Add your telegram.log as well as well as the output of** `sudo journalctl -r -u moonraker-telegram-bot`.
- Write down the steps to reproduce the bug if you know them.
- Does it happen always, once, or sometimes?
placeholder: Don't be shy, tell us!
validations:
required: true
- type: textarea
id: log
attributes:
label: If needed, paste the relevant bot log contents here.
description: |
If you think your issue is caused by a bug or software errors, please attach the bot log.
placeholder: Paste telegram.log contents here.
- type: textarea
id: journalctl
attributes:
label: If needed, paste the relevant bot journal contents here.
description: |
If you think your issue is caused by a bug or software errors, please attach the journal content
You can get it by entering `sudo journalctl -r -u moonraker-telegram-bot` into the console.
placeholder: Paste journal contents here.
- type: dropdown
id: version
attributes:
Expand Down
6 changes: 3 additions & 3 deletions scripts/base_install_template
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ bot_token: AweSomeBotToken
log_path: some_log_path

[camera]
flipVertically: false
flipHorizontally: false
videoDuration: 15
flip_vertically: false
flip_horizontally: false
video_duration: 15

[progress_notification]
percent: 5
Expand Down

0 comments on commit 9147b2c

Please sign in to comment.