certtools / intelmq

IntelMQ is a solution for IT security teams for collecting and processing security feeds using a message queuing protocol.
https://docs.intelmq.org/latest/
GNU Affero General Public License v3.0
948 stars 296 forks source link

update NEWS.md in preparation for 3.3.0 #2468

Closed aaronkaplan closed 4 months ago

aaronkaplan commented 4 months ago

Please read the notes below and replace them with the description of you pull request

Make sure you follow the instructions in the Developer Guide - it describes how to run the test suite and which coding rules to follow.

Commits

Please review your commits before creating a pull request. We try to keep our commit history clean. If you had to fix something in your code and added another commit on top of your existing work, please squash your commits. This makes it a lot easier to find out why things work the way they do later on.

But please also keep in mind that one commit should only contain changes that belong together.

The cardinal rule for creating good commits is to ensure there is only one "logical change" per commit

Thus, if your changes affect multiple files and also contains tests and documentation (which it should), it might make sense to have the tests and the documentation in a separate commit.

Commit Messages

Please explain your changes also in the git commit message. The commit message should contain a subject that gives an overview of the changes in the commit and is limited to 72 characters. It should start with a capital letter and it should not end with a period. Below the subject should be, separated by an empty line, the body of the commit message. The body should explain what the commit changes and why it changes thing the way it does. Explain your modification and also explain why you didn't chose a different approach. See also How To Write a Git Commit Message.

Description

If you are following the commit message guidelines above, all the relevant information should already be part of the commit message. If there is anything else you want to add, feel free to do this here.