-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CONTRIBUTING.md and update the test project's README.md
- Loading branch information
1 parent
764c42b
commit 209955a
Showing
3 changed files
with
12 additions
and
4 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,11 @@ | ||
# Contributing | ||
|
||
Contributions are welcome. Feel free to submit a pull request. | ||
|
||
If you're not sure about something, open an issue first to discuss it. | ||
|
||
To make sure your pull request goes smoothly, please follow these guidelines: | ||
1. Run the tests before submitting your pull request. If you're adding a new feature, add a test for it. | ||
2. Follow the existing code style as much as possible. | ||
3. Make sure your code is formatted with `dotnet format`. The GitHub Action will fail if dotnet format results in any changes. | ||
|
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
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