From 50df0224b67cce6bb832a2cd7f883e9130909869 Mon Sep 17 00:00:00 2001 From: Xuu Date: Tue, 24 Oct 2017 17:39:26 +0000 Subject: [PATCH] Add 'README.md' --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..b9f976c7d --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Tips for a successful Pull Request +1. Squash your commits -- Keep the changes simple to read. +2. Run the schema check -- Make sure the changes are valid! +3. ??? +4. Profit! + +