الإبلاغ عن الأخطاء
للإبلاغ عن خطأ، يرجى إنشاء مشكلة على GitHub. يمكنك أيضًا طلب المساعدة عبر Discord.Feature Requests
إذا لم تكن متأكدًا مما إذا كانت مشكلة أو إذا كنت تشعر بأنها مجرد طلب ميزة، فيمكنك على الأرجح فتح نقاش بدلاً من ذلك.Submit a Pull Request
Contributing code to Twenty starts with a pull request (PR).قبل أن تبدأ
- Check existing issues for related work
- For new features, open an issue first to discuss
- Review our Code of Conduct
Fork and Clone
- Fork the repository on GitHub
- Clone your fork:
- Add upstream remote:
Create a Branch
feature/add-export-buttonfix/login-redirect-issuedocs/update-api-guide
Make Your Changes
- Write clean, well-documented code
- Follow existing code style
- Add tests for new functionality
- Update documentation if needed
Submit Your PR
- Push your branch:
- Open a PR on GitHub
- Fill in the PR template
- Link related issues
PR Checklist
- Code follows project style guidelines
- Tests pass locally
- Documentation is updated
- PR description explains the changes