Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/holidayextras/culture
Coding culture for HX
https://github.com/holidayextras/culture
Last synced: 7 days ago
JSON representation
Coding culture for HX
- Host: GitHub
- URL: https://github.com/holidayextras/culture
- Owner: holidayextras
- Created: 2015-05-08T10:13:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-30T09:45:39.000Z (11 months ago)
- Last Synced: 2024-08-02T04:02:28.691Z (3 months ago)
- Size: 3.67 MB
- Stars: 92
- Watchers: 137
- Forks: 35
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-handbooks - HolidayExtras
README
# Holiday Extras Coding Culture
## Overview
This is a collection of documents that outline Holiday Extras' culture and developer expectations.
## Contents
### [Best practices](/best-practices)
### Process
- [Expedited Procedure](https://sites.google.com/holidayextras.com/hxexpediteprocedure/what-is-an-expedite)
- [General Meetings](general-meetings.md)
- [Technical Planning Meetings](technical-planning-meeting.md)
- [Deployment Guidelines](/best-practices/deployments.md)
- [Publishing to npm](publishing-to-npm.md)
- [Pair programming](pairing.md)
- [Translations](translations.md)
- [Mob Testing](mob-testing.md)
- [Wash Ups](wash-ups.md)### Templates
- [.csslintrc](/templates/.csslintrc)
- [.eslintrc](/templates/.eslintrc)
- [CONTRIBUTING](/templates/CONTRIBUTING-template.md)
- [README](templates/README-template.md)
- [definition of read and done](templates/definition-of-ready-and-done.md)
- [PR](templates/pr-template.md)### Other
- [JavaScript Linting Rules](javascript-linting-rules.md)
- [Technical Resources](technical-resources.md)
- [Working with React](working-with-react.md)
- [React Troubleshooter](react-troubleshooter.md)
- [Shortbreaks PR Template](shortbreaks/pr-template.md)
- [Shortbreaks QA PR Template](shortbreaks/pr-qa-template.md)
- [SEO Technical Principals](seo/technical-seo.md)
- [SEO On Page Principals](seo/on-page-seo.md)
- [How to make a deployment bundle](deployment-bundle-steps.md)## Contributing
Anyone associated with Holiday Extras, including our customers and partners, should feel free to create a branch or fork and submit a pull request with additions, updates or deletions. That being said, we do expect anyone contributing to our culture to watch out for a few things.
- Edits should attempt to avoid [fallacies](http://en.wikipedia.org/wiki/List_of_fallacies) and [cognitive biases](http://en.wikipedia.org/wiki/List_of_cognitive_biases) when making their cases for inclusion of contributions. We prefer to follow objective data and arguments.
- We use [Markdown](http://daringfireball.net/projects/markdown/syntax) syntax to format these documents.The PR template in this repository is targeted at code changes, so we'd suggest something simpler if you're looking for something to use when opening a pull request to add documentation here:
```
# What does this change?
# Why?
```Pull requests to this repository are open to input / discussion / agreement by all, there is no requirement of approval by a fixed number of people with specific roles as in the template for code changes.
If an update or addition refers to a process or technology which is, or is to be, implemented by the group, please ensure that the PR includes applicable reviewers from of each part of the group and notify a member of the group tech panel to discuss appropriate handling of the change.
If a PR has been open for several days with no unresolved comments, or it's otherwise clear from comments many people have had the chance to read and agree, we should consider it good to merge; further changes can always be raised through additional followup PRs.