The Core plugin for the Minecraft Minigame server, The Grubnest
- Click the projects tab
- Find an issue assigned to you
- Fork this repo
- Create a new branch on your fork off of the DEVELOPMENT branch. If it's a bug, start branch name with 'hotfix'. Otherwise start it with 'feature'.
- Pull remote branch to your local machine and fix issue / do task.
- Push local branch to your remote fork
- Pull request your fork's branch to this repo's development branch
- Wait for your code to be reviewed, make changes if needed.
- Commit frequently, preferably every time you add a method.
- Strictly follow Oracle's Java Programming conventions. (https://www.oracle.com/java/technologies/javase/codeconventions-contents.html)
- Keep all database relations in BCNF (https://www.guru99.com/database-normalization.html).
- All issues should get their own branch and PR.
- If an issue is a bug, start its branch name with 'hotfix'
- If an issue is a task/feature, start its branch name with 'feature'