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 #63

Merged
merged 1 commit into from
Jan 14, 2024
Merged
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 `[/#ISSUE_ID] Commit message`
Every commit message should match the following format `[Oztechan/TraceFit#ISSUE_ID] Commit message`

Example:

```
[/#ISSUE_ID] My cool feature
[Oztechan/TraceFit#ISSUE_ID] My cool feature
```

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

```
[/#ISSUE_ID] ISSUE_TITLE
[Oztechan/TraceFit#ISSUE_ID] ISSUE_TITLE
```

Example:

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

### Description

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

Example:

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