mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
21 lines
1.1 KiB
Markdown
21 lines
1.1 KiB
Markdown
# Contributing
|
|
|
|
Any open source product is only as good as the community behind it. You can
|
|
participate by sharing code, ideas, or simply helping others. No matter what
|
|
your skill level is, every contribution counts.
|
|
|
|
See our [high level overview on silverstripe.org](http://silverstripe.org/contributing-to-silverstripe)
|
|
on how you can help out.
|
|
|
|
Or, for more detailed guidance, read one of the following pages:
|
|
|
|
* [Sharing your **opinion** and raising **issues**](issues)
|
|
* [Providing **code**, whether it's creating a feature or fixing a bug](code)
|
|
* [Writing and translating **documentation**](documentation)
|
|
* [**Translating** user-interface elements](translation)
|
|
|
|
## House rules for everybody contributing to SilverStripe
|
|
* Ask questions on the [forum](http://silverstripe.org/forum), and stick to more high-level discussions on the [core mailinglist](https://groups.google.com/forum/#!forum/silverstripe-dev)
|
|
* Make sure you know how to [raise good bug reports](/misc/contributing/issues)
|
|
* Everybody can contribute to SilverStripe! If you do, ensure you can [submit solid pull requests](/misc/contributing/code)
|