From aae3976bcf30e9406b61c5b3dd9b1ba05132ba28 Mon Sep 17 00:00:00 2001 From: "David A. Wheeler" Date: Sun, 30 Jul 2017 20:52:42 -0400 Subject: [PATCH] Note CONTRIBUTING.md in README and ChangeLog Signed-off-by: David A. Wheeler --- ChangeLog | 3 +++ README | 3 +++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index bb3c2e0..5574cff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ * Change version numbers to use Semantic Versioning (x.y.z) * Add support for generating CSV (comma-separated value) format, to make this tool easier to integrate into larger toolsuites. + * Fixed a number of issues - and even a few bugs - found by the + Python static analysis tool pylint. + * Document in CONTRIBUTING.md how to contribute to the project. * Change version number to 2.0.0, because we have a subtle interface change that won't affect most people but it *may* affect those who use postprocess diff --git a/README b/README index 3c1618d..793deb6 100644 --- a/README +++ b/README @@ -43,5 +43,8 @@ vulnerabilities in programs that cannot be built or cannot be linked. Flawfinder also doesn't get as confused by macro definitions and other oddities that more sophisticated tools have trouble with. +We love contributions! For more information on contributing, see +the file CONTRIBUTING.md. + Flawfinder is released under the GNU GPL license version 2 or later (GPL-2.0+). See the COPYING file for license information.