From 0fa4fe917c0c55a37eb8fd1434ad6ca4d64b4e6e Mon Sep 17 00:00:00 2001 From: mustafaozhan Date: Sat, 13 Jan 2024 11:46:30 +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 8996c2f..6972565 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 `[Oztechan/TraceFit#ISSUE_ID] Commit message` Example: ``` -[/#ISSUE_ID] My cool feature +[Oztechan/TraceFit#ISSUE_ID] My cool feature ``` ## Pull Request @@ -27,23 +27,23 @@ Example: Pull Request title should follow below format: ``` -[/#ISSUE_ID] ISSUE_TITLE +[Oztechan/TraceFit#ISSUE_ID] ISSUE_TITLE ``` Example: ``` -[/#ISSUE_ID] Whatever the name of ticket is +[Oztechan/TraceFit#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 Oztechan/TraceFit#ISSUE_ID` with relevant issue. It will help automatically close relevant issue once the PR is merged. Example: ``` -Resolves /#123 +Resolves Oztechan/TraceFit#123 Some description. ``` diff --git a/docs/PULL_REQUEST_TEMPLATE.md b/docs/PULL_REQUEST_TEMPLATE.md index 0cdb9b6..2ed7b35 100644 --- a/docs/PULL_REQUEST_TEMPLATE.md +++ b/docs/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,8 @@ -Resolves /#ISSUE_ID +Resolves Oztechan/TraceFit#ISSUE_ID