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
@@ -244,11 +246,13 @@ If you prefer not to use Docker or Dev Containers:
244
246
When working on email templates, you can preview them using a local email preview server:
245
247
246
248
1. **Run the Email Preview Server:**
249
+
247
250
```bash
248
251
npm run email:dev
249
252
```
250
253
251
254
2. **Access the Preview:**
255
+
252
256
- Open `http://localhost:3000` in your browser
253
257
- You'll see a list of all email templates
254
258
- Click on any template to view and test it with various parameters
@@ -259,12 +263,6 @@ When working on email templates, you can preview them using a local email previe
259
263
260
264
---
261
265
262
-
## License
263
-
264
-
This project is licensed under the Apache License 2.0. By contributing, you agree that your contributions will be licensed under the Apache License 2.0 as well.
265
-
266
-
---
267
-
268
266
## Adding New Blocks and Tools
269
267
270
268
Sim Studio is built in a modular fashion where blocks and tools extend the platform's functionality. To maintain consistency and quality, please follow the guidelines below when adding a new block or tool.
@@ -429,4 +427,26 @@ Happy coding!
429
427
430
428
---
431
429
430
+
## License
431
+
432
+
This project is licensed under the Apache License 2.0. By contributing, you agree that your contributions will be licensed under the Apache License 2.0 as well.
433
+
434
+
---
435
+
436
+
## Contributor License Agreement (CLA)
437
+
438
+
By contributing to this repository, you agree that your contributions are provided under the terms of the Apache License Version 2.0, as included in the LICENSE file of this repository.
439
+
440
+
In addition, by submitting your contributions, you grant Sim Studio, Inc. ("The Licensor") a perpetual, irrevocable, worldwide, royalty-free, sublicensable right and license to:
441
+
442
+
- Use, copy, modify, distribute, publicly display, publicly perform, and prepare derivative works of your contributions.
443
+
- Incorporate your contributions into other works or products.
444
+
- Re-license your contributions under a different license at any time in the future, at the Licensor's sole discretion.
445
+
446
+
You represent and warrant that you have the legal authority to grant these rights and that your contributions are original or you have sufficient rights to submit them under these terms.
447
+
448
+
If you do not agree with these terms, you must not contribute your work to this repository.
449
+
450
+
---
451
+
432
452
Thank you for taking the time to contribute to Sim Studio. We truly appreciate your efforts and look forward to collaborating with you!
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,13 +30,13 @@ Please describe the tests that you ran to verify your changes. Provide instructi
30
30
-[ ] My changes generate no new warnings
31
31
-[ ] Any dependent changes have been merged and published in downstream modules
32
32
-[ ] I have updated version numbers as needed (if needed)
33
+
-[ ] I confirm that I have read and agree to the terms outlined in the [Contributor License Agreement (CLA)](./CONTRIBUTING.md#contributor-license-agreement-cla)
33
34
34
35
## Security Considerations:
35
36
36
37
-[ ] My changes do not introduce any new security vulnerabilities
37
38
-[ ] I have considered the security implications of my changes
38
39
39
-
40
40
## Additional Information:
41
41
42
-
Any additional information, configuration or data that might be necessary to reproduce the issue or use the feature.
42
+
Any additional information, configuration or data that might be necessary to reproduce the issue or use the feature.
0 commit comments