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:
cdce8p 2018-10-10 22:21:47 +02:00 committed by Fabian Affolter
parent d9462eb621
commit b09a9ded6c
2 changed files with 2 additions and 13 deletions

View File

@ -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

View File

@ -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: