From 403a0724ce640e4a583133afabed0e5f69eb6f2f Mon Sep 17 00:00:00 2001 From: Simon Larsen <104437376+simlarsen@users.noreply.github.com> Date: Thu, 22 Dec 2022 13:27:59 +0530 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 36f3704bbd..6625a51a16 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,21 @@ bash install.sh Your instance should be up and running, if that does not work. Please send an email to support@oneuptime.com. +## Philosophy + +Our mission is to reduce downtime and increase the number of successful products in the world. To do that, we build a platform that help you understand causes of the downtime, incidents and help reduce toil. Our product is open-source, free and available for everyone to use. + +## Contributing + +We <3 contributions big and small. In priority order (although everything is appreciated) with the most helpful first: + +- Give us feedback in our [Customer Slack community](https://oneuptimesupport.slack.com/join/shared_invite/zt-1kavkds2f-gegm_wePorvwvM3M_SaoCQ#/shared-invite/email) +- Talk to developers in our [Developer Slack community](https://join.slack.com/t/oneuptimedev/shared_invite/zt-17r8o7gkz-nITGan_PS9JYJV6WMm_TsQ) +- Write tests for some of our codebase. [See issues here](https://github.com/OneUptime/oneuptime/issues?q=is%3Aopen+is%3Aissue+label%3A%22write+tests%22) +- Work on any issue you like. [See issues here](https://github.com/OneUptime/oneuptime/issues) +- Open new issues and create new feature requests that you would like to see. [Open issues here](https://github.com/OneUptime/oneuptime/issues) + + # Contribute For contribution guidelines, see [CONTRIBUTING](/CONTRIBUTING.md).