Skip to content

Commit

Permalink
[Oztechan/Global#4] Global config update synced file(s) with Oztechan…
Browse files Browse the repository at this point in the history
…/Config (#2957)

* Oztechan/Global#4 Global config update synced local 'docs/CONTRIBUTING.md' with remote 'docs/CONTRIBUTING.md'

* Oztechan/Global#4 Global config update synced local 'docs/PULL_REQUEST_TEMPLATE.md' with remote 'docs/PULL_REQUEST_TEMPLATE.md'
  • Loading branch information
mustafaozhan authored Nov 7, 2023
1 parent 7f64b6a commit 8386541
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
12 changes: 6 additions & 6 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
```
9 changes: 5 additions & 4 deletions docs/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
## Description

Resolves Oztechan/CCC*
Resolves Oztechan/REPO_NAME#ISSUE_ID
<!--
Pull Request Checklist
1. I have read the https://github.com/Oztechan/CCC/blob/develop/docs/CONTRIBUTING.md
2. PR title in the format of `[Oztechan/CCC#ISSUE_ID] ISSUE_TITLE`
1. I have read the https://github.com/Oztechan/Config/blob/develop/docs/CONTRIBUTING.md
2. PR title in the format of `[Oztechan/REPO_NAME#ISSUE_ID] ISSUE_TITLE`
3. I have added a valid description and
4. I replaced `*` with the link of the issue. Ie `#123` into description (it will automatically close issue once PR is merged)
4. I replaced `REPO_NAME` with the name of repository.
5. I replaced `ISSUE_ID` with the ID(number in the link) of issue.
4. I have tested the app before creating this PR
-->

0 comments on commit 8386541

Please sign in to comment.