elliebeta-docs/content/Ellie/contributing.md

23 lines
680 B
Markdown
Raw Normal View History

2024-06-12 07:17:14 -07:00
+++
title = "Ellie contribution guidelines"
description = "Steps on contributing to the Ellie bot project"
weight = 4
+++
2023-11-07 01:21:05 -08:00
## Hey there!
2023-11-06 04:17:41 -08:00
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
2023-11-07 01:21:05 -08:00
2.Clone your fork: git clone https://toastielab.dev/your-username/Ellie-bot.git
2023-11-06 04:17:41 -08:00
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!
2023-11-07 01:21:05 -08:00
Thanks in advance