Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 983 Bytes

File metadata and controls

36 lines (25 loc) · 983 Bytes

Contributing

gitctx is intended to be developed in public. Contributions are welcome once the initial project structure stabilizes.

Development Rules

  • Keep all contributions suitable for a public repository.
  • Do not add private code, private repository names, secrets, or unpublished evaluation content.
  • Do not add data, model outputs, or prompts unless their licenses allow the intended use.
  • Document license and provenance decisions for data/model changes.
  • Keep the model/eval/data loop ahead of CLI polish.

Commit Identity

Maintainer commits should use:

serkan@altuntas.dev

Contributors may use their own identity unless a maintainer policy says otherwise.

Pull Requests

Before opening a pull request:

  1. explain the user-visible or research-visible change;
  2. include verification steps;
  3. update docs or cards when the change touches data, models, prompts, evals, or release artifacts;
  4. disclose any new third-party licenses.