From 15a9ff6f67671f9219fda7f33dda05ea9a16c1a8 Mon Sep 17 00:00:00 2001 From: Sara Zan Date: Tue, 10 May 2022 09:46:09 +0200 Subject: [PATCH] PR template mention of enabling Actions (#2523) * Update version to 1.4.1rc0 * Add hint of enabling action on the fork in the PR template * Update Documentation & Code Style Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .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 5f41d3156..2633708df 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,5 +4,6 @@ **Status (please check what you already did)**: - [ ] First draft (up for discussions & feedback) - [ ] Final code +- [ ] [Enable actions on your fork](https://github.com/deepset-ai/haystack/blob/master/CONTRIBUTING.md#forks) - [ ] Added tests - [ ] Updated documentation