Contributing Guidelines¶
Thank you for contributing to AccessALI! This guide will help you get started.
Getting Started¶
- Set up your development environment
- Read the Development Workflow
- Review Coding Conventions
- Understand the Architecture
Development Process¶
1. Create a Branch¶
Branch naming:
feature/- New featuresfix/- Bug fixesdocs/- Documentation updateschore/- Maintenance tasks
2. Make Changes¶
Follow the Coding Conventions:
- Use TypeScript
- Follow layered architecture
- Add proper validation
- Include error handling
- Write tests
3. Test Your Changes¶
4. Commit¶
Follow Commit Conventions:
5. Push and Create PR¶
Create a pull request on GitHub.
Code Review¶
All code must be reviewed before merging.
See: Code Review Process
Questions?¶
- Check documentation
- Ask in team Slack
- Create GitHub issue