2 min read
TL;DR: Small scheduling choices — like writing dates unambiguously, including time zones, and building in breaks — go a long way toward making distributed teams feel inclusive.
Time zones are one of the harder parts of software development, but it doesn’t have to be one of the harder (or exclusionary) parts of working as a distributed team. Here are a few practices that I try to adhere to help practice more inclusive scheduling when working remotely:
- When discussing dates, consider writing numeric dates in ISO 8601 (YYYY-MM-DD) or other month/day unambiguous formats.
- When referring to a time, always include the timezone.
- Avoid location-specific language like “tomorrow”, “this afternoon”, or “in the spring”.
- Be mindful of holidays, weekends, and working hours, especially across time zones.
- Consider “speedy meetings” (end 5/10 minutes early or start 5/10 minutes late) to allow for time to be human between meetings, and be strict about ending at that earlier time.
- On that note, meetings should start and end on time. If you finish early, consider using the remainder of the time for informal conversations and to connect as humans.
A small nod to inclusively to go a long way to create a sense of belonging and reduce ambiguity, when working with global teams, schedule and communicate with a global (and remote) audience in mind.
More to explore
Eight tips for working remotely
10 min read
Tools alone won't make remote work succeed. Eight cultural rules for effective async communication, regardless of your industry or role.
How to one-on-one
5 min read
Most 1:1s waste your team's only protected synchronous time on status updates. Here's how to run ones worth showing up for.
15 rules for communicating at GitHub
16 min read
How GitHub uses issues and chat for async communication — fifteen rules that eliminate the 'you had to be there' problem in corporate workflows.
Remote work requires communicating more, less frequently
3 min read
Async communication is like gzip compression for humans—more upfront processing, but greater throughput with fewer packets.
Four characteristics of modern collaboration tools
14 min read
The best collaboration tools share four traits: open, linkable, asynchronous, and process-capturing. Are you working the way you'd like?
I've worked remotely at GitHub for thirteen years: here's what actually works.
7 min read
When I joined GitHub in 2013, I found a company that had rethought how work happens. Thirteen years later, those lessons are more relevant than ever.
Resolutions for sustaining and growing open source communities
6 min read
Four resolutions for being a better open source community member, from reducing your bus factor to being a gracious dinner party host to your contributors.
Manage like an engineer
8 min read
If issues, pull requests, and project boards are the best way to develop software, should they not also be the best way to manage software development?
Why everything should have a URL
15 min read
When knowledge lives in people's heads and inboxes, it doesn't scale. Giving decisions and processes URLs makes context discoverable, async, and opt-in.
