-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDeveloper.md
70 lines (56 loc) · 1.98 KB
/
Developer.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
nav_exclude: true
---
# Developer
This article is written for internal use, just for convenience.
## All available title
- Achievement: Mark something is importent, or new feature.
- ARC: Add new roles for the architecture decision record.
- Auto-Generator: Use code instead of human power.
- Beatmap : Update about `legacy`/`new` beatmap format.
- Blog : Big change about blog
- Code quality : If has any `code imporove`.
- Edge : Edge branch.
- Editor : Anything `change`/`feature` about `editor`.
- Framework : This ruleset has a framework : )
- Fix: Fix any exist/found error.
- Gameplay : Jsut gameplay, of course it's means karaoke ruleset's gameplay.
- Import : About import beatmap step.
- Localization : Anything about translation.
- Mods : Anything about mods.
- Online : Will use if have.
- Performance : Make things run faster or smoother.
- Resources : About changing the resources.
- Result : Result screen.
- Reliability : Less crash.
- Setting : Any change in ruleset setting area.
- Skinning : Karoake will let user to `make`/`apply` it's own skin `\OWO/`.
- Stage : Karaoke support different type of stages now.
- Testing : Anything change about tests.
- Tooling : Some tool for faster develop.
- UI/UX : Make ui pretty.
- Utility : Some data-process helper.
- Youtube : Any video upload in youtube.
## Badge
- [outdated] : Issue already implemented.
- [rejected] : This ticket mark as not implemented.
## Example link
Sometimes lazy to type all the URL, so use the special tag to mark.
E.g :
```
- Implement some features. [karaoke](#32@andy840119)
```
Means :
```
[karaoke] (#32 @andy840119)
repo/branch name | issue/pull request. github user name
```
Available tags :
- karaoke : Karaoke repo.
- launcher : Launcher repo.
- sample : Sample repo.
- github.io : karaoke-dev.github.io.
- changelog : pop-up another page.
- microphone-package : microphone package for osu-framework.
- font-package: font package for osu-framework.
create another link if needed.