From b09a9ded6c0f8081ecb882117b1c6b1a207f18c9 Mon Sep 17 00:00:00 2001 From: cdce8p <30130371+cdce8p@users.noreply.github.com> Date: Wed, 10 Oct 2018 22:21:47 +0200 Subject: [PATCH] Remove gitignore-example and PR note (#121) * Remove unused gitignore-template * Added note to base PR of of dev, not master --- .gitignore-example-from-docusaurus | 13 ------------- docs/development_submitting.md | 2 ++ 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 .gitignore-example-from-docusaurus diff --git a/.gitignore-example-from-docusaurus b/.gitignore-example-from-docusaurus deleted file mode 100644 index 0a65d6d4..00000000 --- a/.gitignore-example-from-docusaurus +++ /dev/null @@ -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 diff --git a/docs/development_submitting.md b/docs/development_submitting.md index e832fd50..ce5acd21 100644 --- a/docs/development_submitting.md +++ b/docs/development_submitting.md @@ -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: