diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000000..4bc6359fdc7 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,16 @@ +Thanks for your interest for contributing to `jj`! See +for detailed instructions[^md]. + +[^md]: Those docs are generated from +[`docs/contributing.md`](docs/contributing.md). + +The broad TL;DR is: + + + +- Bug reports are very welcome! +- Every commit that lands in the `main` branch is code reviewed. +- Please behave yourself, and obey the Community Guidelines. +- There **is** a mandatory CLA you must agree to. Importantly, it **does not** + transfer copyright ownership to Google or anyone else; it simply gives us the + right to safely redistribute and use your changes. diff --git a/README.md b/README.md index 6456cb9204c..0b7286d003f 100644 --- a/README.md +++ b/README.md @@ -322,6 +322,8 @@ We do have [a few policies and suggestions](https://martinvonz.github.io/jj/prerelease/contributing/) for contributors. The broad TL;DR: + + - Bug reports are very welcome! - Every commit that lands in the `main` branch is code reviewed. - Please behave yourself, and obey the Community Guidelines.