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
Copy file name to clipboardExpand all lines: README.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,3 +76,30 @@ public class MyController : Controller<MyModel>
76
76
}
77
77
}
78
78
```
79
+
80
+
## Contributing
81
+
82
+
There are many ways in which you can participate in the project. Like most open-source software projects, contributing code is just one of many outlets where you can help improve. Some of the things that you could help out with are:
83
+
84
+
- Documentation (both code and features)
85
+
- Bug reports
86
+
- Bug fixes
87
+
- Feature requests
88
+
- Feature implementations
89
+
- Test coverage
90
+
- Code quality
91
+
- Sample applications
92
+
93
+
## Related Projects
94
+
95
+
Additional extensions to Simplify.Web live in their own repositories on GitHub. For example:
96
+
97
+
-[Simplify.Web.Postman](https://github.com/SimplifyNet/Simplify.Web.Postman) - Postman collection and environment generation
98
+
-[Simplify.Web.Swagger](https://github.com/SimplifyNet/Simplify.Web.Swagger) - Swagger generation for controllers
99
+
-[Simplify.Web.Multipart](https://github.com/SimplifyNet/Simplify.Web.Multipart) - multipart form model binder
100
+
-[Simplify.Web.MessageBox](https://github.com/SimplifyNet/Simplify.Web.MessageBox) - non-interactive server side message box
0 commit comments