Add new section
This commit is contained in:
parent
311ac66b34
commit
2ea5ae88eb
1 changed files with 6 additions and 0 deletions
|
@ -11,6 +11,8 @@ footer: true
|
||||||
|
|
||||||
This page documents a couple of points for maintaining the Home Assistant code. Most of the tasks don't need to be performed on a regular base thus the steps, used tools, or details are preserved here.
|
This page documents a couple of points for maintaining the Home Assistant code. Most of the tasks don't need to be performed on a regular base thus the steps, used tools, or details are preserved here.
|
||||||
|
|
||||||
|
## {% linkable_title Source code %}
|
||||||
|
|
||||||
### {% linkable_title Line separator %}
|
### {% linkable_title Line separator %}
|
||||||
|
|
||||||
People are using various operating systems to develop components and platforms for Home Assistant. This could lead to different line endings on file. We prefer `LN`. Especially Microsoft Windows tools tend to use `CRLF`.
|
People are using various operating systems to develop components and platforms for Home Assistant. This could lead to different line endings on file. We prefer `LN`. Especially Microsoft Windows tools tend to use `CRLF`.
|
||||||
|
@ -39,4 +41,8 @@ $ script/gen_requirements_all.py
|
||||||
Start a test run of Home Assistant. If that was successful, include all files in a Pull Request. Add a short summary of the changes, a sample configuration entry, details about the tests you performed to ensure the update works, and other useful information to the description.
|
Start a test run of Home Assistant. If that was successful, include all files in a Pull Request. Add a short summary of the changes, a sample configuration entry, details about the tests you performed to ensure the update works, and other useful information to the description.
|
||||||
|
|
||||||
|
|
||||||
|
## {% linkable_title Documentation %}
|
||||||
|
|
||||||
|
- Merge `current` into `next` on a regular base.
|
||||||
|
- Optimize the images.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue