Create CONTRIBUTING.md
Undid a stupid decision and added a line asking for ideas on what to add
This commit is contained in:
parent
66ff6f074c
commit
b739bb2224
1 changed files with 10 additions and 0 deletions
10
.github/CONTRIBUTING.md
vendored
Normal file
10
.github/CONTRIBUTING.md
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
### This is a work in progress if you have any ideas please place them in this file
|
||||||
|
|
||||||
|
```
|
||||||
|
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
|
||||||
|
```
|
Reference in a new issue