훌륭한 첫 번째 기여¶
Flower에 대한 기여를 환영합니다! 하지만 어디서부터 시작해야 할지 알기란 쉽지 않습니다. 그래서 저희는 여러분의 PR이 Flower 코드베이스에 채택될 가능성을 높이기 위해 어디서부터 시작해야 하는지 몇 가지 권장 사항을 정리해 보았습니다.
시작 위치¶
In general, it is easier to get PR’s accepted if they only touch non-core areas of the codebase. Good candidates to get started are:
문서: 무엇이 누락되었나요? 무엇을 더 명확하게 표현할 수 있을까요?
Open issues: Issues with the tag good first issue.
Baselines: 아래를 참조하세요.
예시: 아래를 참조하세요.
Flower Baselines¶
If you are not familiar with Flower Baselines, please check our contributing guide for baselines.
Then take a look at the open issues for baseline requests. If you find a baseline that you’d like to work on, and it has no assignees, feel free to assign it to yourself and get started!
If you don’t find the baseline you’d like to work on, be sure to open a new issue with the baseline request template!
Usage examples¶
We wish we had more time to write usage examples because they help users to get started with building what they want. If you notice any missing examples that could help others, feel free to contribute!