diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 19a857b..fbbcb24 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,6 +11,7 @@ assignees: '' A clear and concise description of what the bug is. **Versions** + * Mushroom-Strategy: * HACS: * Mushroom: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6d98bc0..a8e365b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,7 @@ > [!NOTE] > 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 @@ -11,9 +12,10 @@ ## Type of Change _Put an `x` in all boxes that apply_ + - [ ] New feature (non-breaking change which adds functionality) - [ ] 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) - [ ] Documentation update - [ ] Refactoring @@ -26,7 +28,7 @@ _Put an `x` in all boxes that apply_ ## 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 @@ -36,7 +38,10 @@ _Put an `x` in all boxes that apply_ ## Checklist _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 commented my code, particularly in hard-to-understand areas. - [ ] I have made corresponding changes to the documentation. diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index d1d9d70..40a77a0 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -38,7 +38,7 @@ decisions when appropriate. ## 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 via an official social media account, or acting as an appointed representative at an online or offline event. diff --git a/src/types/homeassistant/README.md b/src/types/homeassistant/README.md index 2e556c8..5f3f9e7 100644 --- a/src/types/homeassistant/README.md +++ b/src/types/homeassistant/README.md @@ -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 directory. -Copyright 2023 Ferry Cools +Copyright 2023 Ferry Cools Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.