Note CONTRIBUTING.md in README and ChangeLog
Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
This commit is contained in:
parent
7a0a1f38a6
commit
aae3976bcf
|
@ -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
|
||||
|
|
3
README
3
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.
|
||||
|
|
Loading…
Reference in New Issue