Skip to content

Commit

Permalink
Oztechan/Global#4 Global config update synced local 'docs/CONTRIBUTIN…
Browse files Browse the repository at this point in the history
…G.md' with remote 'docs/CONTRIBUTING.md'
  • Loading branch information
mustafaozhan committed Nov 7, 2023
1 parent 9c8943f commit 22d8b14
Showing 1 changed file with 6 additions and 6 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/TraceFit#ISSUE_ID] Commit message`
Every commit message should match the following format `[Oztechan/REPO_NAME#ISSUE_ID] Commit message`

Example:

```
[Oztechan/TraceFit#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/TraceFit#ISSUE_ID] ISSUE_TITLE
[Oztechan/REPO_NAME#ISSUE_ID] ISSUE_TITLE
```

Example:

```
[Oztechan/TraceFit#ISSUE_ID] Whatever the name of ticket is
[Oztechan/Config#123] Whatever the name of ticket is
```

### Description

Description has to have `Resloves Oztechan/TraceFit#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/TraceFit#123
Resolves Oztechan/Config#123
Some description.
```

0 comments on commit 22d8b14

Please sign in to comment.