Skip to content

Commit

Permalink
[#25] Integrate SubMob repositories into Global
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan committed Nov 25, 2023
1 parent 8a0e0fe commit c547f5a
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 7 deletions.
43 changes: 43 additions & 0 deletions .github/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ group:
Oztechan/CCC
Oztechan/Tracefit
Oztechan/actions
SubMob/BaseMob
SubMob/ScopeMob
SubMob/LogMob
SubMob/ParserMob
# .github
- files:
Expand All @@ -16,6 +20,10 @@ group:
Oztechan/CCC
Oztechan/Tracefit
Oztechan/actions
SubMob/BaseMob
SubMob/ScopeMob
SubMob/LogMob
SubMob/ParserMob
# Code Quality
- files:
Expand All @@ -32,18 +40,53 @@ group:
Oztechan/CCC
Oztechan/Tracefit
Oztechan/actions
SubMob/BaseMob
SubMob/ScopeMob
SubMob/LogMob
SubMob/ParserMob
Oztechan/CCC:
- source: docs/
template:
repository:
name: 'CCC'
owner: "Oztechan"

Oztechan/TraceFit:
- source: docs/
template:
repository:
name: 'TraceFit'
owner: "Oztechan"

Oztechan/BaseMob:
- source: docs/
template:
repository:
name: 'BaseMob'
owner: "SubMob"

Oztechan/ScopeMob:
- source: docs/
template:
repository:
name: 'ScopeMob'
owner: "SubMob"

Oztechan/LogMob:
- source: docs/
template:
repository:
name: 'LogMob'
owner: "SubMob"

Oztechan/ParserMob:
- source: docs/
template:
repository:
name: 'ParserMob'
owner: "SubMob"

Oztechan/actions:
- source: docs/
template:
Expand Down
6 changes: 3 additions & 3 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Example:

## Commit Message

Every commit message should match the following format `[Oztechan/{{ repository.name }}#ISSUE_ID] Commit message`
Every commit message should match the following format `[{{ repository.owner }}/{{ repository.name }}#ISSUE_ID] Commit message`

Example:

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

```
[Oztechan/{{ repository.name }}#ISSUE_ID] ISSUE_TITLE
[{{ repository.owner }}/{{ repository.name }}#ISSUE_ID] ISSUE_TITLE
```

Example:
Expand All @@ -38,7 +38,7 @@ Example:

### Description

Description has to have `Resloves Oztechan/{{ repository.name }}#ISSUE_ID` with relevant issue. It will help automatically close relevant issue once the PR is merged.
Description has to have `Resloves {{ repository.owner }}/{{ repository.name }}#ISSUE_ID` with relevant issue. It will help automatically close relevant issue once the PR is merged.

Example:

Expand Down
6 changes: 2 additions & 4 deletions docs/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
## Description

Resolves Oztechan/{{ repository.name }}#ISSUE_ID
Resolves {{ repository.owner }}/{{ repository.name }}#ISSUE_ID
<!--
Pull Request Checklist
1. I have read the https://github.com/Oztechan/Global/blob/develop/docs/CONTRIBUTING.md
2. PR title in the format of `[Oztechan/{{ repository.name }}#ISSUE_ID] ISSUE_TITLE`
2. PR title in the format of `[{{ repository.owner }}/{{ repository.name }}#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 c547f5a

Please sign in to comment.