From the course: Managing Python Projects

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Issue tracking

Issue tracking - Python Tutorial

From the course: Managing Python Projects

Start my 1-month free trial

Issue tracking

- [Instructor] Every piece of work you do should be tracked. It can be a back fix, a feature to implement, or a maintenance task. The seven issue tracking systems, such as Jira, Trello, Asana, and more. GitHub has its own issue system, which is good enough, in my opinion. So if you to our project, we see we have an issues tab, and we can add issues here. A good issue has a good title and a good description. Imagine yourself in a couple of months getting back to an issue to implement it. Be kind to your future self or fellow developers and invest time in creating a good issue. Some themes have templates for an issue with item such as these. Here's the pandas theme new issue template. So when you create a new issue in pandas, you get a template and you need to put in the code, the problem description, expected output, output of the version, etc. etc. Think about the checklist for your issues. Looking at our code in…

Contents