👍🎉 First off, thanks for taking the time to contribute! 🎉👍
You need :
- Visual Studio Code (download) with the Remote - Containers extension installed.
- Docker Desktop (Windows, macOS) or Docker CE/EE (Linux)
Details are available on the official Visual Studio documentation.
- Make sure the topic is not already discussed by an opened issue
- Submit your idea in an new issue to discuss about it with us
- Then you can open and submit a Pull Request to the project
- The code you added/modified compile
- The code you added/modified is linted (run the
neon lint
command) - The code you added/modified is covered by unit tests and all tests are passing (run the
neon test
command) - The features you added/modified or the bugs you fixed are covered by integration tests and all integration tests are passing (run the
neon test-int
command)