-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #907 from nojaf/PR-note
Add pull request template.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Before you go | ||
|
||
Hi there! Thank you for your contribution to our project. To help maintain the quality of our codebase, our Continuous Integration (CI) system will automatically run several checks on your submission. To streamline the process, we kindly ask you to perform these checks locally before pushing your changes: | ||
|
||
To execute all build scripts, please run: | ||
|
||
```shell | ||
dotnet fsi build.fsx | ||
``` | ||
|
||
If you encounter any formatting issues, you can auto-correct them by running: | ||
|
||
```shell | ||
dotnet fantomas build.fsx src tests docs | ||
``` | ||
|
||
Should any tests fail, please review and adjust your changes accordingly. | ||
|
||
We appreciate your efforts to contribute and look forward to reviewing your pull request! |