-
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
3 changed files
with
121 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
name: Bug report | ||
description: Create a report to help us improve | ||
title: "[BUG]" | ||
labels: Bug | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please complete this form as fully and as accurately as possible. The more complete it is the quicker the problem will likely be solved. | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Describe the bug | ||
description: >- | ||
Describe the issue you are experiencing here, to communicate to the | ||
maintainers. Tell us what you were trying to do and what happened. | ||
Provide a clear and concise description of what the problem is. | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: To reproduce | ||
description: >- | ||
Steps to reproduce the behavior. | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Expected bahavior | ||
description: >- | ||
A clear and concise description of what you expected to happen. | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Environment | ||
- type: input | ||
id: ms365version | ||
validations: | ||
required: true | ||
attributes: | ||
label: What version of the MS365 To Do has the issue? | ||
placeholder: version | ||
description: > | ||
Can be found in: HACS ⇒ Integrations ⇒ MS365 To Do | ||
- type: input | ||
attributes: | ||
label: What was the last working version of MS365 To Do Integration? | ||
placeholder: version | ||
description: > | ||
If known, otherwise leave blank. | ||
- type: input | ||
id: haversion | ||
validations: | ||
required: true | ||
attributes: | ||
label: What version of Home Assistant Core has the issue? | ||
placeholder: core- | ||
description: > | ||
Can be found in: [Settings ⇒ System ⇒ Repairs ⇒ Three Dots in Upper Right ⇒ System information](https://my.home-assistant.io/redirect/system_health/). | ||
[![Open your Home Assistant instance and show the system information.](https://my.home-assistant.io/badges/system_health.svg)](https://my.home-assistant.io/redirect/system_health/) | ||
- type: textarea | ||
attributes: | ||
label: Configuration | ||
description: >- | ||
Assuming you have the diagnostics enabled in your install, you can download your configuration from the | ||
Device dialogue by clicking on the three dots at bottom right of the Device Info card. | ||
render: jsono | ||
|
||
- type: textarea | ||
attributes: | ||
label: Anything in the logs that might be useful for us? | ||
description: For example, error message, or stack traces. Also look for O365 errors. | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
description: > | ||
If you have any additional information for us, use the field below. | ||
render: txt |
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Community questions | ||
url: https://community.home-assistant.io/t/office-365-calendar-access | ||
about: If you've got a general question, ask it in the Home Assistant Community forum. |
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,32 @@ | ||
name: Feature Request | ||
description: Suggest an idea for this project | ||
title: "[Feature Request]" | ||
labels: Feature Request | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please complete this form as fully as possible. The more information you supply, the more likely it will be understood and acted upon. | ||
- type: textarea | ||
attributes: | ||
label: Is your feature request related to a problem? | ||
description: > | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Describe the solution you'd like. | ||
description: > | ||
A clear and concise description of what you want to happen | ||
- type: textarea | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: > | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: > | ||
Add any other context or screenshots about the feature request here. |