Skip to content

Commit 3a6cf29

Browse files
authored
Merge pull request #1299 from BalmungSan/patch-1
Adding an issues Github search link
2 parents 29e301a + 7fc4828 commit 3a6cf29

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

community/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,24 @@ Staying current:
187187
* [The Scala Center](https://scala.epfl.ch/) is an open source foundation that brings together a coalition of individuals and organizations working together to contribute to Scala.
188188
* [Scala Center FAQ](https://scala.epfl.ch/faqs.html)
189189

190+
## Scala open source
191+
192+
Want to start making open-source contributions to projects in the
193+
Scala ecosystem?
194+
195+
Scaladex lists [projects welcoming contributions](https://index.scala-lang.org/search?q=&contributingSearch=true).
196+
197+
Also, on GitHub, a common convention is to use the label "good first issue"
198+
on issues that are especially easy on-ramps to getting started in
199+
a particular repo:
200+
201+
* "good first issue" tickets: https://github.com/search?q=type%3Aissue+label%3A%22good+first+issue%22+language%3AScala+state%3Aopen&type=Issues
202+
203+
And, some repos also use a "help wanted" label if the maintainers
204+
especially desire contributor attention:
205+
206+
* "help wanted" tickets: https://github.com/search?q=type%3Aissue+label%3A%22help+wanted%22+language%3AScala+state%3Aopen&type=Issues
207+
190208
## Phil Bagwell Memorial Scala Community Award
191209

192210
The [Phil Bagwell Memorial Scala Community Award](./phil-bagwell-award.html) is given to individuals who have made significant efforts to grow the Scala Community.

0 commit comments

Comments
 (0)