Skip to content

Commit de59344

Browse files
authored
docs: add feature release checklist to CONTRIBUTING.md
Added a feature release checklist to the contributing guidelines.
1 parent 65ef052 commit de59344

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@ 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 if the feature is not available to users yet.
43+
Once the feature is ready to be released, create a PR with a `feat:` prefix
44+
that enables the feature. The following criteria need to be completed:
45+
46+
- Documentation for the feature is up to date. For example, README.md and tools reference are updated.
47+
- The feature can be used with Chrome stable or version restrictions are documented otherwise.
48+
- Corresponding skills are updated or new skills are added if needed.
49+
- The feature fulfills the use case by its own or in conjunction with existing features (we want to avoid features that offer some tools but cannot be used successfully to debug things).
50+
4051
## Installation
4152

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

0 commit comments

Comments
 (0)