forked from amberframework/amber
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmessage
20 lines (13 loc) · 808 Bytes
/
.gitmessage
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Commit Title Here Eg. Redirect user to the requested page after login
Issue: Add relevant links to issue/story/card and any other important references
Important - Links are required for all commits!
# Why is this change necessary?
* This question tells reviewers of your pull request what to expect in the
commit, allowing them to more easily identify and point out unrelated changes.
# How does it address the issue
* Describe, at a high level, what was done to affect change.
# What side effects does this change have?
* This is the most important question to answer, as it can point out problems
where you are making too many changes in one commit or branch. One or two bullet
points for related changes may be okay, but five or six are likely indicators of
a commit that is doing too many things.