Skip to content
test
Share
Explore
Engineering Wiki

icon picker
Engineering Guidelines

💡 Use this template to create guidelines for all of the engineers on your team. Add a table of contents by typing /table of and pressing enter.

Engineering philosophy

Summarize your team's approach to engineering here.

History

Notes about how the current codebase evolved.

Patterns to follow

List patterns that engineers should follow here.
You can create inline code snippets with the shortcut cmd/ctrl + e.

Code samples

Add code blocks for common snippets. Type /code and press enter. Choose the language you're using from the dropdown at the bottom right corner. Hover to copy with one click.
var a = 1;
while (a <= 10) {
document.write(a + "<br />");
a++;
}

Further Reading

Check out this to learn about more ways to create content.
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.