Skip to content

Commit 50f9993

Browse files
authored
chore: Introduce changelog (#592)
* chore: Introduce changelog Signed-off-by: Tom Kerkhove <[email protected]> * Update PULL_REQUEST_TEMPLATE.md Signed-off-by: Tom Kerkhove <[email protected]> --------- Signed-off-by: Tom Kerkhove <[email protected]>
1 parent 3e1a1c0 commit 50f9993

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ _Provide a description of what has been changed_
99
### Checklist
1010

1111
- [ ] Commits are signed with Developer Certificate of Origin (DCO)
12+
- [ ] Changelog has been updated and is aligned with our [changelog requirements](https://github.com/kedacore/keda/blob/main/CONTRIBUTING.md#Changelog)
1213
- [ ] Any necessary documentation is added, such as:
1314
- [`README.md`](/README.md)
1415
- [The `docs/` directory](./docs)

Changelog.md

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Changelog
2+
3+
<!--
4+
New changelog entries must be inline with our changelog guidelines.
5+
Please refer to https://github.com/kedacore/keda/blob/main/CONTRIBUTING.md#Changelog to learn more.
6+
-->
7+
8+
This changelog keeps track of work items that have been completed and are ready to be shipped in the next release.
9+
10+
## History
11+
12+
- [Unreleased](#unreleased)
13+
14+
## Unreleased
15+
16+
### Breaking Changes
17+
18+
- TODO
19+
20+
### New
21+
22+
### Improvements
23+
24+
- **General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO))
25+
26+
### Fixes
27+
28+
- **General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO))
29+
30+
### Deprecations
31+
32+
You can find all deprecations in [this overview](https://github.com/kedacore/http-add-on/labels/breaking-change) and [join the discussion here](https://github.com/kedacore/http-add-on/discussions/categories/deprecations).
33+
34+
New deprecation(s):
35+
36+
- TODO
37+
38+
Previously announced deprecation(s):
39+
40+
- TODO
41+
42+
### Other
43+
44+
- TODO

0 commit comments

Comments
 (0)