From c8de1c3726c5dd8cc4fad0efd0eaceb7f5dab601 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Wed, 26 Mar 2025 15:50:24 +0100 Subject: [PATCH] Show command to format lines to 100 characters --- .github/pull_request_template.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4cf8375a..75aef5cc 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,10 +1,11 @@ ## Description (Proposed Changes) + (Please try to mention in bullet points.) - - -## Link to the issue : +## Link to the issue : (Add link of the issue you have proposed changes to) @@ -16,9 +17,11 @@ Please make sure to add tests when implementing new features. ## Checklist -Please check that the PR fulfills all requirements listed below by checking the relevant checkboxes (`[x]`). This will ensure a smooth and quick review process. +Please check that the PR fulfills all requirements listed below by checking the relevant +checkboxes (`[x]`). This will ensure a smooth and quick review process. - [ ] Set a 100 character limit in your editor/IDE to avoid white space diffs in the PR + (run `dart format --line-length=100 .`) - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Added yourself to AUTHORS.md - [ ] Updated/added relevant documentation (doc comments with `///`).