* [presubmit] Enforce language attribute in projectt.yaml to be always set.
* Update documentation, better presubmit check, new project template.
* add docstring to templates.py
* Add example values in the project.yaml template and remove python value for now
* Add "project: c++" to 256 projects
* format
* Add labels and selective_unpack sections to the presubmit check
* fix incorrect auto_ccs format in three projects
* fix nss emails after rebase
* Add Mozilla fuzzing team to auto_cc of their used 3rd party libraries
* Use new vendor_ccs field in projects.yml (#2703)
* Remove not yet approved projects
* Remove not yet approved projects
Maintainers who own these projects: If you don't want i386 fuzzing, feel free to disable.
I figured i386 fuzzing is generally desirable since it can find more bugs but most projects won't switch because of inertia.
* bzip2: Bug fixes; added citations
* bzip2: Bump bzip2 version to 1.0.6
* bzip2: Variable blockSize100k, workFactor, and small
* bzip2: Remove hardcoded buffer sizes; fix nZ (compressor) to point to real buffer size
* bzip: Remove ubsan from project.yaml beacuse of start-up crash google/oss-fuzz#1887