You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
40
51
## Installation
41
52
42
53
Check that you are using node version specified in .nvmrc, then run following commands:
0 commit comments