Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Joakim Sørensen <[email protected]>
  • Loading branch information
c0ffeeca7 and ludeeus committed Jun 18, 2024
1 parent 9278105 commit e42cda1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions source/docs/contribute/backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ The backend repository is hosted @ https://github.com/hacs/integration

## Target branch for contributor PRs

When contributing to the backend, target your PR against the `{{ config.remote_branch }}` branch.
When contributing to the backend, target your PR against the `main` branch.


## Creating your code changes using the devcontainer

Expand All @@ -28,8 +29,9 @@ When contributing to the backend, target your PR against the `{{ config.remote_b
scripts/develop
```

- You have now started a local server that hosts the application on `http:https://localhost:8123`
- You have now started a local instance of Home Assistant with HACS on `http:https://localhost:8123`


- The server automatically reloads to reflect your changes.
- To use and see HACS inside the local Home Assistant instance, you need to [configure it in the Home Assistant UI](/docs/use/configuration/basic.md)

4. When you are happy with the result, push the changes to your fork and create a PR to have it merged to the HACS base.

0 comments on commit e42cda1

Please sign in to comment.