Welcome! Zap Notes creates AI-powered tools to make note-taking faster and smarter.
- Zap App: Our main iOS app.
- Zap Backend: Backend AI services for the Zap app.
- Zap Auth Backend: Backend auth service (coming soon).
- Zap Website: The official site, zap-notes.com.
To maintain an organized project history, please follow these commit message guidelines:
-
Format:
type: subject
-
General Rules:
- Separate different types of changes into different commits.
- Keep the subject concise (≤50 characters).
- Use English consistently.
- For more details, add a blank line after the subject.
-
Commit Types:
- feat: New feature
- fix: Bug fix
- refactor: Code refactoring
- docs: Documentation changes
- style: Code style changes (not CSS)
- test: Test case modifications
- chore: Other changes (e.g., build process, dependencies)
-
Examples:
feat: add user login functionality
fix: resolve slow loading issue on homepage
docs: update project description in README.md
style: standardize code indentation
Detailed Example:
feat: add user login functionality - Implement JWT authentication - Create login form component - Add login state management Related issue: #123
This project is licensed under the GNU General Public License v3.0.
Contact Zigao Wang at [email protected] or open an issue here.