CONTRIBUTING.md 1.2 KB
Newer Older
M
michaelawyu 已提交
1
# Contributing to the Tekton website
2

M
michaelawyu 已提交
3
Thanks for considering contributing to our project!
4

M
michaelawyu 已提交
5 6
**All contributors must comply with
[the code of conduct](./CODE-OF-CONDUCT.md).**
7

8
To get started developing, see our [DEVELOPMENT.md](./DEVELOPMENT.md) and [DOC-CON-MAIN.md](./content/en/doc-con-main.md).
9

M
michaelawyu 已提交
10 11 12
- The [OWNERS](OWNERS) of this repo are the
  [members of the Tekton governing board](https://github.com/tektoncd/community/blob/master/governance.md)
  as well as folks from the Linux Foundation who contribute to this project.
13

M
michaelawyu 已提交
14 15
In [the community repo](https://github.com/tektoncd/community) you'll find info
on:
16

M
michaelawyu 已提交
17 18 19 20 21 22
- [Contacting other contributors](https://github.com/tektoncd/community/blob/master/contact.md)
- [Development standards](https://github.com/tektoncd/community/blob/master/standards.md)
  including standards for 
  [commit messages](https://github.com/tektoncd/community/blob/master/standards.md#commit-messages)
- [Processes](https://github.com/tektoncd/community/blob/master/process.md) like
  [reviews](https://github.com/tektoncd/community/blob/master/process.md#reviews)
23

M
michaelawyu 已提交
24 25
You can find details on our automation infrastructure in
[the plumbing repo](https://github.com/tektoncd/plumbing).