Set up your local development environment
Read docs and explore code
Choose an open issue to work on
Write code following guidelines
Create your pull request
git clone https://github.com/yourusername/Events-Manager.gitgit remote add upstream https://github.com/vlokesh08/Community.gitnpm installgit checkout -b feature/your-featurenpm run devgit add .git commit -m "type(scope): description - More details about the changes - List any breaking changes Fixes #issue-number"
Types: feat, fix, docs, style, refactor, test, chore
git push origin feature/your-feature