chore: add community health files, drop the stale netlify script - #62
Open
sidgaikwad wants to merge 1 commit into
Open
chore: add community health files, drop the stale netlify script#62sidgaikwad wants to merge 1 commit into
sidgaikwad wants to merge 1 commit into
Conversation
.github/ held only dependabot.yml and workflows/, though the project is a published MIT package that already merges outside contributions. - SECURITY.md, pointing at GitHub private vulnerability reporting rather than a public issue, and scoping the wrapper apart from the CDN editor. - CODE_OF_CONDUCT.md (Contributor Covenant 2.1). - Issue forms for bugs and features. The bug form requires the package version, React version and environment, which is the round trip most reports currently need. config.yml routes account and editor questions to Unlayer support instead. - A PR template checklist surfacing the CONTRIBUTING rules (Conventional Commits, exact pins, no console.log, 100% coverage) at the point they apply. - .nvmrc matching the CI Node version, and .editorconfig carrying the Prettier basics into editors that do not run Prettier on save. Also remove the netlify-build script: there is no netlify.toml in the repo and the README points the live demo at Vercel, so it is a dead reference to a previous host.
|
@sidgaikwad is attempting to deploy a commit to the Unlayer Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #47.
.github/held onlydependabot.ymlandworkflows/, though this is a published MIT package that already merges outside contributions.Added
SECURITY.md— there was no way to report a vulnerability privately. Points at GitHub private vulnerability reporting rather than an email address, and scopes the wrapper apart from the CDN editor and Unlayer's APIs so reports land in the right place.CODE_OF_CONDUCT.md— Contributor Covenant 2.1, with attribution.config.ymlroutes account / entitlement / editor questions to Unlayer support instead of this repo.console.log, 100% coverage) at the moment they apply..nvmrc(22, matching the CIchecksjob) and.editorconfig.Removed
netlify-buildfrompackage.json. There's nonetlify.tomlin the repo and the README points the live demo at Vercel — a dead reference to a previous host.Note
SECURITY.mdassumes you'll enable private vulnerability reporting (Settings → Code security). If you'd rather use an email address, tell me which and I'll swap it — I didn't want to invent one.Issue-form YAML validated as parsing;
lint,testand Prettier clean.