An open API service indexing awesome lists of open source software.

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

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.