Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 807 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (13 loc) · 807 Bytes

Contributing

Use update.sh, or manually do the following:

  1. Add the new version to versions.txt.
  • Versions should be listed incrementally.
  1. Add new stable versions to stable.txt, replacing any previous stable version for that version family.
  • Should only contain the latest stable version for each version family.
  1. Append the MD5 checksums for all released files to checksums.md5.
  2. Append the SHA1 checksums for all released files to checksums.sha1.
  3. Append the SHA256 checksums for all released files to checksums.sha256.
  4. Append the SHA512 checksums for all released files to checksums.sha512.
  • Never remove a version from versions.txt.
  • Never remove checksums from a checksum.* file. Unless the file is literally no longer available on the Internet.