DevoteamNL / opendora

Team performance insights for your organization.
GNU General Public License v3.0
64 stars 8 forks source link

#82: add contribution guidelines outlining most of the code and project standards we expect (so far). #88

Closed kylejwatson closed 1 year ago

kylejwatson commented 1 year ago

Haven't added any specifics about react/typescript style (functional arrow components, brackets for single line ifs etc). Ideally, we'd want to add these as lint rules anyway.

Also haven't specified anything about DRY, SOLID, separating go code to packages, making good unit tests, making code testable etc. But we can add to this as we go.

We also might want to think about templates for issues and PRs once we make it open source, so that we can have checklists for people to make sure they've followed the guidelines.