17 lines
583 B
Markdown
17 lines
583 B
Markdown
### This is a work in progress if you have any ideas please place them in this file
|
|
|
|
Here is the current steps
|
|
|
|
```
|
|
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
|
|
```
|
|
|
|
|
|
### New steps which are still in the works
|
|
|
|
1. If you find a security issue please contact us at `devs@elliebot.net` and we will take a look into it as soon as we can
|