From bad2b6156c973a88feb602cdd09a01f49149b698 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Wed, 6 Apr 2022 17:32:20 +0200 Subject: Rename CONTRIBUTE to CONTRIBUTE.md --- CONTRIBUTE.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CONTRIBUTE.md (limited to 'CONTRIBUTE.md') diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md new file mode 100644 index 0000000..911597c --- /dev/null +++ b/CONTRIBUTE.md @@ -0,0 +1,28 @@ +# How developers contribute to Hyde + +It's pretty simple, just fork the +[Hyde repository](http://git.alessandroiezzi.it/hyde.git) make your changes on +a feature branch then make a `request-pull` using `-p` switch and send me the +output to me at: `aiezzi AT alessandroiezzi PERIOD it`. + +Following an example. +``` +git clone http://git.alessandroiezzi.it/hyde.git +git remote add upstream http://git.alessandroiezzi.it/hyde.git +git remote set-url origin your-repository-online.git +``` +Make a branch from `master`: +``` +git checkout -b awesome-feature +``` +Make your changes. Be sure to push your work: +``` +git push -u origin awesome-feature +``` +Then make a `request-pull`: +``` +git request-pull -p origin/master awesome-feature +``` +Put the output on a separate file and send me that via email. + +I'll wait for you! -- cgit v1.2.3