You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The contribution guidelines don't really mention our build pipeline that much.
People who are preparing a PR should at least locally run dotnet fake build to verify that their code works before submitting a PR.
Some people forget to format the new code for example. We should cover stuff like this in https://github.com/fsprojects/fantomas/blob/master/CONTRIBUTING.md#guidelines.
The text was updated successfully, but these errors were encountered:
The contribution guidelines don't really mention our build pipeline that much.
People who are preparing a PR should at least locally run
dotnet fake build
to verify that their code works before submitting a PR.Some people forget to format the new code for example. We should cover stuff like this in https://github.com/fsprojects/fantomas/blob/master/CONTRIBUTING.md#guidelines.
The text was updated successfully, but these errors were encountered: