mdn / mdn/webextensions-examples
Travis hook to verifies new directories in examples.json
Open
@rebloor is already working on this.
Since Sep 7, 2021.
enhancement
idle
- Dominant language
- JavaScript
- Stars
- 4.5k
- Forks
- 2.6k
- Avg merge
- 15h 27m
- Merged PRs (30d)
- 3
Description
I noticed that several menu examples in this repo are not showing up on MDN, probably because they are not listed in examples.json. I just looked at all top directories in the repository, and found that the following are not listed in examples.json:
- https://github.com/mdn/webextensions-examples/tree/master/menu-accesskey-visible
- https://github.com/mdn/webextensions-examples/tree/master/menu-remove-element
- https://github.com/mdn/webextensions-examples/tree/master/menu-search
- https://github.com/mdn/webextensions-examples/tree/master/root-cert-stats
They should be listed, and to prevent this from happening again, there should probably a travis hook that verifies whether new directories are part of examples.json.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.