]> git.r.bdr.sh - rbdr/ngx_http_office_hours_filter_module/blob - CONTRIBUTING.md
Fix bug with negative minutes
[rbdr/ngx_http_office_hours_filter_module] / CONTRIBUTING.md
1 # Contributing to ngx_office_hours
2
3 This NGINX module has the simple goal of allowing you to specify office
4 hours for your server, any contributions are welcome especially if it
5 makes that goal easier to achieve.
6
7 ## The objective of Sumo
8
9 Give your web server the benefit of a regulated work schedule, and
10 notify the consumers of the appropriate office hours to visit the
11 website.
12
13 A big factor currently not considered is to serve the site in the time
14 zone of the visitor, currently it is UTC only.
15
16 ## How to contribute
17
18 Above All: Be nice, always.
19
20 * Ensure the style checker shows no warnings or errors
21 * Don't break the CI
22 * Make the PRs according to [Git Flow][gitflow]: (features go to
23 develop, hotfixes go to master)
24
25 [gitflow]: https://github.com/nvie/gitflow