The SS HR bot is a project from Blizzy and net-tech- to simplify and streamline the HR processes of School Simplified.
Before you want to change anything or want to make a new feature always pull first. Then, make a new branch for the feature you are making.
- Always pull first.
- Only use the default VSCode formatter "TypeScript and JavaScript Language Features".
- Make a new branch for each feature you make.
- Split things up into smaller commits.
Example: If someone wanted to add a eval and execute command which would require a security service they should first push the security service, then eval, and then execute.
- Before moving files around or changing essential files coordinate with others.
Example: If someone wanted to move logger to services they should first open a issue.
- Always request code reviews.
- (Recommended) Link PRs to issues.