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

Merged
merged 1 commit into from
Jan 20, 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
4 changes: 2 additions & 2 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 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.
Branch name should start with `ISSUE_ID` and after the id there should be `-` and then it continues with description of branch or title of ticket. Use `_` for empty spaces.

Example:

Expand Down Expand Up @@ -38,7 +38,7 @@ Example:

### Description

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

Example:

Expand Down
6 changes: 3 additions & 3 deletions docs/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Resolves SubMob/ParserMob#ISSUE_ID
<!--
Pull Request Checklist
1. I have read the https://github.com/SubMob/ParserMob/blob/develop/docs/CONTRIBUTING.md
2. PR title in the format of `[SubMob/ParserMob#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.
2. PR title is in the format of `[SubMob/ParserMob#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
-->