docs: add CONTRIBUTING, CODE_OF_CONDUCT, ROADMAP, README, SECURITY - #15
Merged
Conversation
sepehr-safari
force-pushed
the
chore/pr-issue-templates
branch
from
July 7, 2026 20:50
8f0045f to
8af418e
Compare
- CONTRIBUTING.md: setup, conventions, PR process, AI-assisted dev section (tool-neutral, no AI tool references) - CODE_OF_CONDUCT.md: Contributor Covenant 2.1 - ROADMAP.md: milestone summary (M0 through v1.0.0) - README.md: description, badges, architecture, quickstart, support section (USDT/BEP20), links - SECURITY.md: vulnerability reporting via GitHub private advisories, security principles for untrusted input handling - CURRENT_STATE.md: updated to reflect all M0 PRs Closes #9, closes #10, closes #11
sepehr-safari
force-pushed
the
docs/contributing-readme-roadmap
branch
from
July 7, 2026 20:51
3dd04cd to
922e8e0
Compare
8 tasks
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
Add community documentation — CONTRIBUTING, CODE_OF_CONDUCT, ROADMAP, README, and SECURITY.
What's included (Issues #9–#11)
Issue #9 — CONTRIBUTING + CODE_OF_CONDUCT + ROADMAP:
CONTRIBUTING.md— setup, monorepo structure, development workflow, conventions (commits, branches, code style, testing), security guidelines, AI-assisted development section (tool-neutral)CODE_OF_CONDUCT.md— Contributor Covenant 2.1 (enforcement via GitHub private reporting)ROADMAP.md— milestone summary from M0 through v1.0.0Issue #10 — Professional README:
Issue #11 — AGENTS.md + CURRENT_STATE.md:
AGENTS.mdalready created in PR chore: initialize pnpm monorepo + tooling foundation #12 — no changes neededCURRENT_STATE.mdupdated to reflect all M0 PRsBonus — SECURITY.md:
Verification
pnpm lintpassespnpm testpassespnpm format:checkpassesCloses #9, closes #10, closes #11