Skip to content

Commit

Permalink
[Oztechan/Global#4] Global config update synced local 'docs/' with re…
Browse files Browse the repository at this point in the history
…mote 'docs/'
  • Loading branch information
mustafaozhan committed Nov 26, 2023
1 parent b634208 commit 0ffb6ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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 `[/#ISSUE_ID] Commit message`
Every commit message should match the following format `[SubMob/ScopeMob#ISSUE_ID] Commit message`

Example:

```
[/#ISSUE_ID] My cool feature
[SubMob/ScopeMob#ISSUE_ID] My cool feature
```

## Pull Request
Expand All @@ -27,23 +27,23 @@ Example:
Pull Request title should follow below format:

```
[/#ISSUE_ID] ISSUE_TITLE
[SubMob/ScopeMob#ISSUE_ID] ISSUE_TITLE
```

Example:

```
[/#ISSUE_ID] Whatever the name of ticket is
[SubMob/ScopeMob#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 SubMob/ScopeMob#ISSUE_ID` with relevant issue. It will help automatically close relevant issue once the PR is merged.

Example:

```
Resolves /#123
Resolves SubMob/ScopeMob#123
Some description.
```
6 changes: 3 additions & 3 deletions docs/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Resolves /#ISSUE_ID
Resolves SubMob/ScopeMob#ISSUE_ID
<!--
Pull Request Checklist
1. I have read the https://github.com///blob/develop/docs/CONTRIBUTING.md
2. PR title in the format of `[/#ISSUE_ID] ISSUE_TITLE`
1. I have read the https://github.com/SubMob/ScopeMob/blob/develop/docs/CONTRIBUTING.md
2. PR title in the format of `[SubMob/ScopeMob#ISSUE_ID] ISSUE_TITLE`
3. I have added a valid description and
4. I replaced `ISSUE_ID` with the ID(number in the link) of issue.
5. I have tested the app before creating this PR
Expand Down

0 comments on commit 0ffb6ce

Please sign in to comment.