From e7f62d0e99769ae869d09decbb40d46a7bf8bc33 Mon Sep 17 00:00:00 2001 From: Christian Melchior Date: Mon, 23 May 2022 15:09:26 +0200 Subject: [PATCH] Mention C-API in PR template (#5520) --- .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 8c03cbb53cf..a0ba3bab203 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,3 +5,4 @@ ## ☑️ ToDos * [ ] 📝 Changelog update * [ ] 🚦 Tests (or not relevant) +* [ ] C-API, if public C++ API changed.