diff options
| -rw-r--r-- | .github/pull_request_template.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000000..ca704082a3f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ +<!-- +If this PR is related to an unstable feature or an otherwise tracked effort, +please link to the relevant tracking issue here. If you don't know of a related +tracking issue or there are none, feel free to ignore this. + +This PR will get automatically assigned to a reviewer. In case you would like +a specific user to review your work, you can assign it to them by using + + r? <reviewer name> +--> \ No newline at end of file |
