diff --git a/content/contributing/first-time/what/contents.lr b/content/contributing/first-time/what/contents.lr index 720854e33c..1c93b6ac0b 100644 --- a/content/contributing/first-time/what/contents.lr +++ b/content/contributing/first-time/what/contents.lr @@ -53,22 +53,16 @@ may also find it helpful to filter the tickets for the platform you actually use for development - it will be difficult to fix a Linux bug if you don't have a Linux machine to use for testing! -Pick a ticket, leave a comment that you're looking into the problem, and try -to develop a pull request implementing a fix! - -Colosseum -~~~~~~~~~ +If you would like to contribute to a specific project, you can also filter good +first issues by specific projects using these links: -If you like the idea of a very well specified, but complex problem, `Colosseum -`__ is a good place to contribute. -Colosseum is a pure-Python, browser implementation of the CSS layout algorithm. -BeeWare uses it to lay out widgets on the screen of an application. The CSS -specification has an extensive test suite; Colosseum needs to pass all those -tests. +- `Briefcase `__ +- `Toga `__ +- `The BeeWare tutorial `__ +- `The BeeWare website `__ -The Colosseum documentation has a `contribution guide -`__ to walk -you through your first Colosseum contribution. +Pick a ticket, leave a comment that you're looking into the problem, and try +to develop a pull request implementing a fix! GUI programming ----------------