You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .env.example
+73-18Lines changed: 73 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,14 @@
15
15
# - You can not repackage or sell the codebase
16
16
# - Acquire a commercial license to remove these terms by visiting: cal.com/sales
17
17
#
18
-
# To enable enterprise-only features, as an admin, go to /auth/setup to select your license and follow
19
-
# instructions. This environment variable is deprecated although still supported for backward compatibility.
20
-
# @see https://console.cal.com
18
+
19
+
# To enable enterprise-only features please add your environment variable to the .env file then make your way to /auth/setup to select your license and follow instructions.
21
20
CALCOM_LICENSE_KEY=
21
+
# Signature token for the Cal.com License API (used for self-hosted integrations)
22
+
# We will give you a token when we provide you with a license key this ensure you and only you can communicate with the Cal.com License API for your license key
# Used to use Replexica SDK, a tool for real-time AI-powered localization
412
+
REPLEXICA_API_KEY=
413
+
414
+
# Comma-separated list of DSyncData.directoryId to log SCIM API requests for. It can be enabled temporarily for debugging the requests being sent to SCIM server.
415
+
DIRECTORY_IDS_TO_LOG=
416
+
417
+
418
+
# Set this when Cal.com is used to serve only one organization's booking pages
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
name: Feature request
3
3
about: Suggest a feature or idea
4
4
title: ""
5
-
labels: feature
5
+
labels: ["✨ feature", "🚨 needs approval"]
6
6
assignees: ""
7
7
---
8
8
@@ -49,7 +49,10 @@ assignees: ""
49
49
(Share it here.)
50
50
51
51
---
52
+
52
53
##### House rules
54
+
53
55
- If this issue has a `🚨 needs approval` label, don't start coding yet. Wait until a core member approves feature request by removing this label, then you can start coding.
54
56
- For clarity: Non-core member issues automatically get the `🚨 needs approval` label.
55
57
- Your feature ideas are invaluable to us! However, they undergo review to ensure alignment with the product's direction.
58
+
- Follow Best Practices lined out in our [Contributor Docs](https://github.com/calcom/cal.com/blob/main/CONTRIBUTING.md)
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
## Mandatory Tasks (DO NOT REMOVE)
13
13
14
14
-[ ] I have self-reviewed the code (A decent size PR without self-review might be rejected).
15
-
-[ ] I have added a Docs issue [here](https://github.com/calcom/docs/issues/new) if this PR makes changes that would require a [documentation change](https://docs.cal.com). If N/A, write N/A here and check the checkbox.
15
+
-[ ] I have updated the developer docs in /docs if this PR makes changes that would require a [documentation change](https://cal.com/docs). If N/A, write N/A here and check the checkbox.
16
16
-[ ] I confirm automated tests are in place that prove my fix is effective or that my feature works.
0 commit comments