Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
a104a2b4
Unverified
Commit
a104a2b4
authored
Jan 13, 2025
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Point to Jens Axboe's CONTRIBUTING.md for guidance
as agreed during bugwash Obsoletes #4251
parent
2133a93e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
CONTRIBUTING
CONTRIBUTING
+15
-0
No files found.
CONTRIBUTING
View file @
a104a2b4
...
...
@@ -27,3 +27,18 @@ Pull requests are handled like other tickets.
Trivial pull requests (fix typos, etc) are welcomed, but they may be committed
by a core team member and the author credited in the commit message.
For anything non trivial, please take Jens Axboe's excellent contributing guide
as guidance: https://github.com/axboe/liburing/blob/master/CONTRIBUTING.md
Notable differences for Varnish-Cache are:
* For code style, we broadly follow bsd style(9) https://man.freebsd.org/cgi/man.cgi?query=style&sektion=9
* Regarding commit messages, we are usually less strict
* The Varnish-Cache repository uses a linear history, so all changes are rebased
on top of the current upstream head always. When your PR can no longer be
merged, rebase it and force-push your changes.
* For testing `make distcheck` should pass
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment