-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Automatically request review from the Mobile Engineering team | ||
* @smileidentity/mobile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "pub" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
time: "10:00" | ||
timezone: "America/Los_Angeles" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Story: https://app.shortcut.com/smileid/story/xxx | ||
|
||
## Summary | ||
|
||
A few sentences/bullet points about the changes | ||
|
||
## Known Issues | ||
|
||
Any shortcomings in your work. This may include corner cases not correctly handled or issues related | ||
to but not within the scope of your PR. Design compromises should be discussed here if they were not | ||
already discussed above. | ||
|
||
## Test Instructions | ||
|
||
Concise test instructions on how to verify that your feature works as intended. This should include | ||
changes to the development environment (if applicable) and all commands needed to run your work. | ||
|
||
## Screenshot | ||
|
||
If applicable (e.g. UI changes), add screenshots to help explain your work. |