Add RELEASE-NOTES for next release (#4046)
* Add RELEASE-NOTES template for next The placeholder items are useful instead of having to find the • character for every new release. Closes #4040 * Remove leftover bugfix release notes from tree
This commit is contained in:
6
.github/CONTRIBUTING.md
vendored
6
.github/CONTRIBUTING.md
vendored
@ -26,6 +26,12 @@ Note that bug reports and feature requests for related projects should be filed
|
||||
* Use the `next` branch for developing and sending your pull request.
|
||||
* Use `clang-format` to format your code.
|
||||
* Run the [testsuite](https://i3wm.org/docs/testsuite.html)
|
||||
* If your changes should be reported on the next release's changelog, also
|
||||
update the [RELEASE-notes-next](../RELEASE-notes-next) file in the root
|
||||
folder. Example of changes that should be reported are bug fixes present in
|
||||
the latest stable version of i3 and new enhancements. Example of changes that
|
||||
should not be reported are minor code improvements, documentation, regression
|
||||
and fixes for bugs that were introduced in the `next` branch.
|
||||
|
||||
## Finding something to do
|
||||
|
||||
|
Reference in New Issue
Block a user