Skip to content

docs: expand contributing guide with CI, Prettier, JSDoc, and load/E2…#295

Merged
mikewheeleer merged 1 commit into
Liquifact:mainfrom
ZuLu0890:docs/contributing-291-ci-expectations
Jun 19, 2026
Merged

docs: expand contributing guide with CI, Prettier, JSDoc, and load/E2…#295
mikewheeleer merged 1 commit into
Liquifact:mainfrom
ZuLu0890:docs/contributing-291-ci-expectations

Conversation

@ZuLu0890

Copy link
Copy Markdown
Contributor

…E sections

  • Add explicit CI section detailing lint job (changed-files only + allow-failure full lint), test job (npm test + node --check), and concurrency behavior
  • Add Prettier formatting section with config summary and format command
  • Add JSDoc requirement for src/ functions with @description/@param/@returns
  • Add lint:fix tip for auto-fixing safe issues
  • Add load baseline and E2E sections with run instructions and safety notes
  • Add pre-existing test failures note so contributors know not to be blocked
  • Expand PR checklist with Prettier, JSDoc, and title length items
  • Add branch type table for common contribution types

Closes #291

…E sections

- Add explicit CI section detailing lint job (changed-files only + allow-failure full lint), test job (npm test + node --check), and concurrency behavior
- Add Prettier formatting section with config summary and format command
- Add JSDoc requirement for src/ functions with @description/@param/@returns
- Add lint:fix tip for auto-fixing safe issues
- Add load baseline and E2E sections with run instructions and safety notes
- Add pre-existing test failures note so contributors know not to be blocked
- Expand PR checklist with Prettier, JSDoc, and title length items
- Add branch type table for common contribution types

Closes Liquifact#291
@ZuLu0890

Copy link
Copy Markdown
Contributor Author

Hi maintainer, you assigned this issue to me but I saw someone submitted a pr and closed it, but I have solved mine, please review.

@mikewheeleer

Copy link
Copy Markdown
Contributor

great, the CI + Prettier + JSDoc + load/e2e additions make this contributing guide genuinely useful now. merging

@mikewheeleer mikewheeleer merged commit dca2b0e into Liquifact:main Jun 19, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Author a CONTRIBUTING guide covering branch naming, lint, tests, and CI expectations

2 participants