Blame COMMIT_NOTES

Packit Service d1fe03
A quick list of rules for committing stuff into netfilter git:
Packit Service d1fe03
Packit Service d1fe03
- Always add an appropriate description, in git format
Packit Service d1fe03
  (i.e. first line is a summary)
Packit Service d1fe03
Packit Service d1fe03
- Please try to include references to bugs when the description does not
Packit Service d1fe03
  include total discussion coverage or when the bug report is external to
Packit Service d1fe03
  netfilter-devel, e.g.
Packit Service d1fe03
  "Closes: netfilter bugzilla #123", or
Packit Service d1fe03
  "Reference: http://bugs.{debian,gentoo}.org/..."
Packit Service d1fe03
Packit Service d1fe03
- If you touch any parts of libxtables (xtables.c, include/xtables.h.in),
Packit Service d1fe03
  make sure the so-version is updated _appropriately_ (i.e. read the
Packit Service d1fe03
  libtool manual about Versioning:: first, if need be) in configure.ac.
Packit Service d1fe03
  Adding fields to a struct always entails a vcurrent bump.
Packit Service d1fe03
Packit Service d1fe03
  - Check, whether a bump (vcurrent,vage) has already been made since the
Packit Service d1fe03
    last release (no more than one per release), e.g.:
Packit Service d1fe03
            git log v1.4.4.. configure.ac