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
# - The codebase has to stay open source, whether it was modified or not
15
-
# - You can not repackage or sell the codebase
16
-
# - Acquire a commercial license to remove these terms by visiting: cal.com/sales
17
-
#
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.
20
-
21
-
CALCOM_LICENSE_KEY=
22
-
# Signature token for the Cal.com License API (used for self-hosted integrations)
23
-
# 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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.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
@@ -55,4 +55,4 @@ assignees: ""
55
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.
56
56
- For clarity: Non-core member issues automatically get the `🚨 needs approval` label.
57
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)
58
+
- Follow Best Practices lined out in our [Contributor Docs](https://github.com/calcom/cal.diy/blob/main/CONTRIBUTING.md)
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
## What does this PR do?
2
2
3
-
<!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. -->
3
+
<!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
4
+
5
+
Note: Cal.diy is a community-maintained open-source project. Contributions here do NOT flow to Cal.com's production service. -->
4
6
5
7
- Fixes #XXXX (GitHub issue number)
6
-
- Fixes CAL-XXXX (Linear issue number - should be visible at the bottom of the GitHub issue description)
7
8
8
9
## Visual Demo (For contributors especially)
9
10
@@ -22,7 +23,7 @@ A visual demonstration is strongly recommended, for both the original and new ch
22
23
## Mandatory Tasks (DO NOT REMOVE)
23
24
24
25
-[ ] I have self-reviewed the code (A decent size PR without self-review might be rejected).
25
-
-[ ] 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.
26
+
-[ ] I have updated the developer docs if this PR makes changes that would require a documentation change. If N/A, write N/A here and check the checkbox.
26
27
-[ ] I confirm automated tests are in place that prove my fix is effective or that my feature works.
27
28
28
29
## How should this be tested?
@@ -38,7 +39,7 @@ A visual demonstration is strongly recommended, for both the original and new ch
38
39
39
40
<!-- Remove bullet points below that don't apply to you -->
40
41
41
-
- I haven't read the [contributing guide](https://github.com/calcom/cal.com/blob/main/CONTRIBUTING.md)
42
+
- I haven't read the [contributing guide](https://github.com/calcom/cal.diy/blob/main/CONTRIBUTING.md)
42
43
- My code doesn't follow the style guidelines of this project
43
44
- I haven't commented my code, particularly in hard-to-understand areas
44
45
- I haven't checked if my changes generate no new warnings
0 commit comments