===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
play.it-2.12.0/CONTRIBUTING.md-28-
play.it-2.12.0/CONTRIBUTING.md:29:Scripts for new games should be done on dedicated development branches targeting `staging-2.x`, using the naming convention `dev-2.x/games/new/${game_id}`, where `${game_id}` is the value assigned to `GAME_ID` in the script.
play.it-2.12.0/CONTRIBUTING.md-30-
##############################################
play.it-2.12.0/CONTRIBUTING.md-34-
play.it-2.12.0/CONTRIBUTING.md:35:Updates to game-specific scripts should be done on dedicated development branches targeting `staging-2.x`, using the naming convention `dev-2.x/games/update/${game_id}/${update_description}`, where `${game_id}` is the value assigned to `GAME_ID` in the script. An example name would be `dev-2.x/games/update/alpha-centauri/new-archive`, for a branch adding support for a new archive to the Alpha Centauri script.
play.it-2.12.0/CONTRIBUTING.md-36-
##############################################
play.it-2.12.0/CONTRIBUTING.md-40-
play.it-2.12.0/CONTRIBUTING.md:41:Fixes to game-specific scripts follow the same rules than updates, only the naming convention is different: `dev-2.x/games/fix/${game_id}/${fix_description}`.
play.it-2.12.0/CONTRIBUTING.md-42-
play.it-2.12.0/CONTRIBUTING.md:43:In addition to the updates rules, fixes are allowed to target `staging-1.x`, using the naming convention `dev-1.x/games/fix/${game_id}/${fix_description}`.