forked from awslabs/graphql-schema-utilities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.commit-msg
38 lines (31 loc) · 949 Bytes
/
.commit-msg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[FEATURE | BUG | DOCS | CHORE] One liner succinctly describing the change (this line should be 60 characters or less total)
# Describe the issue you are facing and how you solved it with the proposed changes.
[TESTING]
# How you tested this change. Please be specific!
issue <ISSUE_URL>
#
#####################################################################
#
# EXAMPLE:
#
#####################################################################
#
# [FEATURE] Enable HTTP2 support in downloader module.
#
# I would like to use HTTP2 features to increase the performance of
# my application.
#
# I updated the Downloader module to configure the HTTP client to use
# HTTP 2 features.
#
# [TESTING]
#
# I tested this change with my application in the following scenarios:
# * X
# * Y
# * Z
#
# I also implemented 2 new unit tests to specify the behavior of this
# new feature
#
# issue https://github.com/awslabs/graphql-schema-validator/issues/13