Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 1.66 KB

File metadata and controls

66 lines (44 loc) · 1.66 KB

Contributing to Coretsia Website

Thank you for your interest in contributing to the Coretsia website.

Repository scope

This repository is for concrete website implementation work:

  • website source code
  • public site content
  • visual assets
  • design tokens
  • accepted design decision records
  • deployment configuration
  • website-specific fixes and improvements

Design discussion

Open-ended visual direction, brand direction, homepage concepts, and design proposals should be discussed in the Coretsia monorepo Design RFC category:

https://github.com/coretsia/monorepo/discussions/categories/design-rfc

This repository implements accepted decisions.

Issues

Use issues for actionable work only.

Good issue examples:

  • Implement accepted homepage hero
  • Add mobile navigation
  • Add favicon set
  • Add OpenGraph image
  • Update footer links
  • Add roadmap page
  • Fix contrast issue

Not suitable as website issues:

  • What should Coretsia look like?
  • Should the website be dark-first?
  • Should the logo change?
  • Should Coretsia use a different visual identity?

Those belong in the Design RFC process.

Pull requests

Pull requests should be focused, reviewable, and linked to an issue, decision record, or accepted discussion where applicable.

Before opening a pull request, make sure the change is within the repository scope.