git.lain.church game of nomic
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

118_Players-and-joining-the-game.md 1.3KB

hace 3 años
1234567891011121314151617181920212223
  1. Any person with a git.lain.church account is eligible to play the game (become a player).
  2. However, a single person shall only ever constitute a single player in the game,
  3. regardless of the number of git.lain.church accounts he or she has.
  4. To become a player in the game, a candidate player shall send a git.lain.church Pull
  5. Request to the master branch of the repository where the game is being recorded.
  6. The Pull Request shall modify the players/ directory of the repository by adding
  7. a single file whose name is exactly in the Name Format.
  8. For the purposes of this rule, the Name Format means a string which:
  9. * Starts with a zero-padded number that must contain 3 digits and be equal
  10. in numerical value to the number of files that were present in the
  11. directory before the candidate player's file was added. So if the
  12. candidate player's file is the 4th, the number would be 003.
  13. * This is followed by a hyphen, then ends with the git.lain.church username of the
  14. candidate player, ie audiodude.
  15. * For example, the file could be named `003-audiodude`.
  16. Each player's file must at all times contain the numeric score of the player.
  17. The Pull Request to add a player (as described in this rule) can be
  18. approved/merged by any existing player. Only one player's approval is required.