From 0e4f3e3c9185cfdaea47455b22c4268ca385462a Mon Sep 17 00:00:00 2001 From: mustafaozhan Date: Sun, 26 Nov 2023 13:27:48 +0000 Subject: [PATCH] [Oztechan/Global#4] Global config update synced local 'docs/' with remote 'docs/' --- docs/CONTRIBUTING.md | 12 ++++++------ docs/PULL_REQUEST_TEMPLATE.md | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 6972565..8996c2f 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -12,12 +12,12 @@ Example: ## Commit Message -Every commit message should match the following format `[Oztechan/TraceFit#ISSUE_ID] Commit message` +Every commit message should match the following format `[/#ISSUE_ID] Commit message` Example: ``` -[Oztechan/TraceFit#ISSUE_ID] My cool feature +[/#ISSUE_ID] My cool feature ``` ## Pull Request @@ -27,23 +27,23 @@ Example: Pull Request title should follow below format: ``` -[Oztechan/TraceFit#ISSUE_ID] ISSUE_TITLE +[/#ISSUE_ID] ISSUE_TITLE ``` Example: ``` -[Oztechan/TraceFit#ISSUE_ID] Whatever the name of ticket is +[/#ISSUE_ID] Whatever the name of ticket is ``` ### Description -Description has to have `Resolves Oztechan/TraceFit#ISSUE_ID` with relevant issue. It will help automatically close relevant issue once the PR is merged. +Description has to have `Resolves /#ISSUE_ID` with relevant issue. It will help automatically close relevant issue once the PR is merged. Example: ``` -Resolves Oztechan/TraceFit#123 +Resolves /#123 Some description. ``` diff --git a/docs/PULL_REQUEST_TEMPLATE.md b/docs/PULL_REQUEST_TEMPLATE.md index 2ed7b35..0cdb9b6 100644 --- a/docs/PULL_REQUEST_TEMPLATE.md +++ b/docs/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,8 @@ -Resolves Oztechan/TraceFit#ISSUE_ID +Resolves /#ISSUE_ID