Skip to content

Commit 27e3abc

Browse files
committed
[edit] readme
1 parent 227c109 commit 27e3abc

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,30 @@ public class MyController : Controller<MyModel>
7676
}
7777
}
7878
```
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
101+
- [Simplify.Web.Templates](https://github.com/SimplifyNet/Simplify.Web.Templates) - .NET projects templates
102+
103+
## License
104+
105+
Licensed under the GNU LESSER GENERAL PUBLIC LICENSE

0 commit comments

Comments
 (0)