mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-23 01:06:30 +00:00
Remove gitignore-example and PR note (#121)
* Remove unused gitignore-template * Added note to base PR of of dev, not master
This commit is contained in:
parent
d9462eb621
commit
b09a9ded6c
@ -1,13 +0,0 @@
|
||||
.DS_Store
|
||||
|
||||
node_modules
|
||||
|
||||
lib/core/metadata.js
|
||||
lib/core/MetadataBlog.js
|
||||
|
||||
website/translated_docs
|
||||
website/build/
|
||||
website/yarn.lock
|
||||
website/node_modules
|
||||
website/i18n/*
|
||||
!website/i18n/en.json
|
@ -2,6 +2,8 @@
|
||||
title: "Submit your work"
|
||||
---
|
||||
|
||||
> Always base your Pull Requests of of the current **`dev`** branch, not `master`.
|
||||
|
||||
Submit your improvements, fixes, and new features to Home Assistant one at a time, using GitHub [Pull Requests](https://help.github.com/articles/using-pull-requests). Here are the steps:
|
||||
|
||||
1. From your fork's dev branch, create a new branch to hold your changes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user