Frontmatter
| title | Fix #661: Add documentation for repository structure |
| author | ticklepoke |
| state | Merged |
| createdAt | Jun 7, 2020, 4:33 AM |
| updatedAt | Jun 8, 2020, 5:36 PM |
| closedAt | Jun 8, 2020, 5:35 PM |
| mergedAt | Jun 8, 2020, 5:35 PM |
| branches | dev ← documentation |
| url | https://github.com/neomjs/neo/pull/696 |
Merged

tobiu
commented on Jun 8, 2020, 5:36 PM
needed a short break, merged now :) Thx!
Please make sure to read the Contributing Guidelines:
https://github.com/neomjs/neo/blob/dev/CONTRIBUTING.md
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
devbranch, not themasterbranchfix #xxx[,#xxx], where "xxx" is the issue number)If adding a new feature, the PR's description includes:
Other information: This PR includes documentation for the codebase overview, to introduce incoming devs to how the repository is structured. The
CODEBASE_OVERVIEW.mdfile is referenced in point 3.6 of theCONTRIBUTING.mdfile.