Skip to content

Commit b50b70e

Browse files
authored
Merge pull request #907 from nojaf/PR-note
Add pull request template.
2 parents 0a310f2 + f6a8f0a commit b50b70e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/pull_request_template.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Before you go
2+
3+
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:
4+
5+
To execute all build scripts, please run:
6+
7+
```shell
8+
dotnet fsi build.fsx
9+
```
10+
11+
If you encounter any formatting issues, you can auto-correct them by running:
12+
13+
```shell
14+
dotnet fantomas build.fsx src tests docs
15+
```
16+
17+
Should any tests fail, please review and adjust your changes accordingly.
18+
19+
We appreciate your efforts to contribute and look forward to reviewing your pull request!

0 commit comments

Comments
 (0)