Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Oztechan/Global#4] Global config update synced file(s) with Oztechan/Global #141

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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