When creating a pull request:
<type>/<description>
, where
type is one of feature
, bugfix
, hotfix
or enhancement
. For
example: feature/what-my-pr-does
. Note that dashes should be used
instead of spaces (not underscores).CHANGELOG.md
file
in the root directoryUPGRADE.md
file in the root directoryIf you are a member of the tpoint organization you should also:
- feature: provides a new feature
- enhancement: the PR improves existing features
- bugfix: provides a bug fix
- hotfix: the PR is a bugfix that should be made against a stable branch (e.g.
master
)
- in progress: if you are still working on the PR
- review: when it is reviewable
- feedback: if you have reviewed someone else’s pr
Create user command:
__tasks:__
- [ ] test coverage
- [ ] gather feedback for my changes
- [ ] submit changes to the documentation
- [ ] remove request defaults
- [ ] fix #1
__informations:__
| q | a
| ---------------- | ---
| Fixed tickets | fixes #1 , fixes #2
| BC breaks | none
| Documentation PR | https://github.com/sulu-cmf/sulu-docs/pull/14