Where conversations happen
Every conversation happens on GitHub, in public:
There is no chat room or mailing list. Public issues and discussions are the archive, so the next person can search and find what you found.
Issue etiquette
- Search before posting; the answer often exists in an issue, a Discussion, or on a docs page.
- One topic per issue, and stay on it. If a side topic appears, open a second issue and link them.
- Assume good faith and reply with specifics, not tone. A terse bug report is not rudeness; it is brevity.
- Redact secrets from everything you paste. Outputs in these examples include private keys and secret keys; once posted, they are public forever.
Pull request review etiquette
- Keep PRs small and single purpose. A reviewer can give a ten line PR an answer in minutes; a thousand line PR with three features gets one of them reviewed well.
- Ask for review only when the PR template checklist is done. The checklist is the shared definition of done.
- Answer review comments with a code change or a written reason. A stale “will fix later” is how PRs rot.
- Reviews are asynchronous and can take a day or more. If something is urgent, say so in the PR and why, politely.
Docs sync rules
The docs site is bilingual, and that is a hard invariant, not a preference. Every rule from AGENTS.md in the docs repo:- Every page exists in English and under
id/with the same relative path. A PR that adds an English page without its Indonesian copy is incomplete. - Indonesian pages are casual gen-z tone, short sentences, technical terms in English inside code formatting. Code blocks are identical across languages.
- Internal links in Indonesian pages start with
/id/. - No em dashes or en dashes in either language, and the same rule applies to code comments and commit messages.
Releases and announcements
- The example repos do not cut releases or version tags.
mainis the release, and the READMEs say so implicitly: clone, and you have the latest. - The providers release through their registries, Terraform Registry and Pulumi Registry, see Registries.
- The docs site ships continuously; every merge to
mainis a deploy. - Big changes, like a new example or a new language, get announced in a Discussion so users and contributors can weigh in before the PR opens.