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 Apr 12, 2024
1 parent 77dea55 commit dad636f
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 `[SubMob/BaseMob#ISSUE_ID] Commit message`
Every commit message should match the following format `[Oztechan/Global#ISSUE_ID] Commit message`

Example:

```
[SubMob/BaseMob#ISSUE_ID] My cool feature
[Oztechan/Global#ISSUE_ID] My cool feature
```

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

```
[SubMob/BaseMob#ISSUE_ID] ISSUE_TITLE
[Oztechan/Global#ISSUE_ID] ISSUE_TITLE
```

Example:

```
[SubMob/BaseMob#ISSUE_ID] Whatever the name of ticket is
[Oztechan/Global#ISSUE_ID] Whatever the name of ticket is
```

### Description

Description has to have `Resolves SubMob/BaseMob#ISSUE_ID` with relevant issue. It will help project automations.
Description has to have `Resolves Oztechan/Global#ISSUE_ID` with relevant issue. It will help project automations.

Example:

```
Resolves SubMob/BaseMob#123
Resolves Oztechan/Global#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 SubMob/BaseMob#ISSUE_ID
Resolves Oztechan/Global#ISSUE_ID
<!--
Pull Request Checklist
1. I have read the https://github.com/SubMob/BaseMob/blob/develop/docs/CONTRIBUTING.md
2. PR title is in the format of `[SubMob/BaseMob#ISSUE_ID] ISSUE_TITLE`
1. I have read the https://github.com/Oztechan/Global/blob/develop/docs/CONTRIBUTING.md
2. PR title is in the format of `[Oztechan/Global#ISSUE_ID] ISSUE_TITLE`
3. I have added a valid description and pictures if necessary.
4. I replaced `ISSUE_ID` with the ID of issue.
5. I have tested the app before creating this PR
Expand Down

0 comments on commit dad636f

Please sign in to comment.