From 2d7694b1725124112ef96444e47ec48303750b32 Mon Sep 17 00:00:00 2001 From: Emotion Date: Mon, 25 Jul 2022 00:49:53 +1200 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..ddc84a5 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,6 @@ +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