Rules
Basic rules
- Avoid merge commits unless you need to it.
- Don't do "git push --force", or banned.
- You allows to make topic branches when you desire it.
- Be sure to follow the below branch naming rules.
Policies
- Do "git pull --rebase" before "git push".
- Fix the issues positively.
- "push" aggressively!!
Branch naming rules
We name new branches with these rules, "<plugin file name without ext>/<branch purpose ( hyphenated )>". ex:
stella/support-html5
feedSomeKeys_3/add-special-option
to Top Page