File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,3 +27,18 @@ Pull requests are handled like other tickets.
2727
2828Trivial pull requests (fix typos, etc) are welcomed, but they may be committed
2929by a core team member and the author credited in the commit message.
30+
31+ For anything non trivial, please take Jens Axboe's excellent contributing guide
32+ as guidance: https://github.com/axboe/liburing/blob/master/CONTRIBUTING.md
33+
34+ Notable differences for Varnish-Cache are:
35+
36+ * For code style, we broadly follow bsd style(9) https://man.freebsd.org/cgi/man.cgi?query=style&sektion=9
37+
38+ * Regarding commit messages, we are usually less strict
39+
40+ * The Varnish-Cache repository uses a linear history, so all changes are rebased
41+ on top of the current upstream head always. When your PR can no longer be
42+ merged, rebase it and force-push your changes.
43+
44+ * For testing `make distcheck` should pass
You can’t perform that action at this time.
0 commit comments