Badges



Forums
Which tools do you use to time-track your tasks & analyse time spend of various tasks over the week.
I recently started using Toggl Track on my Mac and while it let me track my time and see how I spent my day, it didn't give me a report/ analysis of all the time-tracked so as to how much time was spent on each activity through-out the week/month.
How to contribute to an open-source project
The contribution process 1. Find a nice project for example Redis, NATS, Memphis{dev} 2. Get connected with the project s community (Slack channels, Discord, website, GitHub repo, etc.) 3. Search for contribution guidelines. Often a file located within the project s main repo called CONTRIBUTING.md 4. Fork the GitHub repository Create a copy of the entire repo on your GitHub account 5. Creating a separate branch from the main branch 6. Code your changes (bug fixes, new features, etc.) 7. Push your changes 8. Create a pull request of your branch to the upstream repo 9. Get your PR reviewed by one of the repo maintainers (Usually happens automatically) 10. Fix issues and comments left by the maintainer 11. Awaiting your code to be merged 12. Celebrate your first contribution with some cold beer :-)