From 58e033161e2911cf044d9a999a4c5ff5eabd479a Mon Sep 17 00:00:00 2001 From: Tracey Date: Sun, 17 Sep 2023 15:57:39 -0500 Subject: [PATCH] Change PR template headers to H2. Add vscode and temp files to gitignore (#347) ### Summary Headers in the PR template were H3, changed to H2. Added vscode and temp files to gitignore. ### Test Plan Viewed tempalte file in preview mode ### Checklist - [ ] Package was built and tested against unstable n/a not a package update Co-authored-by: Tracey Clark --- .github/pull_request_template.md | 8 ++++---- .gitignore | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 620c52fd00f..3886de07afc 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,11 +1,11 @@ -### Summary +## Summary -### Test Plan +## Test Plan - + -### Checklist +## Checklist - [ ] Package was built and tested against unstable diff --git a/.gitignore b/.gitignore index 6357909047c..3d68e856aaf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ *.eopkg +*~ +*.vscode