tailscale/.github/CONTRIBUTING.md
Brad Fitzpatrick 7f5932e8f4 .github: add CONTRIBUTING.md
Per suggestion from @sfllaw at https://github.com/tailscale/tailscale/pull/15576#issuecomment-2787386082

Updates #engdocs

Change-Id: I67f915db7965ae69dab8925999e7f20208a4269a
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2025-04-08 15:55:14 -07:00

798 B

PRs welcome! But please file bugs first and explain the problem or motivation. For new or changed functionality, strike up a discussion and get agreement on the design/solution before spending too much time writing code.

Commit messages should reference bugs.

We require Developer Certificate of Origin (DCO) Signed-off-by lines in commits. (git commit -s)

Please squash your code review edits & force push. Multiple commits in a PR are fine, but only if they're each logically separate and all tests pass at each stage. No fixup commits.

See commit-messages.md (or skim git log) for our commit message style.