docs: add CONTRIBUTING.md to .github with lifecycle diagram and stand…#149
Open
vjuliaife wants to merge 3 commits into
Open
docs: add CONTRIBUTING.md to .github with lifecycle diagram and stand…#149vjuliaife wants to merge 3 commits into
vjuliaife wants to merge 3 commits into
Conversation
…ards Creates .github/CONTRIBUTING.md as the primary GitHub-surfaced contributor guide. Includes a 3-step local setup, an end-to-end Mermaid data lifecycle diagram (Stellar Network → Soroban RPC → Event Indexer → Translation Engine → PostgreSQL/WebSocket → Frontend Dashboard), condensed coding standards, commit format, PR procedures, and a pre-PR checklist. Closes Open-audit-foundation#102
Collaborator
|
@vjuliaife switch branch, your pushing to my main branch |
…nd standards" This reverts commit 9ef640d.
Author
There is no dev branch or any other branch that looks better to push to, i had to push to main. By the way, you have been merging other works on main branch. Please create a branch i can create the pr to. I had to create another pr to this branch #210 let me know which works for you |
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
issues)
(network layer) → Event Indexer (parsing worker) → Translation Engine → PostgreSQL + WebSocket (parallel paths) →
Frontend Dashboard
"spin up in 3 steps" acceptance criterion
((): ), PR procedures, and a pre-PR validation checklist in one place
What was resolved
GitHub's standard markdown interface
streaming pipeline
Closes #102