└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # osu-stable-issues 2 | Report critical osu-stable issues here 3 | 4 | Valid Reports: 5 | 6 | - Things that affect your daily enjoyment of the game. 7 | - Things that don't involve implementing large new features (quick fixes only) 8 | - Things that you wonder "why isn't this fixed" but it has never got visibility. 9 | 10 | Examples of valid reports: 11 | - "Typing in textbox deletes my text" 12 | - "Game crashes when doing x" 13 | 14 | Examples of invalid reports: 15 | - Add a better way of managing timing points (scope too large) 16 | - Add the ability to change slider curves (scope too large) 17 | - Fix the tournament client performance (scope too large) 18 | - Fix pp (already being done [elsewhere](https://github.com/ppy/osu-difficulty-calculator)) 19 | - PC/hardware compatibility issues (ask for help on the [help forum](https://osu.ppy.sh/community/forums/5) instead) 20 | 21 | All osu-stable developers will be reading and responding to every issue posted here. There is a high chance issues will be closed if deemed unfeasible to be quickly resolved. 22 | 23 | Please search before reporting! 24 | --------------------------------------------------------------------------------