@ -14,18 +14,18 @@ Contributing to a project on Github is pretty straight forward. If this is you'r
- Fork this repo.
- Fork this repo.
And that's it! Read the code available and change the part you don't like! You're change should not break the existing code and should pass the tests. We recommend using VS Code while working on this project.
And that's it! Read the code available and change the part you don't like! Your change should not break any existing functionality and should work as promised. If you're having trouble with it, mention it. We recommend using VS Code while working on this project.
If you're adding a new functionality, start from the branch master. It would be a better practice to create a new branch and work in there.
If you're adding a new functionality, start from the branch develop. It would be a better practice to create a new branch and work in there.
When you're done, submit a pull request and for one of the maintainers to check it out. We would let you know if there is any problem or any changes that should be considered.
When you're done, submit a pull request and for one of the maintainers to check it out. We would let you know if there is any problem or any changes that should be considered.
### Tests
### Tests
We haven't written tests yet and you can manually try commands and assure the stability of the code. If you're adding a new test please write documentation for it by creating Tests.MD.
We haven't written tests yet and you can manually try commands and assure the stability of the code. If you're adding a new test please write documentation for it by creating /docs/Tests.MD.
### Documentation
### Documentation
Every chunk of code that may be hard to understand has some comments above it. If you write some new code or change some part of the existing code in a way that it would not be functional without changing it's usages, it needs to be documented.
Every chunk of code that may be hard to understand has some comments above it. If you write some new code or change some part of the existing code in a way that it would not be functional without changing it's usages, it needs to be documented.
**__Overall, just have fun, and make sure nothing breaks. Thanks!__**
**__Overall, just have fun, and make sure nothing breaks. Thanks!__**
I'd also personally thank the following amazing people for their valuable support and feedback: **Pouria Ezzati, Thomas Rory Gummerson, Omar Khalil, Martin, GingerPlusPlus, Faizan Akram.**
<h4align="center"><ahref="/docs/Contributors.md">Contributors, Collaborators, and Guides</a></h4>
And the following people for their moral support and listening to my constant bickering: **David (The Humanoid), Иброхеем, Simon 'SitiSchu' Schürrle.**
I'd like to thank and give credit to [The Devs Community](https://thedevs.network), who are the primary reason this exists.
Plenty of people gave their time guiding me and shaping this tool. I'd personally thank the following amazing people for their valuable support and feedback:
- Pouria Ezzati (https://github.com/poeti8)
- Thomas Rory Gummerson (https://github.com/trgwii)
And many many people who did not directly contribute but managed to keep listening to my crazy ideas (and motivating) towards the beginning of this project.