-
Notifications
You must be signed in to change notification settings - Fork 2
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).
- Identify versions that are affected.
- Optional: Mark all potential releases with the bug if you are not sure, only recommended with severe glitches.
- Generate a random ID
- Update bugs.json
bugswith:
"id": {
"link": "GH issue or other",
"disable": false, // only for critical,
"notes": "Notes",
"fixedVersion": "a.b.c" // can be null if none
}- For every release affected in
versions, add the bug ID to the array of bugs. - If marking all potential releases without testing/any confirmation, repeat the same steps to add a bug with the ID appended
$NotTestedand disable always beingfalse
- Identify the bug object in the
bugs.json - Set
fixedVersion - Follow the release checklist