豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit 0378457

Browse files
authored
docs: add feature release checklist to CONTRIBUTING.md (#1118)
Added a feature release checklist to the contributing guidelines.
1 parent 4e4038b commit 0378457

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CONTRIBUTING.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,22 @@ information on using pull requests.
3737
Please follow [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/)
3838
for PR and commit titles.
3939

40+
### Feature release checklist
41+
42+
Use `chore:` for commits containing incomplete features that are not available
43+
to users yet. Once the feature is ready to be released, create a PR with a
44+
`feat:` prefix that enables the feature. The following criteria need to be
45+
completed:
46+
47+
- Documentation for the feature is up to date. For example, README.md and tools
48+
reference are updated.
49+
- The feature can be used with Chrome stable or version restrictions are
50+
documented otherwise.
51+
- Corresponding skills are updated or new skills are added if needed.
52+
- The feature fulfills the use case by its own or in conjunction with existing
53+
features (we want to avoid features that offer some tools but cannot be used
54+
successfully to debug things).
55+
4056
## Installation
4157

4258
Check that you are using node version specified in .nvmrc, then run following commands:

0 commit comments

Comments
 (0)