summaryrefslogtreecommitdiff
path: root/CONTRIBUTE.md
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2022-04-06 17:33:16 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2022-04-06 17:33:16 +0200
commit69ddf8001436faf18bfc473263f5a38cbc9ce035 (patch)
treeca211fbdb095317659466787236da240dabe44a5 /CONTRIBUTE.md
parentbad2b6156c973a88feb602cdd09a01f49149b698 (diff)
downloadhyde-69ddf8001436faf18bfc473263f5a38cbc9ce035.tar.gz
hyde-69ddf8001436faf18bfc473263f5a38cbc9ce035.zip
Rename CONTRIBUTE.md to CONTRIBUTE
Diffstat (limited to 'CONTRIBUTE.md')
-rw-r--r--CONTRIBUTE.md28
1 files changed, 0 insertions, 28 deletions
diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md
deleted file mode 100644
index 911597c..0000000
--- a/CONTRIBUTE.md
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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!