]> git.r.bdr.sh - rbdr/ngx_http_office_hours_filter_module/blame_incremental - CONTRIBUTING.md
Merge branch 'release/1.0.0'
[rbdr/ngx_http_office_hours_filter_module] / CONTRIBUTING.md
... / ...
CommitLineData
1# Contributing to ngx_http_office_hours_filter_module
2
3This NGINX module has the simple goal of allowing you to specify office
4hours for your server and not serving anything outside those hours.
5
6Any contributions are welcome especially if it works towards that goal.
7
8You can check the `README` for a list of **Further Improvements** if
9you want inspiration. Also, since I'm not great at C, any improvements
10to the code itself are also welcome!
11
12## The objective of ngx_http_office_hours_filter_module
13
14Give your web server the benefit of a regulated work schedule, and
15notify the consumers of the appropriate office hours to visit the
16website.
17
18Providing better ways to specify the working schedule of the server
19are in line with the objective.
20
21## How to contribute
22
23Above All: Be nice, always.
24
25* Always make sure the code is properly formatted with `make format`
26* Make the PRs according to [Git Flow][gitflow]: (features go to
27 develop, hotfixes go to master)
28
29[gitflow]: https://github.com/nvie/gitflow