Skip to content

Commit 4ce05ac

Browse files
authored
Added community contributions and CoC links
1 parent 656a273 commit 4ce05ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ app.Run();
3636

3737
Now we can navigate to `/api/Contacts` and see all of the Contacts in the database. We can filter for a specific Contact by navigating to `/api/Contacts/1` to get just the first contact returned. We can also post to `/api/Contacts` and add a new Contact to the database. Since there are multiple `DbSet`, you can make the same calls to `/api/Addresses`.
3838

39+
## Community
40+
41+
This project is covered by a [code of conduct](https://github.com/csharpfritz/InstantAPIs/blob/main/CODE-OF-CONDUCT.md) that all contributors must abide by. [Contributions are welcome and encouraged.](https://github.com/csharpfritz/InstantAPIs/blob/main/CONTRIBUTING.md).
42+
3943
TODO:
4044

4145
- Add OpenAPI bindings

0 commit comments

Comments
 (0)