You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our CONTRIBUTING guide needs to be improved so that newcomers get a better idea of what to do and how to get started after reading it. In my opinion, this task can only be done by someone new to the project. At the moment, I see these issues:
There is no information about which issues are suitable for newcomers. We have first-timers-only labeled issues for people contributing for the first time and help wanted labeled issues for contributors who have gone past their first contributions.
There is no information about how to build the project and use the local build in some quickstart. This includes Running mvn clean install -DskipTests and pointing any quickstart to SNAPSHOT version .
There is no information about how to debug plugin, using mvnDebug for maven and gradle -Dorg.gradle.debug=true on Gradle while debugging Kubernetes/OpenShift plugins needs to be specified.
Component
None
Task description
Description
Our CONTRIBUTING guide needs to be improved so that newcomers get a better idea of what to do and how to get started after reading it. In my opinion, this task can only be done by someone new to the project. At the moment, I see these issues:
first-timers-only
labeled issues for people contributing for the first time andhelp wanted
labeled issues for contributors who have gone past their first contributions.mvn clean install -DskipTests
and pointing any quickstart toSNAPSHOT
version .mvnDebug
for maven andgradle -Dorg.gradle.debug=true
on Gradle while debugging Kubernetes/OpenShift plugins needs to be specified.-DskipTests
while building on WindowsHere is a better example of CONTRIBUTING guide:
The source for CONTRIBUTING guide is located here: https://github.com/eclipse-jkube/jkube-website/blob/main/src/content/contributing/index.mdx
Expected Behavior
The contributing guide is improved for newcomers
Acceptance Criteria
The text was updated successfully, but these errors were encountered: