Branch name should start with ISSUE_ID and after the id there should be - and then it continues with description of branch or title of ticket. Use _ for empty spaces.
Example:
123-My_Cool_Feature_Or_Bug
Every commit message should match the following format [Oztechan/AdTrack#ISSUE_ID] Commit message
Example:
[Oztechan/AdTrack#ISSUE_ID] My cool feature
Pull Request title should follow below format:
[Oztechan/AdTrack#ISSUE_ID] ISSUE_TITLE
Example:
[Oztechan/AdTrack#ISSUE_ID] Whatever the name of the issue is
Description has to start Resolves Oztechan/AdTrack#ISSUE_ID. You can add more description into new lines if you want. Resolves key with a issue id helps project automations.
Example:
Resolves Oztechan/AdTrack#123
Some description.