One Calendar is a privacy-first calendar web app built with Next.js. It has modern security features, including e2ee, password-protected sharing, and self-destructing share links 📅 calendar.xyehr.cn
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Doc: update pull_request template

authored by

Evan Huang and committed by
GitHub
1cca1709 1d1eaebb

-3
-3
.github/PULL_REQUEST_TEMPLATE.md
··· 57 57 58 58 - [ ] No sensitive data is exposed 59 59 - [ ] Authentication and permission checks are in place 60 - - [ ] Input validation is implemented 61 - - [ ] Rate limiting or throttling considered (if applicable) 62 60 63 61 --- 64 62 65 63 ## Checklist 66 64 67 - - [ ] I have read the [CONTRIBUTING](https://github.com/Dev-Huang1/One-Calendar/.github/CONTRIBUTING.md) document 68 65 - [ ] My code follows the project’s style guidelines 69 66 - [ ] I have performed a self-review of my code 70 67 - [ ] I have commented my code, especially in hard-to-understand areas