mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2025-08-04 20:14:28 +02:00
Fix typos and grammar
This commit is contained in:
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -11,6 +11,7 @@ assignees: ''
|
|||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
**Versions**
|
**Versions**
|
||||||
|
|
||||||
* Mushroom-Strategy:
|
* Mushroom-Strategy:
|
||||||
* HACS:
|
* HACS:
|
||||||
* Mushroom:
|
* Mushroom:
|
||||||
|
13
.github/PULL_REQUEST_TEMPLATE.md
vendored
13
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -1,6 +1,7 @@
|
|||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> Follow the instructions inside the brackets and remove them.
|
> Follow the instructions inside the brackets and remove them.
|
||||||
> In the Title field above, Provide a succinct and descriptive title for the pull request, e.g., "Improve caching mechanism for API calls"
|
> In the Title field above, Provide a succinct and descriptive title for the pull request, e.g., "Improve caching
|
||||||
|
> mechanism for API calls"
|
||||||
>
|
>
|
||||||
> Follow the commit guidelines as described at https://github.com/DigiLive/gitChangelog/wiki/1-Introduction
|
> Follow the commit guidelines as described at https://github.com/DigiLive/gitChangelog/wiki/1-Introduction
|
||||||
|
|
||||||
@@ -11,9 +12,10 @@
|
|||||||
## Type of Change
|
## Type of Change
|
||||||
|
|
||||||
_Put an `x` in all boxes that apply_
|
_Put an `x` in all boxes that apply_
|
||||||
|
|
||||||
- [ ] New feature (non-breaking change which adds functionality)
|
- [ ] New feature (non-breaking change which adds functionality)
|
||||||
- [ ] Bug fix (non-breaking change which fixes an issue)
|
- [ ] Bug fix (non-breaking change which fixes an issue)
|
||||||
- [ ] Hot fix (corrects a major software bug or fault and should released as quickly as possible.)
|
- [ ] Hot fix (corrects a major software bug or fault and should be released as quickly as possible.)
|
||||||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
||||||
- [ ] Documentation update
|
- [ ] Documentation update
|
||||||
- [ ] Refactoring
|
- [ ] Refactoring
|
||||||
@@ -26,7 +28,7 @@ _Put an `x` in all boxes that apply_
|
|||||||
|
|
||||||
## Impact
|
## Impact
|
||||||
|
|
||||||
[Discuss the impact of your changes on the project. This might include effects on performance, new dependencies, or changes in behaviour.]
|
[Discuss the impact of your changes on the project. This might include effects on performance, new dependencies, or changes in behavior.]
|
||||||
|
|
||||||
## Additional Information
|
## Additional Information
|
||||||
|
|
||||||
@@ -36,7 +38,10 @@ _Put an `x` in all boxes that apply_
|
|||||||
## Checklist
|
## Checklist
|
||||||
|
|
||||||
_Put an `x` in all boxes that apply_
|
_Put an `x` in all boxes that apply_
|
||||||
- [ ] My code adheres to the [coding and style guidelines](https://github.com/AalianKhan/mushroom-strategy/blob/main/CONTRIBUTING.md) of the project.
|
|
||||||
|
- [ ] My code adheres to
|
||||||
|
the [coding and style guidelines](https://github.com/AalianKhan/mushroom-strategy/blob/main/CONTRIBUTING.md) of the
|
||||||
|
project.
|
||||||
- [ ] I have performed a self-review of my own code.
|
- [ ] I have performed a self-review of my own code.
|
||||||
- [ ] I have commented my code, particularly in hard-to-understand areas.
|
- [ ] I have commented my code, particularly in hard-to-understand areas.
|
||||||
- [ ] I have made corresponding changes to the documentation.
|
- [ ] I have made corresponding changes to the documentation.
|
||||||
|
@@ -38,7 +38,7 @@ decisions when appropriate.
|
|||||||
|
|
||||||
## Scope
|
## Scope
|
||||||
|
|
||||||
This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing
|
This Code of Conduct applies within all community spaces and also applies when an individual is officially representing
|
||||||
the community in public spaces. Examples of representing our community include using an official e-mail address, posting
|
the community in public spaces. Examples of representing our community include using an official e-mail address, posting
|
||||||
via an official social media account, or acting as an appointed representative at an online or offline event.
|
via an official social media account, or acting as an appointed representative at an online or offline event.
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ This means properties are added/removed from the originals and subtypes may have
|
|||||||
The [Apache 2.0 License](https://github.com/home-assistant/frontend/blob/dev/LICENSE.md) applies to all files in this
|
The [Apache 2.0 License](https://github.com/home-assistant/frontend/blob/dev/LICENSE.md) applies to all files in this
|
||||||
directory.
|
directory.
|
||||||
|
|
||||||
Copyright 2023 Ferry Cools
|
Copyright 2023 Ferry Cools
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
Reference in New Issue
Block a user