https://github.com/rootstrap/tech-guides
Guidelines that document processes and standards followed by our entire organization
https://github.com/rootstrap/tech-guides
guides quality standards
Last synced: 2 months ago
JSON representation
Guidelines that document processes and standards followed by our entire organization
- Host: GitHub
- URL: https://github.com/rootstrap/tech-guides
- Owner: rootstrap
- Created: 2016-01-15T20:51:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T18:44:26.000Z (over 1 year ago)
- Last Synced: 2025-06-12T01:05:10.088Z (4 months ago)
- Topics: guides, quality, standards
- Homepage:
- Size: 1.51 MB
- Stars: 66
- Watchers: 7
- Forks: 11
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rootstrap Guides
This repository contains several guidelines that document processes and standards followed by our entire organization. We hope they may serve as a recommendation to anyone interested in following our quality standards.
Guidelines are based on our own experiences and other companies' best practices.
The guidelines exploit Git's advantages with regards to collaborative work, encouraging all of our developers to get actively involved with them.### General
- [Code review](./code-review)
- [Git Workflow](./git)
- [Git commits](./git/commits.md)
- [Open Source](./open-source/README.md)
- [Pair Programming](./pair_programming.md)
- [Opening a Pull Request](./pull-request/README.md)### Languages
- [Ruby](./ruby)
- [Swift](https://rootstrap.github.io/swift/)
- [Javascript](./javascript)
- [CSS](./css.md)
- [Python](./python)
- [Kotlin](./kotlin)### Frameworks/Libraries
- [Ruby on Rails](./ruby/rails.md)
- [Angular 1](https://github.com/johnpapa/angular-styleguide/blob/master/a1)
- [Angular 2+](https://angular.io/guide/styleguide)
- [React](https://www.notion.so/rootstrap/Rootstrap-React-Guidelines-3a7f9ada653e44a185a729b437970a7b?pvs=4)
- [RSpec](./ruby/rspec/README.md)
- [Django](./python/cookiecutter-django.md)
- [Node.Js](./node/README.md)
- [Flutter](./flutter/README.md)### Hosting Platforms
- [Heroku](./infrastructure/Heroku.md)
If you disagree with a guideline, open an issue on the guides repo rather than
debating it within the code review. In the meantime, apply the guideline.