首次代码贡献¶
我们欢迎为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!