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
…/Global (#90)

* [Oztechan/Global#4] Global config update created local 'docs/' from remote 'docs/'

* [Oztechan/Global#4] Global config update synced local 'renovate.json' with remote 'renovate.json'

* [Oztechan/Global#4] Global config update synced local 'docs/' with remote 'docs/'
  • Loading branch information
mustafaozhan authored Nov 27, 2023
1 parent b03ece2 commit 61ea745
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 1 deletion.
49 changes: 49 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Contributing

## Branch

Branch name should start with `ISSUE_ID` and after the id there should be `-` then continues with description of branch or title of ticket. Use `_` for empty spaces.

Example:

```
123-My_Cool_Feature_Or_Bug
```

## Commit Message

Every commit message should match the following format `[SubMob/BaseMob#ISSUE_ID] Commit message`

Example:

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

## Pull Request

### Title

Pull Request title should follow below format:

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

Example:

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

### Description

Description has to have `Resolves SubMob/BaseMob#ISSUE_ID` with relevant issue. It will help automatically close relevant issue once the PR is merged.

Example:

```
Resolves SubMob/BaseMob#123
Some description.
```
7 changes: 7 additions & 0 deletions docs/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Description

<!--
Issue Checklist
1. I have added a valid description.
2. If it is a bug, I have added how to reproduce it.
-->
9 changes: 9 additions & 0 deletions docs/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Resolves SubMob/BaseMob#ISSUE_ID
<!--
Pull Request Checklist
1. I have read the https://github.com/SubMob/BaseMob/blob/develop/docs/CONTRIBUTING.md
2. PR title in the format of `[SubMob/BaseMob#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
-->
26 changes: 25 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,29 @@
"rebaseWhen": "conflicted",
"gitAuthor": "Renovate <[email protected]>",
"commitBody": "Co-authored-by: Mustafa Ozhan <[email protected]>",
"commitMessageAction": "[SubMob/BaseMob#32] Dependency update"
"commitMessageAction": "[Oztechan/Global#12] Update",
"git-submodules": {
"enabled": true,
"groupName": "Git Submodules"
},
"lockFileMaintenance": {
"enabled": true,
"commitMessageAction": "[Oztechan/Global#12] Lock file maintenance"
},
"packageRules": [
{
"matchPackagePatterns": [
"^org.jetbrains.kotlin:kotlin",
"^com.google.devtools.ksp",
"^androidx.compose.compiler"
],
"groupName": "kotlin"
},
{
"matchPackagePatterns": [
"^io.insert-koin"
],
"groupName": "koin"
}
]
}

0 comments on commit 61ea745

Please sign in to comment.