Convert to proper GFM
This commit is contained in:
parent
75bb815796
commit
a522f15dd1
14 changed files with 303 additions and 399 deletions
|
@ -22,9 +22,9 @@ Home Assistant is open-source and MIT licensed. The source can be found here:
|
|||
You will need to setup a development environment if you want to start developing a new feature or component for Home Assistant perform theses steps
|
||||
|
||||
```bash
|
||||
git clone https://github.com/balloob/home-assistant.git
|
||||
cd home-assistant
|
||||
script/setup
|
||||
$ git clone https://github.com/balloob/home-assistant.git
|
||||
$ cd home-assistant
|
||||
$ script/setup
|
||||
```
|
||||
|
||||
After following these steps, running `hass` will invoke your local installation.
|
||||
|
@ -36,15 +36,15 @@ requests.
|
|||
|
||||
1. Go to [the Home Assistant repository](https://github.com/balloob/home-assistant) and click fork in the top right.
|
||||
2. Follow steps in the previous section but with your forked repository.
|
||||
3. Create a new branch to hold your changes<br>
|
||||
3. Create a new branch to hold your changes
|
||||
`git checkout -b some-feature`
|
||||
4. Make the changes you want
|
||||
5. Check your changes for style violations<br>
|
||||
5. Check your changes for style violations
|
||||
`./script/lint`
|
||||
6. Commit the changes<br>
|
||||
`git add .`<br>
|
||||
6. Commit the changes
|
||||
`git add .`
|
||||
`git commit -m "Added some-feature"`
|
||||
7. Push your commited changes back to your fork on Github<br>
|
||||
7. Push your commited changes back to your fork on Github
|
||||
`git push origin HEAD`
|
||||
8. Follow [these steps](https://help.github.com/articles/creating-a-pull-request/) to create your
|
||||
pull request.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue