Skip to content

Commit 22756b6

Browse files
authored
Explicitly document good first issues for major projects (#624)
Add links to Github issue queries to direct first-time user activity.
1 parent b0b7168 commit 22756b6

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

content/contributing/first-time/what/contents.lr

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -53,22 +53,16 @@ may also find it helpful to filter the tickets for the platform you actually use
5353
for development - it will be difficult to fix a Linux bug if you don't have a
5454
Linux machine to use for testing!
5555
56-
Pick a ticket, leave a comment that you're looking into the problem, and try
57-
to develop a pull request implementing a fix!
58-
59-
Colosseum
60-
~~~~~~~~~
56+
If you would like to contribute to a specific project, you can also filter good
57+
first issues by specific projects using these links:
6158
62-
If you like the idea of a very well specified, but complex problem, `Colosseum
63-
<https://github.com/beeware/colosseum>`__ is a good place to contribute.
64-
Colosseum is a pure-Python, browser implementation of the CSS layout algorithm.
65-
BeeWare uses it to lay out widgets on the screen of an application. The CSS
66-
specification has an extensive test suite; Colosseum needs to pass all those
67-
tests.
59+
- `Briefcase <https://github.com/search?q=repo%3Abeeware%2Fbriefcase+label%3A%22good+first+issue%22+is%3Aissue+is%3Aopen&type=issues>`__
60+
- `Toga <https://github.com/search?q=repo%3Abeeware%2Ftoga+label%3A%22good+first+issue%22+is%3Aissue+is%3Aopen&type=issues>`__
61+
- `The BeeWare tutorial <https://github.com/search?q=repo%3Abeeware%2Fbeeware+label%3A%22good+first+issue%22+is%3Aissue+is%3Aopen&type=issues>`__
62+
- `The BeeWare website <https://github.com/search?q=repo%3Abeeware%2Fbeeware.github.io+label%3A%22good+first+issue%22+is%3Aissue+is%3Aopen&type=issues>`__
6863
69-
The Colosseum documentation has a `contribution guide
70-
<https://colosseum.readthedocs.io/en/latest/how-to/contribute.html>`__ to walk
71-
you through your first Colosseum contribution.
64+
Pick a ticket, leave a comment that you're looking into the problem, and try
65+
to develop a pull request implementing a fix!
7266
7367
GUI programming
7468
----------------

0 commit comments

Comments
 (0)