X-Git-Url: https://git.r.bdr.sh/rbdr/ngx_http_office_hours_filter_module/blobdiff_plain/31993a1682d3be9fb3489918874815d3598f8412..refs/tags/1.0.0:/CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4a7aded..0cbd851 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,24 +1,28 @@ -# Contributing to ngx_office_hours +# Contributing to ngx_http_office_hours_filter_module This NGINX module has the simple goal of allowing you to specify office -hours for your server, any contributions are welcome especially if it -makes that goal easier to achieve. +hours for your server and not serving anything outside those hours. -## The objective of Sumo +Any contributions are welcome especially if it works towards that goal. + +You can check the `README` for a list of **Further Improvements** if +you want inspiration. Also, since I'm not great at C, any improvements +to the code itself are also welcome! + +## The objective of ngx_http_office_hours_filter_module Give your web server the benefit of a regulated work schedule, and notify the consumers of the appropriate office hours to visit the website. -A big factor currently not considered is to serve the site in the time -zone of the visitor, currently it is tied to server time. +Providing better ways to specify the working schedule of the server +are in line with the objective. ## How to contribute Above All: Be nice, always. -* Ensure the style checker shows no warnings or errors -* Don't break the CI +* Always make sure the code is properly formatted with `make format` * Make the PRs according to [Git Flow][gitflow]: (features go to develop, hotfixes go to master)