Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starter pack documentation : add link to ecoCode-java issues page #31

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion doc/starter-pack.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,13 @@ You will find all the steps to start a Sonarqube dev Environment here :

### Choose your rule

Choose a rule in a specific language in the "To do" column : <https://github.com/cnumr/ecoCode/projects/1> and move it to the "In progress"
Pick a plugin in the following table and check if a rule is waiting to be implemented.

| Plugin Language | Plugin Rules Ideas |
|-----------------|-------------------------------------------------------------------------------------------------------------------|
| Java | https://github.com/green-code-initiative/ecoCode-java/issues?q=is%3Aissue+is%3Aopen+label%3A%F0%9F%92%A1rule-idea |
| | |


### Test your development

Expand Down