└── README.adoc /README.adoc: -------------------------------------------------------------------------------- 1 | = Awesome projects for contributors 2 | 3 | List of projects for contributors (`beginners` and `non-beginners`) 4 | 5 | == How to start 6 | 7 | Look for a project to contribute in the <>. 8 | 9 | I would recommend to install https://github.com/cli/cli#installation-and-upgrading[github cli^] and perform `gh repo fork [repository]`. For instance, if you want to contribute to this project, the steps are the following: 10 | 11 | . Fork and clone the repository 12 | 13 | gh repo fork eddumelendez/awesome-projects-for-contributors 14 | cd awesome-projects-for-contributors 15 | git remote add upstream https://github.com/eddumelendez/awesome-projects-for-contributors.git 16 | 17 | . Create your own branch 18 | 19 | git checkout -b [branch-name] 20 | 21 | . Start hacking 22 | . Commit your changes 23 | 24 | git commit -am "Insert your message" 25 | 26 | . Create your PR (Pull request) 27 | 28 | gh pr create 29 | 30 | NOTE: Make sure you have claimed the issue. 31 | 32 | == Languages 33 | 34 | * <> 35 | * <> 36 | 37 | === Go 38 | 39 | * kubernetes 40 | - https://github.com/kubernetes/kubernetes/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22[Beginners^] 41 | - https://github.com/kubernetes/kubernetes/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22[Non-beginners^] 42 | 43 | * prometheus 44 | - https://github.com/prometheus/prometheus/issues?q=is%3Aissue+is%3Aopen+label%3A%22low+hanging+fruit%22[Beginners^] 45 | 46 | === Java 47 | 48 | * eclipse-collections 49 | - https://github.com/eclipse/eclipse-collections/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22+label%3A%22good+first+issue%22[Beginners^] 50 | - https://github.com/eclipse/eclipse-collections/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22[Non-beginners^] 51 | 52 | * jhipster 53 | - https://github.com/jhipster/generator-jhipster/labels/status%3A%20good%20first%20issue[Beginners^] 54 | - https://github.com/jhipster/generator-jhipster/labels/status%3A%20help%20wanted[Non-beginners^] 55 | 56 | * jib 57 | - https://github.com/GoogleContainerTools/jib/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22[Beginners^] 58 | - https://github.com/GoogleContainerTools/jib/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22[Non-beginners^] 59 | 60 | * junit-pioneer 61 | - https://github.com/junit-pioneer/junit-pioneer/labels/up-for-grabs[Beginners & Non-beginners^] 62 | 63 | * junit5 64 | - https://github.com/junit-team/junit5/issues?q=is%3Aopen+is%3Aissue+label%3Aup-for-grabs[Beginners & Non-beginners^] 65 | 66 | * micronaut-core 67 | - https://github.com/micronaut-projects/micronaut-core/issues?q=is%3Aopen+is%3Aissue+label%3A%22info%3A+good+first+issue%22[Beginners^] 68 | - https://github.com/micronaut-projects/micronaut-core/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22[Non-beginners^] 69 | 70 | * mockito 71 | - https://github.com/mockito/mockito/issues?q=is%3Aopen+is%3Aissue+label%3A%22please+contribute%22[Beginners & Non-beginners^] 72 | 73 | * pmd 74 | - https://github.com/pmd/pmd/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22[Beginners^] 75 | - https://github.com/pmd/pmd/issues?q=is%3Aopen+is%3Aissue+label%3Ahelp-wanted[Non-Beginners^] 76 | 77 | * quarkus 78 | - https://github.com/quarkusio/quarkus/labels/good%20first%20issue[Beginners^] 79 | - https://github.com/quarkusio/quarkus/labels/help%20wanted[Non-Beginners^] 80 | 81 | * spring-boot 82 | - https://github.com/spring-projects/spring-boot/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+first-timers-only%22[Beginners^] 83 | - https://github.com/spring-projects/spring-boot/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+ideal-for-contribution%22[Non-beginners^] 84 | 85 | * spring-cloud-gcp 86 | - https://github.com/spring-cloud/spring-cloud-gcp/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22[Beginners^] 87 | - https://github.com/spring-cloud/spring-cloud-gcp/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22[Non-beginners^] 88 | 89 | * spring-framework 90 | - https://github.com/spring-projects/spring-framework/labels/status%3A%20ideal-for-contribution[Non-beginners^] 91 | 92 | * spring-security 93 | - https://github.com/spring-projects/spring-security/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+first-timers-only%22[Beginners^] 94 | - https://github.com/spring-projects/spring-security/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+ideal-for-contribution%22[Non-beginners^] 95 | 96 | * testcontainers-java 97 | - https://github.com/testcontainers/testcontainers-java/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22[Beginners^] 98 | - https://github.com/testcontainers/testcontainers-java/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22[Non-beginners^] 99 | --------------------------------------------------------------------------------