Merge pull request #226 from alixander/alixander/CLA

contributing.md: cla
This commit is contained in:
Alexander Wang 2022-11-26 16:12:20 -08:00 committed by GitHub
commit eb55a49559
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,13 @@ The simplified D2 flow at a package level looks like:
## Logistics ## Logistics
- **Important**: Contributions to D2 require a CLA. We will never relicense D2, but
Hashicorp has a good explanation of why a CLA has benefits for all parties (contributor,
community, us): [https://www.hashicorp.com/cla](https://www.hashicorp.com/cla). Please
email cla@terrastruct.com with your name and Github username stating that you agree to
[Terrastruct's
CLA](https://terrastruct-site-assets.s3.us-west-1.amazonaws.com/documents/terrastruct_cla.pdf).
You only have to do this the first time you contribute.
- D2 uses Issues as TODOs. No auto-closing on staleness. - D2 uses Issues as TODOs. No auto-closing on staleness.
- Branch off `master`. - Branch off `master`.
- Prefix pull request titles with a short descriptor of the domain, e.g. `d2renderer: Add - Prefix pull request titles with a short descriptor of the domain, e.g. `d2renderer: Add