diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..42e3c72 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,56 @@ + + +REPLACE: One sentence naming what this PR changes and what it is. + +```ts +// REPLACE: Runnable consumer code that defines every value it uses and shows +// the result. Change the fence language when TypeScript is not appropriate. +``` + +## Risk + + + +## REPLACE: A heading that states a fact about this change + + + +
+Implementation notes and verification + + + +