From 7a7a2a80fd143875663367a0e5b94415d390b97c Mon Sep 17 00:00:00 2001 From: Michael Robinson <68482867+merobi-hub@users.noreply.github.com> Date: Wed, 29 Jun 2022 13:47:50 -0400 Subject: [PATCH] [DOCS] Add header checkbox to PR template (#2024) * add header checkbox to PR template Signed-off-by: Michael Robinson * revise header checkbox in pr template and add header templates file to .github Signed-off-by: Michael Robinson * link to contributing guide in pr template and remove templates file from .github Signed-off-by: Michael Robinson Co-authored-by: Willy Lulciuc --- .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 8133eff8b4..9f9f46cba6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -18,3 +18,4 @@ Please describe your change as it relates to the problem, or bug fix, as well as - [ ] You've updated any relevant documentation (_if relevant_) - [ ] You've updated the [`CHANGELOG.md`](https://github.com/MarquezProject/marquez/blob/main/CHANGELOG.md#unreleased) with details about your change under the "Unreleased" section (_if relevant, depending on the change, this may not be necessary_) - [ ] You've versioned your `.sql` database schema migration according to [Flyway's naming convention](https://flywaydb.org/documentation/concepts/migrations#naming) (_if relevant_) +- [ ] You've included a [header](https://github.com/MarquezProject/marquez/blob/main/CONTRIBUTING.md#copyright--license) in any source code files (_if relevant_) \ No newline at end of file