Skip to content

Commit

Permalink
[DOCS] Add header checkbox to PR template (#2024)
Browse files Browse the repository at this point in the history
* add header checkbox to PR template

Signed-off-by: Michael Robinson <merobi@gmail.com>

* revise header checkbox in pr template and add header templates file to .github

Signed-off-by: Michael Robinson <merobi@gmail.com>

* link to contributing guide in pr template and remove templates file from .github

Signed-off-by: Michael Robinson <merobi@gmail.com>

Co-authored-by: Willy Lulciuc <willy@datakin.com>
  • Loading branch information
merobi-hub and wslulciuc authored Jun 29, 2022
1 parent 3d260a5 commit 7a7a2a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_)

0 comments on commit 7a7a2a8

Please sign in to comment.