DamiCode18 / tasksbite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tasksbite

"Your Tasks" - Organize it all with Tasksbite

Website: Click

How to contribute

1. Fork the project & clone locally. Follow the initial setup here.

2. Create a branch, naming it either a feature or bug: git checkout -b feature/that-new-feature or bug/fixing-that-bug

3. Code and commit your changes. git commit -m 'Add some feature'

Push to the branch: git push origin feature/that-new-feature

Contribution guideline

Create an issue

Nobody's perfect. Something doesn't work? Or could be done better? Let us know by creating an issue.

PS: a clear and detailed issue gets lots of love, all you have to do is follow the issue template!

Create a pull request

Try to keep the pull requests small. A pull request should try its very best to address only a single concern.

Make sure all tests pass and add additional tests for the code you submit.

Document your reasoning behind the changes. Explain why you wrote the code in the way you did. The code should explain what it does.

If there's an existing issue related to the pull request, reference to it by adding something like References/Closes/Fixes/Resolves #305, where 305 is the issue number.

If you follow the pull request template, you can't go wrong.



Please note: all commits in a pull request will be squashed when merged, but when your PR is approved and passes our CI, it will be live on production!

Happy Coding ❤️

About


Languages

Language:JavaScript 97.8%Language:HTML 1.3%Language:CSS 0.9%