-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Milestone
Description
Current contribution guide is here: https://github.com/microsoft/react-native-gallery/wiki/Contributing-to-React-Native-Gallery
Mostly it covers pretty broad contribution topics, not the quirks specific to this repo. That's a fine doc to have... but we really need to capture what you need to know if you're going to work on this app.
Things like:
- Running
yarn test:update - Clearer callout of
timeZoneOffsetInSecondsproblem (it's a bit buried as is): Updating test snapshots has differences intimeZoneOffsetInSecondsbetween local test and CI tests #441 - Linting expectations (
yarn lintclean) - Accessibility checking with Accessibility Insights 🧪
- Anything else you might hit in the pipelines
- Hotspots for manual testing
- Platform-specific code
- How to add a new sample page (note: covered in the readme)
- App architecture overall
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request