forked from ProjectTeam/SideKickEconomy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
12 lines (11 loc) · 627 Bytes
/
README
File metadata and controls
12 lines (11 loc) · 627 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
Devs who want to be apart of SideKick, Pull Request and follow these guidelines:
-Generally follow the Oracle coding standards.
-Use tabs, no spaces.
-All pull requests must have a sign-off by using the Git bash command
git commit -s -m 'Commit message'
-No trailing whitespaces.
-No 80 column limit or midstatement newlines.
-Pull requests must compile and work.
-Pull requests must be formatted properly.
-No merges should be included in pull requests unless the pull request's purpose is a merge.
-Number of commits in a pull request should be kept to one commit and all additional commits must be squashed and signed off.