Create CONTRIBUTING.md

This commit is contained in:
Emotion 2022-07-25 00:49:53 +12:00 committed by GitHub
parent 5b8d1ba63b
commit 2d7694b172
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
CONTRIBUTING.md Normal file
View file

@ -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