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 (#49)

* [Oztechan/Global#4] Global config update synced local 'docs/' with remote 'docs/'

* [Oztechan/Global#4] Global config update synced local 'renovate.json' with remote 'renovate.json'
  • Loading branch information
mustafaozhan authored Jan 10, 2024
1 parent de1008b commit ad1b8b5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 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 `[/#ISSUE_ID] Commit message`

Example:

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

Example:

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

### Description

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

Example:

```
Resolves Oztechan/TraceFit#123
Resolves /#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 Oztechan/TraceFit#ISSUE_ID
Resolves /#ISSUE_ID
<!--
Pull Request Checklist
1. I have read the https://github.com/Oztechan/TraceFit/blob/develop/docs/CONTRIBUTING.md
2. PR title in the format of `[Oztechan/TraceFit#ISSUE_ID] ISSUE_TITLE`
1. I have read the https://github.com///blob/develop/docs/CONTRIBUTING.md
2. PR title in the format of `[/#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
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"matchPackagePatterns": [
"^org.jetbrains.kotlin:kotlin",
"^com.google.devtools.ksp",
"^androidx.compose.compiler"
"^androidx.compose.compiler",
"^org.jetbrains.compose"
],
"groupName": "kotlin"
},
Expand Down

0 comments on commit ad1b8b5

Please sign in to comment.