Skip to content

Commit e81f341

Browse files
committed
Fixed the issue mentioned in pull request.
1 parent b6989d7 commit e81f341

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/git/branching_naming_convention.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ sidebar_label: Branch Naming Convention
99
* Branch name should exactly match with the corresponding JIRA ticket that you will be working on. `<project-name>-<ticket-number>`
1010

1111
Examples:
12-
1312
* FHF-100
1413
* DEL-200
1514

docs/git/smart_commit.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ title: Smart Commit
44
sidebar_label: Smart Commit
55
---
66

7-
Smart commits allows a team to perform actions on Jira issues from a single commit. Users can enter the issue key and the desired action such as time tracking or closing an issue.
7+
Smart commits allows a team to perform actions on JIRA issues from a single commit. Users can enter the issue key and the desired action such as time tracking or closing an issue.
88

99
#### Some of the mostly used smart commands:
1010

11-
* `#comment`: Adds a comment to a Jira issue. `ISSUE_KEY #comment <your comment text>`
12-
* `#time` : Records time tracking information against a Jira issue.
13-
* `#<transition-name>` : Moves the Jira issue to a particular workflow state.
11+
* `#comment`: Adds a comment to a JIRA issue. `ISSUE_KEY #comment <your comment text>`
12+
* `#time` : Records time tracking information against a JIRA issue.
13+
* `#<transition-name>` : Moves the JIRA issue to a particular workflow state.
1414

1515
#### Examples:
1616

0 commit comments

Comments
 (0)