From b199766f440ce1af6454c7a81c2b830716b71388 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Wed, 1 Jul 2020 20:54:05 -0400 Subject: [PATCH] Add pull request template (#435) --- .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..0bd988d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +## Review the Contributing Guidelines + +Before submitting a pull request, verify it meets all requirements in the [Contributing Guidelines](https://github.com/donnemartin/system-design-primer/blob/master/CONTRIBUTING.md). + +### Translations + +See the [Contributing Guidelines](https://github.com/donnemartin/system-design-primer/blob/master/CONTRIBUTING.md). Verify you've: + +* Tagged the [language maintainer](TRANSLATIONS.md) +* Prefixed the title with a language code + * Example: "ja: Fix ..."