From 52fcdb0aedbfc8f4d6150e8c34ee4165324cef7a Mon Sep 17 00:00:00 2001 From: "Gorkem Cetin (BWL)" <167266851+gorkem-bwl@users.noreply.github.com> Date: Sun, 28 Jul 2024 18:12:38 -0400 Subject: [PATCH] Add repo contribution chart (repobeats), better contribution wording --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 0fbf584f4..a4c0f1296 100644 --- a/README.md +++ b/README.md @@ -42,14 +42,21 @@ BlueWave Uptime is an open source server monitoring application used to track th ## Contributing -You are welcome to provide contributions to the project. It uses React on the FE, and Nodejs and MongoDB on the BE, hence if you are comfortable with working with those technologies, you are encouraged to send your PRs. Please read [Contributor's guideline](https://github.com/bluewave-labs/bluewave-uptime/blob/master/CONTRIBUTING.md). Once you start contributing, we can also add you to our weekly team calls (every Thursday). +We love contributors. Here's how you can contribute: -Note that We have a Figma file that includes: +* Check [Contributor's guideline](https://github.com/bluewave-labs/bluewave-uptime/blob/master/CONTRIBUTING.md). +* Have a look at our Figma designs [here](https://www.figma.com/design/RPSfaw66HjzSwzntKcgDUV/Uptime-Genie?node-id=0-1&t=WqOFv9jqNTFGItpL-1). We encourage you to copy to your own Figma page, then work on it as it is read-only. +* Open an issue if you believe you've encountered a bug +* Make a pull request to add new features/make quality-of-life improvements/fix bugs. -- All the dashboard elements and components -- The design guideline for the app + + + + +Made with [contrib.rocks](https://contrib.rocks). + +![Alt](https://repobeats.axiom.co/api/embed/050f9ecd32cfe5c37a5ba119647a68eee69493d4.svg "Repobeats analytics image") -You can see the designs [here](https://www.figma.com/design/RPSfaw66HjzSwzntKcgDUV/Uptime-Genie?node-id=0-1&t=WqOFv9jqNTFGItpL-1). Since it is read-only, we encourage you to copy to your own Figma page, then work on it. ## Getting Started @@ -1970,10 +1977,3 @@ const myRoute = async(req, res, next) => { Errors should not be handled at the controller level and should be left to the middleware to handle. -## Contributors - - - - - -Made with [contrib.rocks](https://contrib.rocks).