]> git.r.bdr.sh - rbdr/ngx_http_office_hours_filter_module/blame - CONTRIBUTING.md
Update contributing guide
[rbdr/ngx_http_office_hours_filter_module] / CONTRIBUTING.md
CommitLineData
31993a16
BB
1# Contributing to ngx_office_hours
2
3This NGINX module has the simple goal of allowing you to specify office
4hours for your server, any contributions are welcome especially if it
5makes that goal easier to achieve.
6
7## The objective of Sumo
8
9Give your web server the benefit of a regulated work schedule, and
10notify the consumers of the appropriate office hours to visit the
11website.
12
13A big factor currently not considered is to serve the site in the time
c1af1414 14zone of the visitor, currently it is UTC only.
31993a16
BB
15
16## How to contribute
17
18Above 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