/ .gitlab / merge_request_templates / login-server.md
login-server.md
 1  # Description
 2  Please include summary why code change is beneficial for Lineage2TS project. Include as many words as you see fit.
 3  Such description can include comparison in functionality between old and new changes, or any other demonstrated benefit.
 4  
 5  # Testing
 6  Please specify how code change was tested, or how to replicate steps of testing you performed.
 7  
 8  Before code change can be accepted, please ensure that:
 9  
10  - [ ] Code builds and lints without any errors
11  - [ ] Login server starts and runs without errors
12  - [ ] You have tested at least one affected functionality touched by code changes
13  
14  Thank you for your contribution to the Lineage2TS project.