diff options
-rw-r--r-- | .github/pull_request_template.md | 13 | ||||
-rw-r--r-- | .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 <!--- Paste link to ticket here --> +[TMA-XX](https://taggid.atlassian.net/browse/TMA-XX) ## Description <!--- Describe your changes in detail --> @@ -11,7 +12,7 @@ <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> -## Screenshots (if appropriate): +## Screenshots (if appropriate) ## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> @@ -20,9 +21,11 @@ - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] Documentation/repository update -## Checklist: +## Checklist <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask! --> -- [ ] 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. @@ -33,6 +33,13 @@ local.properties # .vscode/ +# Sublime Text +# +*.tmlanguage.cache +*.tmPreferences.cache +*.stTheme.cache +*.sublime-workspace + # node.js # node_modules/ |