From f77647f66d409b0a5cf56e312dc48f04553a3530 Mon Sep 17 00:00:00 2001 From: Leon Jiang <35908040+leonyjiang@users.noreply.github.com> Date: Fri, 26 Jun 2020 12:28:15 -0700 Subject: update gitignore & PR template --- .github/pull_request_template.md | 13 ++++++++----- .gitignore | 7 +++++++ 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5445a12e..d5d794c0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,6 +2,7 @@ ## Link to ticket +[TMA-XX](https://taggid.atlassian.net/browse/TMA-XX) ## Description @@ -11,7 +12,7 @@ -## Screenshots (if appropriate): +## Screenshots (if appropriate) ## Types of changes @@ -20,9 +21,11 @@ - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] Documentation/repository update -## Checklist: +## Checklist -- [ ] My code follows the code style of this project. -- [ ] My change requires a change to the documentation. -- [ ] I have updated the documentation accordingly. +- [ ] I thoroughly tested my changes and ensured that they integrate with existing functionality. +- [ ] I ran `yarn lint` to make sure my code adheres to standard style expectations. +- [ ] I clearly documented and detailed my code where I deemed it necessary to do so. +- [ ] My changes require a change to the documentation... + - [ ] ... which I have updated accordingly. diff --git a/.gitignore b/.gitignore index 6a5e410a..ec338d08 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,13 @@ local.properties # .vscode/ +# Sublime Text +# +*.tmlanguage.cache +*.tmPreferences.cache +*.stTheme.cache +*.sublime-workspace + # node.js # node_modules/ -- cgit v1.2.3-70-g09d2