Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion features/draft/html-elements/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To help out, pick a feature and do the following:
its own feature or if it should be grouped with other features.
- Review `baseline_low_date`, does it look plausible? If not, remove features
from `compat_features` until the date and browser versions seem plausible. Run
`npm run dist features/draft/html-elements` to regenerate dist.
`npm run dist` to regenerate dist files after changes.
- Write a description for the feature.
- Move the file into the main features/ directory and submit a PR with your
changes.
Expand Down
2 changes: 1 addition & 1 deletion features/draft/spec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To help out, pick a feature and do the following:
this as a single features or if needs to be split up.
- Review `baseline_low_date`, does it look plausible? If not, remove features
from `compat_features` until the date and browser versions seem plausible. Run
`npm run dist features/draft/spec` to regenerate dist.
`npm run dist` to regenerate dist files after changes.
- Write a description for the feature.
- Move the file into the main features/ directory and submit a PR with your
changes.
Expand Down