diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 8996c2f..0015c38 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -12,12 +12,12 @@ Example: ## Commit Message -Every commit message should match the following format `[/#ISSUE_ID] Commit message` +Every commit message should match the following format `[SubMob/ScopeMob#ISSUE_ID] Commit message` Example: ``` -[/#ISSUE_ID] My cool feature +[SubMob/ScopeMob#ISSUE_ID] My cool feature ``` ## Pull Request @@ -27,23 +27,23 @@ Example: Pull Request title should follow below format: ``` -[/#ISSUE_ID] ISSUE_TITLE +[SubMob/ScopeMob#ISSUE_ID] ISSUE_TITLE ``` Example: ``` -[/#ISSUE_ID] Whatever the name of ticket is +[SubMob/ScopeMob#ISSUE_ID] Whatever the name of ticket is ``` ### Description -Description has to have `Resolves /#ISSUE_ID` with relevant issue. It will help automatically close relevant issue once the PR is merged. +Description has to have `Resolves SubMob/ScopeMob#ISSUE_ID` with relevant issue. It will help automatically close relevant issue once the PR is merged. Example: ``` -Resolves /#123 +Resolves SubMob/ScopeMob#123 Some description. ``` diff --git a/docs/PULL_REQUEST_TEMPLATE.md b/docs/PULL_REQUEST_TEMPLATE.md index 0cdb9b6..b85ff11 100644 --- a/docs/PULL_REQUEST_TEMPLATE.md +++ b/docs/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,8 @@ -Resolves /#ISSUE_ID +Resolves SubMob/ScopeMob#ISSUE_ID