From 66ff6f074c99313efe080c3e1c7e8946ab0d3d3a Mon Sep 17 00:00:00 2001 From: Emotion Date: Sun, 4 Sep 2022 23:43:52 +1200 Subject: [PATCH] Delete CONTRIBUTING.md --- CONTRIBUTING.md | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index ddc84a5..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,6 +0,0 @@ -1.Fork this repository -2.Clone your fork: git clone https://github.com/your-username/Ellie-bot.git -3.Create your feature branch: git checkout -b my-new-feature -4.Commit your changes: git commit -am 'Add some feature' -5.Push to the branch: git push origin my-new-feature -6.Submit a pull request