Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 3.81 KB

spotters.md

File metadata and controls

69 lines (42 loc) · 3.81 KB

Hello! Welcome to the spotter team 👋

As a spotter, you are here to improve creedengo by finding new rules to implement on one of our static analysers.

Prerequisites

Here are the things you need to succeed in this challenge:

  • Your experience and your brain 😤
  • A computer with an internet connection should help you ask your favourite search engine or AI for help.
  • A GitHub account to share your hard work with the community

📜 Identify new ecodesign rules

Does my rule already exist in creedengo?

For Android and iOS rules, here are the rules already found: best pratices mobile

For other plugin rules, there is no centralised place to list all the rules that have been implemented or are in progress. To check if your rule already exists or has been proposed, please check the following sources:

What is a good rule definition?

Now you have an idea. Have you checked that it has not already been submitted? Great, you have a baby rule. Here are the things you need to do to turn it into a nice, mature rule:

  • A short but explicit title
  • The language / platform your rule applies
  • A description of what your rule does (and does not do) with code example: what is the code my static analyzer must detect and why?
  • The justification of the rule: documentation reference or measure (or at least an approach to perform the measure) that explains why your rule is relevant

Good examples of rule definitions can be found here:

What is the submission process for my work?

Your rule is ready and you want to submit it? Connect to the Green Code Initiative GitHub - creedengo Challenge project and perform the following steps:

1- Go to the Issues tab and click on the New Issue button

Screen New Issue

2- Select the [Hachaton 2024] Spotter rule description template and click on Get Started

Screen Get Started

3- Fill in the template with your rule and click on Submit new issue

Screen Fill template

And that's it!

Questions?

If you have any questions, ask a coach or use the challenge Slack:

  • creedengo public Slack
    • Main channel: challenge24-general
    • Spotters channel: challenge24-spotters

You can also create private discussions with all members of your team using the direct messages Slack feature.