Skip to content

Commit a104a2b

Browse files
committed
Point to Jens Axboe's CONTRIBUTING.md for guidance
as agreed during bugwash Obsoletes varnishcache#4251
1 parent 2133a93 commit a104a2b

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CONTRIBUTING

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,18 @@ Pull requests are handled like other tickets.
2727

2828
Trivial pull requests (fix typos, etc) are welcomed, but they may be committed
2929
by 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

0 commit comments

Comments
 (0)