From 83865410ab4fa6506749d138011ea6dad2274d29 Mon Sep 17 00:00:00 2001 From: Mustafa Ozhan Date: Tue, 7 Nov 2023 18:50:32 +0100 Subject: [PATCH] [Oztechan/Config#4] Global config update synced file(s) with Oztechan/Config (#2957) * Oztechan/Config#4 Global config update synced local 'docs/CONTRIBUTING.md' with remote 'docs/CONTRIBUTING.md' * Oztechan/Config#4 Global config update synced local 'docs/PULL_REQUEST_TEMPLATE.md' with remote 'docs/PULL_REQUEST_TEMPLATE.md' --- docs/CONTRIBUTING.md | 12 ++++++------ docs/PULL_REQUEST_TEMPLATE.md | 9 +++++---- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 68762f40ce..f4eacd7020 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/CCC#ISSUE_ID] Commit message` +Every commit message should match the following format `[Oztechan/REPO_NAME#ISSUE_ID] Commit message` Example: ``` -[Oztechan/CCC#123] My cool feature +[Oztechan/Config#123] My cool feature ``` ## Pull Request @@ -27,23 +27,23 @@ Example: Pull Request title should follow below format: ``` -[Oztechan/CCC#ISSUE_ID] ISSUE_TITLE +[Oztechan/REPO_NAME#ISSUE_ID] ISSUE_TITLE ``` Example: ``` -[Oztechan/CCC#ISSUE_ID] Whatever the name of ticket is +[Oztechan/Config#123] Whatever the name of ticket is ``` ### Description -Description has to have `Resloves Oztechan/CCC#ISSUE_ID` with relevant issue. It will help automatically close relevant issue once the PR is merged. +Description has to have `Resloves Oztechan/REPO_NAME#ISSUE_ID` with relevant issue. It will help automatically close relevant issue once the PR is merged. Example: ``` -Resolves Oztechan/CCC#123 +Resolves Oztechan/Config#123 Some description. ``` diff --git a/docs/PULL_REQUEST_TEMPLATE.md b/docs/PULL_REQUEST_TEMPLATE.md index 97630d92e7..e4875821a0 100644 --- a/docs/PULL_REQUEST_TEMPLATE.md +++ b/docs/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,12 @@ ## Description -Resolves Oztechan/CCC* +Resolves Oztechan/REPO_NAME#ISSUE_ID