@@ -18,34 +18,11 @@ Builder (CB). The project's Consensus Builder (CB) is Justin Cappos
1818<jcappos@nyu.edu , @JustinCappos >, who has a lifetime appointment.
1919
2020## Contributions
21- [ A contributor can submit GitHub pull
22- requests] ( CONTRIBUTING.rst )
23- to the project's repositories. They must follow the project's [ code of
24- conduct] ( CODE-OF-CONDUCT.md ) , the [ developer certificate of
25- origin] ( https://developercertificate.org/ ) , the [ code style
26- guidelines] ( https://github.com/secure-systems-lab/code-style-guidelines ) , and
27- must unit test any new software feature or change. Submitted pull requests
28- undergo review and automated testing, including, but not limited to:
29-
30- * Unit and build testing via [ GitHub Actions] ( https://github.com/theupdateframework/python-tuf/actions ) and
31- [ Tox] ( https://tox.readthedocs.io/en/latest/ ) .
32- * Static code analysis via [ Pylint] ( https://www.pylint.org/ ) and
33- [ Bandit] ( https://wiki.openstack.org/wiki/Security/Projects/Bandit ) .
34- - Auto-formatting with [ black] ( https://black.readthedocs.io/ ) and
35- [ isort] ( https://pycqa.github.io/isort/ ) .
36- * Checks for Signed-off-by commits via [ Probot: DCO] ( https://github.com/probot/dco ) .
37- * Review by one or more
38- [ maintainers] ( MAINTAINERS.txt ) .
39-
40- A contributor can propose changes to the specification with a [ TUF Augmentation
41- Proposal] ( https://github.com/theupdateframework/taps ) (TAP). It is a design
42- document providing information to the TUF community, or describing a new
43- feature for TUF or its processes or environment.
44-
45- A [ TAP] ( TAP.rst ) can be approved or rejected by the CB after it has been reviewed and
46- discussed. Discussions take place on the project's [ mailing
47- list] ( https://groups.google.com/forum/?fromgroups#!forum/theupdateframework ) or
48- the TAPs GitHub issue tracker.
21+ Contributors can submit pull requests to the project's repositories. They must
22+ follow the project's [ code of conduct] ( CODE-OF-CONDUCT.md ) , the
23+ [ developer certificate of origin] ( https://developercertificate.org/ ) , and the
24+ repository specific contribution guidelines, such as
25+ [ CONTRIBUTING.rst] ( CONTRIBUTING.rst ) .
4926
5027## Changes in maintainership
5128
0 commit comments