From 6e7f30e5ce3442b1fd59e6c586a03648b748a17b Mon Sep 17 00:00:00 2001 From: Vlad-Stefan Harbuz Date: Fri, 11 Oct 2024 13:29:34 +0100 Subject: [PATCH] Add website monitoring Closes #204. --- CONTRIBUTING.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 77fc086..de36acb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,7 +46,15 @@ file, add yourself to the copyright headers. Remember that copyright statements such as “(C) John Smith 2020” contain the year copyright _started_, i.e. 2020 is the year the work was first created, not the current year. +## Uptime + +We track uptime using [updown.io][updown]: [Open Source Pledge Status Page][status]. + ## Browser Support The least-supported clientside feature we're using is CSS Nesting. This means that our supported browser are described -by the [CSS Nesting Can I Use page](https://caniuse.com/css-nesting). +by the [CSS Nesting Can I Use page][css-nesting]. + +[css-nesting]: https://caniuse.com/css-nesting +[status]: https://updown.io/p/3c87h +[updown]: https://updown.io