Skip to content

Commit

Permalink
[#88] Update docs to trick file-sync bug (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan authored Jan 17, 2024
1 parent 8eb2e70 commit a3db254
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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 {{ repository.owner }}/{{ repository.name }}#ISSUE_ID` with relevant issue. It will help automatically close relevant issue once the PR is merged.
Description has to have `Resolves {{ repository.owner }}/{{ repository.name }}#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 {{ repository.owner }}/{{ repository.name }}#ISSUE_ID
<!--
Pull Request Checklist
1. I have read the https://github.com/{{ repository.owner }}/{{ repository.name }}/blob/develop/docs/CONTRIBUTING.md
2. PR title in the format of `[{{ repository.owner }}/{{ repository.name }}#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 `[{{ repository.owner }}/{{ repository.name }}#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
-->

0 comments on commit a3db254

Please sign in to comment.