Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 67e8678

Browse files
authored
Merge pull request #1205 from darkowlzz/pr-template-changelog
pr-template: instruction about updating changelog
2 parents 742e949 + 2e51ae2 commit 67e8678

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!--
22
Work-in-progress PRs are welcome as a way to get early feedback - just prefix
33
the title with [WIP].
4+
5+
Add the change in the changelog (except for test changes and docs updates).
6+
Please edit CHANGELOG.md and add the change under the appropriate category (NEW
7+
FEATURES, IMPROVEMENTS & BUG FIXES) along with the PR number.
48
-->
59

610
### What does this do / why do we need it?

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ IMPROVEMENTS:
77
* File name case check is now performed on `Gopkg.toml` and `Gopkg.lock`.
88
(#1114)
99
* gps: gps now supports pruning. (#1020)
10-
* `dep ensure -add` now concurrently validates the passed project arguments.
11-
Improving performance when adding new dependencies with `-add`. (#1175)
10+
* `dep ensure -update` now concurrently validates the passed project arguments.
11+
Improving performance when updating dependencies with `-update`. (#1175)
1212
* `dep status` now concurrently fetches repo info. Improving status performance.
1313
(#1135)
1414

0 commit comments

Comments
 (0)