From 4deac2f0e7e89b0ba907964726399a476707e41e Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 10 Nov 2022 20:00:17 +0100 Subject: Initial commit --- CONTRIBUTE | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 CONTRIBUTE (limited to 'CONTRIBUTE') diff --git a/CONTRIBUTE b/CONTRIBUTE new file mode 100644 index 0000000..88f443e --- /dev/null +++ b/CONTRIBUTE @@ -0,0 +1,31 @@ +* How developers contribute to simply-reports + +It's pretty simple, just fork the +[simply-reports repository](http://git.alessandroiezzi.it/simply-reports.git) make your changes on +a feature branch then make a `request-pull` using `-p` switch and send me the +output at: `aiezzi AT alessandroiezzi PERIOD it`. + +Following an example. + + git clone http://git.alessandroiezzi.it/simply-reports.git + git remote add upstream http://git.alessandroiezzi.it/simply-reports.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! + +If you find this repository on GitHub, feel free to fork it and then make a +pull-request. \ No newline at end of file -- cgit v1.2.3