From da28597076b389e735a95e79a744ef1e676e810c Mon Sep 17 00:00:00 2001 From: Niyati Maheshwari Date: Thu, 6 Jul 2023 09:44:35 -0700 Subject: [PATCH] Use bullets --- .github/PULL_REQUEST_TEMPLATE.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index db8577e735..114f2c6879 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,15 +1,15 @@ *Issue #, if available:* *Description of changes:* - - -What was changed - -Why was it changed - -How it was changed - -Changes in upcoming PRs (if the PR is part of a feature item and modularized) + + * What was changed + * Why was it changed + * How it was changed + * Changes in upcoming PRs (if the PR is part of a feature item and modularized) *Testing:* - -Unit test (if included in the PR) - -Local test (how the changes were tested locally) + * Unit test (if included in the PR) + * Local test (how the changes were tested locally) By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.