Skip to content

Bug Check Update Checklist

Semisol edited this page Jun 20, 2021 · 2 revisions

Note: This page is only really useful if you are one of the core developers of SmileyPlayerTrader (Mrcomputer1 and Semisol).

  1. Identify versions that are affected.
  • Optional: Mark all potential releases with the bug if you are not sure, only recommended with severe glitches.
  1. Generate a random ID
  2. Update bugs.json bugs with:
"id": {
  "link": "GH issue or other",
  "disable": false, // only for critical,
  "notes": "Notes",
  "fixedVersion": "a.b.c" // can be null if none
}
  1. For every release affected in versions, add the bug ID to the array of bugs.
  2. If marking all potential releases without testing/any confirmation, repeat the same steps to add a bug with the ID appended $NotTested and disable always being false

Marking Fixed

  1. Identify the bug object in the bugs.json
  2. Set fixedVersion
  3. Follow the release checklist

Clone this wiki locally