667
edits
Changes
→Step 6. Plan your Library by Filing Bugs
[https://help.github.com/articles/fork-a-repo/#step-2-create-a-local-clone-of-your-fork Clone your repo] on your local computer.
==Step 6. Plan your Library by Filing BugsIssues==
Begin by planning your work as a series of bugsIssues in GitHub. Each bug issue should be small enough to capture a single feature, improvement, or task. For example, you might file bugs issues for each of the main functions of your library. You might also choose to break those down into a smaller bugsissues. Do what feels right for you. Fixing many small bugs is often easier than a few large ones.
==Step 7. Start coding==