-
Notifications
You must be signed in to change notification settings - Fork 32
Hackathon Guide
Welcome to our Hackathon! π Below, you'll find a curated list of GitHub issues categorized by area of expertise. Feel free to choose one that aligns with your skills and interests.
- Find an Issue: Browse the categorized list below and select an issue to work on.
- Fork the Repository: Create a fork of the project repository.
- Create a Feature Branch: Work on your solution in a dedicated branch.
- Follow Conventional Commits: Ensure commit messages follow [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
- Write Unit Tests: Aim for 80% test coverage where possible.
- Pass Build Checks: Ensure that all CI/CD checks pass before submitting.
- Submit a Pull Request: Once you're ready, submit a Pull Request (PR) from your fork.
Issues related to frontend development, styling, and user experience.
- [Issue #101 - Improve Dashboard UI](https://github.com/example/repo/issues/101)
- [Issue #105 - Dark Mode Support](https://github.com/example/repo/issues/105)
- [Issue #110 - Improve Accessibility Compliance](https://github.com/example/repo/issues/110)
Issues related to backend services, API design, and data processing.
- [Issue #201 - Optimize API Response Time](https://github.com/example/repo/issues/201)
- [Issue #205 - Implement Rate Limiting](https://github.com/example/repo/issues/205)
- [Issue #210 - Add Logging to Error Handling](https://github.com/example/repo/issues/210)
Issues related to cloud deployment, CI/CD, and infrastructure automation.
- [Issue #301 - Improve Docker Build Performance](https://github.com/example/repo/issues/301)
- [Issue #305 - Automate Infrastructure Provisioning](https://github.com/example/repo/issues/305)
- [Issue #310 - Secure API Gateway with OAuth](https://github.com/example/repo/issues/310)
β
Use meaningful branch names (feature/add-dark-mode, fix/api-response-time).
β
Ensure all CI/CD checks pass before submitting a PR.
β
Follow [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit messages.
β
Include unit tests for all new functionality.
β
Tag your PR with hackathon for easy tracking.
π‘ Need help? Join our Discord group: Open AMT Cloud Toolkit in the #hackathon channel. Post your questions there and reach out to our team!
Happy hacking! π