Thank you for investing your time in contributing to our project!
Read our Code of Conduct to keep our community approachable and respectable.
Open project using IntelliJ IDEA.
Basically, we develop with the latest stable version. Get the Dart SDK
After installation, check the version.
dart --version
dart pub get
Use Run/debug configurations in IntelliJ IDEA.
Please make use of the shared configuration file elixir.dart.run.xml.
Warning
Please set the necessary values for 'Program arguments' in Run/debug configurations. e.g.--version
Breakpoints allow you to pause program execution at a specific point and examine the state and behavior of the program, which can be very useful.
For simple fixes such as typos and additions to test code, no problem to submit a pull request without creating an issue.
Search if an issue already exists.
If a related issue doesn't exist, you can open a new issue using a relevant issue form.
Once your changes are ready, don't forget to SELF_REVIEW speed up the review process.
When you're finished with the changes, create a pull request, also known as a PR.
Congratulations 🎉🎉 Thanks you ✨