From 78a54e5f54b0b1eb5e84f549d37ef412ed3ec773 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Fri, 17 Feb 2023 10:59:46 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 54 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ca7c80015d..a69716e378 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,6 +4,60 @@ Contributions are what make the open source community such an amazing place to l - Before jumping into a PR be sure to search [existing PRs](https://github.com/calcom/cal.com/pulls) or [issues](https://github.com/calcom/cal.com/issues) for an open or closed item that relates to your submission. +## Priorities + + + + + + + + + + + + + + + + + + + + + + +
+ Type of Issue + + Priority +
+ Minor improvements, non-core feature requests + + + + +
+ Confusing UX (... but working) + + + + +
+ Core Features (Booking page, availabilty, timezone calculation) + + + + +
+ Core Bugs (Login, Booking page, Emails are not working) + + + + +
+ + ## Developing The development branch is `main`. This is the branch that all pull