Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #178 from microsoft/dev
Browse files Browse the repository at this point in the history
Update Staging with the latest changes
  • Loading branch information
xnkevinnguyen authored Jan 29, 2020
2 parents 1d83a72 + 97b074f commit ee10dd9
Show file tree
Hide file tree
Showing 94 changed files with 15,981 additions and 8,743 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# At least one of the code owners below will be required on each PR:

* @markAtMicrosoft @smmatte @adclements @abmahdy @LukeSlev
* @markAtMicrosoft @smmatte @adclements @abmahdy @iennae @nasadigital @isadorasophia @sagarmanchanda
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Please describe the tests that you ran to verify your changes. Provide instructi
# Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] My code has been formatted with `npm run format` and passes the checks in `npm run check`
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
Expand Down
5 changes: 5 additions & 0 deletions .prettierrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
trailingComma: "es5"
tabWidth: 4
semi: true
endOfLine: auto
printWidth: 80
Loading

0 comments on commit ee10dd9

Please sign in to comment.