Skip to content

Commit 099b231

Browse files
committed
chore: 👷 update changelog steps
1 parent a18ea69 commit 099b231

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Please note we have a code of conduct, please follow it in all your interactions
1515
variables, exposed ports, useful file locations and container parameters.
1616
4. Increase the version number in the package.json file to the new version that this Pull Request would represent.\
1717
The versioning scheme we use is [SemVer](http://semver.org/).
18-
5. Add the commit message and PR number in the CHANGELOG.md under the release number
18+
5. Add entry to `./changelog` with the format `<type>-<pr#>.md` ie: `fix-1234.md` and add message as content. See `./changelog` entries for better examples
1919
6. You may merge the Pull Request in once you have the sign-off of two other developers, or if you
2020
do not have permission to do that, you may request the second reviewer to merge it for you.
2121

PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22

33
### Devop
44

5-
* \[ ] Updated CHANGELOG.md
5+
* \[ ] Added entry to ./changelog
66
* \[ ] Add PR label
77

88
### Feature
99

10-
* \[ ] Updated CHANGELOG.md
10+
* \[ ] Added entry to ./changelog
1111
* \[ ] Is this a user submitted feature request?
1212
* \[ ] Link to issue:
1313
* \[ ] Add test cases or procedure
1414
* \[ ] Add PR label
1515

1616
### Bug
1717

18-
* \[ ] Updated CHANGELOG.md
18+
* \[ ] Added entry to ./changelog
1919
* \[ ] Is this a user submitted bug?
2020
* \[ ] Link to issue:
2121
* \[ ] Add PR label
2222

2323
### Release
2424

25-
* \[ ] Updated CHANGELOG.md
25+
* \[ ] Added entry to ./changelog
2626
* \[ ] Created a release
2727
* \[ ] Link to release:
2828
* \[ ] Add PR label

0 commit comments

Comments
 (0)