From 4ebc106616f83fbb626b03aadda64cdb4dc90f94 Mon Sep 17 00:00:00 2001 From: Israel Gayoso Date: Tue, 1 Jun 2021 23:15:13 +0200 Subject: [PATCH] Add pull request template --- .github/pull_request_template.md | 23 +++++++++++++++++++++++ 1 file changed, 23 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..8bce80c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,23 @@ +# Description + +Please include a summary of the change and which issues are fixed. Please also include relevant motivation and context. + +Fixes: +- Link to Clubhouse story + +## Type of change + +Please delete options that are not relevant. + +- Frontend only. Little-to-no backend code was modified. +- Backend only. Does not require any frontend code changes. +- Affects the pipeline, (ETLs, Workers, Periodic). +- Requires a DB migration to be run. +- Affects signup/login/onboarding. +- Affects billing/pricing. +- Has required changes in other repos, (LIST THEM HERE). +- Other (styles, tests, build, etc). + +--- + +[PR Guidelines](https://github.com/rollbar/internal/blob/master/code-style/GUIDELINES.md) \ No newline at end of file