forked from syslog-ng/syslog-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
chapters chapter_4 section_4
Hofi edited this page Jan 15, 2024
·
1 revision
Commits are the main source of traces in the history of a project. That is why commit messages should be informative and simple. There is no ultimate way of writing a good commit message, but we have collected some ideas that are worth being followed.
- Name of the module you changed something in
- Simple and informative description about the content
- Some explanations about the solutions
- References to documents and issues
Signed-off-by: Lorem Ipsum <[email protected]>
GitHub uses a reference system that helps the developers to create connections between issues, comments and commits. Another option of GitHub is informing someone about a commit by mentioning their names.
foo: This patch corrects the memleak in queueing in module foo.
See here: #42
This patch #42 should be ported to version 4.2 because it is affected too.
See PR: #52
@daniel look at this PR #66
-
install syslog-ng on different platforms
- Ubuntu
- openSUSE
- macOS
- FreeBSD
- get familiar with the structure
- project structure
- git structure
- compile first
- fetching dependencies
- compile
- testing
- install
- run first
- write your first config
- syslog-ng
- debugging syslog-ng
- contribute
- tools
- issues
- features
- bugs
- process
- commits
- licensing
- examples
- Simple Python Destination
- Simple Java Destination
- Python Kafka Destination
- Osquery and Elasticsearch
- Simple Threaded C Destination
- Simple Python Source
- docker images for syslog-ng