From 0f565466b28dd7dbc3f1e243ef3739956fe6e526 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Mon, 4 Oct 2021 14:02:01 -0400 Subject: [PATCH] github: add a checklist item as a reminder about api preview Signed-off-by: John Mulligan --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1b96a93..9fc6a42 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -22,3 +22,4 @@ Thank you for opening a pull request. Please provide: - [ ] Added tests for features and functional changes - [ ] Public functions and types are documented - [ ] Standard formatting is applied to Go code +- [ ] Is this a new API? Is this new API marked PREVIEW?