elliebeta-docs/docs/v5/contributing.md
2023-11-07 22:21:05 +13:00

19 lines
No EOL
573 B
Markdown

# Contributing
## Hey there!
If you are on this page that means you either want to help us or you are just curious about our project our contribution steps for the Ellie bot project are below
### Contribution steps
```
1.Fork the repository
2.Clone your fork: git clone https://toastielab.dev/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
```
All contributions are welcome!
Thanks in advance