Skip to content

docs: expand contributor guide and templates#52

Open
huazhuang80-star wants to merge 1 commit into
Secureflow-protocol:mainfrom
huazhuang80-star:dx-contributing-templates-19
Open

docs: expand contributor guide and templates#52
huazhuang80-star wants to merge 1 commit into
Secureflow-protocol:mainfrom
huazhuang80-star:dx-contributing-templates-19

Conversation

@huazhuang80-star

Copy link
Copy Markdown

Closes #19.

Summary

  • expand CONTRIBUTING.md with prerequisites, setup steps, layer-specific workflows, test commands, code style, conventional commits, and PR checklist
  • add GitHub issue templates for bugs, feature requests, and contract issues
  • add a pull request template that prompts for issue link, test evidence, risk, rollout notes, and secret checks

Testing

  • python -c "exec(''from pathlib import Path\nimport yaml\nfor p in Path(\''.github/ISSUE_TEMPLATE\'').glob(\''*.yml\''):\n data=yaml.safe_load(p.read_text(encoding=\''utf-8\''))\n assert data.get(\''name\''), p\n assert data.get(\''body\''), p\n print(\''OK\'', p)'')"

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.

[DX] Expand CONTRIBUTING.md — full setup guide, PR checklist, issue templates

1 participant