Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 525 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 525 Bytes

BlueBerry

Goals

  1. Learn Go.
  2. Create a simple web frontend for rtorrent.

Software development cycle

  1. Create an issue in the form of "Problem: Program doesn't do X". These problems should be kept as small and concise as possible.
  2. Write code to solve the problem.
  3. Create a pull request.
  4. Accept pull request.

Inspired by a talk given by Pieter Hintjens.

Issue examples

  • Problem: Can't see a list of thingers (feature request)
  • Problem: Program crashes when thingers are clicked on (bug report)