doc: move CONTRIBUTING.md, CHANGELOG.md to root path

This commit is contained in:
topsworld 2024-12-18 20:45:07 +08:00
parent 2c37fb63ca
commit fce67ba2da
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# CHANGELOG
## 0.1.2
## v0.1.2
### Added
- Support Xiaomi Heater devices. https://github.com/XiaoMi/ha_xiaomi_home/issues/124 https://github.com/XiaoMi/ha_xiaomi_home/issues/117
- Language supports pt, pt-BR.
@ -8,7 +8,7 @@
- Adjust the minimum version of HASS core to 2024.4.4 and above versions.
### Fixed
## 0.1.1
## v0.1.1
### Added
### Changed
### Fixed
@ -18,7 +18,7 @@
- fix invalid cover status. https://github.com/XiaoMi/ha_xiaomi_home/issues/11 https://github.com/XiaoMi/ha_xiaomi_home/issues/85
- water heater entity add STATE_OFF. https://github.com/XiaoMi/ha_xiaomi_home/issues/105 https://github.com/XiaoMi/ha_xiaomi_home/issues/17
## 0.1.0
## v0.1.0
### Added
- first version
### Changed

View File

@ -1,6 +1,6 @@
# Contribution Guidelines
[English](./CONTRIBUTING.md) | [简体中文](./CONTRIBUTING_zh.md)
[English](./CONTRIBUTING.md) | [简体中文](./doc/CONTRIBUTING_zh.md)
Thank you for considering contributing to our project! We appreciate your efforts to make our project better.

View File

@ -376,8 +376,8 @@ Example:
## Documents
- [License](./LICENSE.md)
- Contribution Guidelines: [English](./doc/CONTRIBUTING.md) | [简体中文](./doc/CONTRIBUTING_zh.md)
- [ChangeLog](./doc/CHANGELOG.md)
- Contribution Guidelines: [English](./CONTRIBUTING.md) | [简体中文](./doc/CONTRIBUTING_zh.md)
- [ChangeLog](./CHANGELOG.md)
- Development Documents: https://developers.home-assistant.io/docs/creating_component_index
## Directory Structure