From 4cd2837eff67bf6565bdebe953144e7144a78dd5 Mon Sep 17 00:00:00 2001 From: Mia Moir <63592337+archessmn@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:10:15 +0100 Subject: [PATCH] Update contributing.md to remove PR template --- docs/contributing.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/contributing.md b/docs/contributing.md index 6353c80c..f877f2d1 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -21,5 +21,3 @@ Commit messages can contain a related [Linear issue ID](https://linear.app/docs/ ## Pull requests Pull requests related to an issue should contain the [Linear issue ID](https://linear.app/docs/github#link-using-pull-requests) and either the issue title, or a summary of what was done to close the issue. For example: `[INT-67] Add Dark Mode`. This helps Linear to track what stage the issue is in and should be followed for all issues where applicable. - -Pull requests should use the provided [Pull Request Template](/.github/pull_request_template.md). This includes sections for what you've done, why you've done it, and how you've done it, along with how you tested it and some screenshots if applicable.