Chore(health): Add community health files#14
Open
JordyPirata wants to merge 8 commits into
Open
Conversation
828a11c to
a469e84
Compare
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.
Summary
Brings
ambrosia-devup to the same community/health-file bar as the mainambrosiarepo, adapted for a Docusaurus docs portal, plus a few leftover scaffold fixes found along the way:CONTRIBUTING.md,CODE_OF_CONDUCT.md, andSECURITY.md, adapted for this repo (docs site, not the client/server/electron app)..github/ISSUE_TEMPLATE/(bug report + feature request, adapted for docs — affected page/locale instead of OS/smartphone fields) and adependency_review.ymlworkflow, mirroring the main repo's supply-chain checks.docusaurus.config.jseditUrlvalues left over from scaffolding:docs.editUrlpointed at the wrong repo (ambrosiainstead ofambrosia-dev), andblog.editUrlwas still the uneditedfacebook/docusaurustemplate placeholder..gitignore: it was a verbatim copy offacebook/docusaurus's own monorepo.gitignore(packages/, website/, Crowdin, Netlify, rspack-tracing, yarn — none of which apply here, since this project uses npm and has nowebsite//packages/subdirectories).license/repositoryfields topackage.json.find_unused_translations.shintoscripts/, alongsideinstall.sh/uninstall.sh.README.md: license badge, project description, link to the live site, and a Contributing section.Test plan
npm run buildsucceeds after thedocusaurus.config.js/package.jsonchanges.git statusclean after each commit — nonode_modules,build, or.docusaurusleaking in under the trimmed.gitignore.bash scripts/find_unused_translations.shstill runs correctly from its new location.CONTRIBUTING.md/CODE_OF_CONDUCT.md/SECURITY.md/ issue templates resolve correctly.