├── CONTRIBUTING.md ├── ISSUE_TEMPLATE └── README.md /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | Note the issue template: https://github.com/NoCheatPlus/Issues/blob/master/ISSUE_TEMPLATE 2 | -------------------------------------------------------------------------------- /ISSUE_TEMPLATE: -------------------------------------------------------------------------------- 1 | #### Short description of the issue. 2 | 3 | #### Complete output of the _ncp version_ command (please prefer text here). 4 | 5 | #### How to reproduce the issue (is it random / always happens / side conditions)? 6 | 7 | #### Have you made any (noteworthy) changes to the default configuration of NCP? 8 | 9 | #### Do you run any other special plugins that affect game mechanics next to NC+ (adding skills, machines, adding/changing blocks, other anti cheating)? 10 | 11 | #### Provide additional information, such as error/debug/violation logs. (For reproducible issues with moving consider: https://github.com/NoCheatPlus/Docs/wiki/Debugging#on-the-fly-debug-output-for-individual-players) Use GitHub gists or http://pastebin.com/ or similar for huge logs, or attach a (zip-) file here. For image uploads, please prefer a site that allows viewing without JavaScript, you can upload file attachments for issues right here. 12 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Issues 2 | 3 | Issues management for the NoCheatPlus project. Does include CompatNoCheatPlus, Docs and NCPTools. 4 | 5 | Note the issue template: https://github.com/NoCheatPlus/Issues/blob/master/ISSUE_TEMPLATE 6 | 7 | ## Labels 8 | 9 | Labels are sorted into categories, to allow better sorting and distinction. 10 | 11 | (a) 'This is a...', essential grouping by bug, false positive, feature, ... 12 | 13 | (c) More abstract affected area, like gameplay, administration, cheat, ... 14 | 15 | (c.1) More confined category / check group. 16 | 17 | (p) External/future relation (compat, external, future...). 18 | 19 | (p.1) Project relation (NCP, cncp, ...). 20 | 21 | (q) Quality assurance: attention needed (something missing, need reproduce, ...), short term rather. 22 | 23 | (q.1) Importance (less catching the eye). 24 | 25 | (r) Resolution (soft): Essential changes have been made, possibly resolved already. 26 | 27 | (r.1) Resolution (final): Closed. 28 | 29 | The first categories should always be set: (a), (c). (c.1) if it applies, (p) and/or (p.1) if any apply. On closing a ticket, (r) or (r.1) should be set. 30 | 31 | ## Headline 32 | 33 | Prefer staff to alter headlines to match the issue precisely. Add checks or related information not covered by labels in braces. 34 | 35 | Examples: 36 | * "NCP no werk" -> Explosion with stepping on a pressure plate with TNT underneath (Minecraft). 37 | * "Teleport in air = kick" -> Set-back loop with teleport into air (SurvivalFly, PaperSpigot). 38 | --------------------------------------------------------------------------------