Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.65 KB

CONTRIBUTING.md

File metadata and controls

43 lines (29 loc) · 1.65 KB

Contributing

Apart from bug fixes, behavior changes or new feature/API should be discussed in issues first so that you don't waste time on PRs that would not be merged.

Prerequisite

Nice-to-have

Note If you are on VS 2019:

If you open the solution and VS complains there are missing components, just install them. Please file an issue mentioning the missing component so this page can be updated. PRs are welcome as well.

Getting Started

  • Open the solution in VS and nuget should be stored.
  • Make sure SwipeNavigatorTest is set as start up project.
  • Configure Platform. On WoA machines you want ARM64. Use x64 otherwise.
  • You can leave the Configuration to Debug for development.
  • Click LocalMachine if your device has touch capability, or RemoteMachine if you want to deploy to another device equipped with remote debugger. Make sure you configure remote debugging correctly if so by right-clicking SwipeNavigatorTest -> Properties -> Debug.

CI Check

Make sure your code pass CI. Run

cd SwipeNavigator
./scripts/ci

to check your code before submitting PRs.