File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,22 @@ information on using pull requests.
3737Please follow [ conventional commits] ( https://www.conventionalcommits.org/en/v1.0.0/ )
3838for 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
4258Check that you are using node version specified in .nvmrc, then run following commands:
You can’t perform that action at this time.
0 commit comments