2014-09-26 09:49:44 +02:00
title: Bug Reports
summary: Report bugs or problems with SilverStripe, feature requests or other issues.
2012-10-09 01:32:22 +02:00
# Contributing Issues and Opinions
## Reporting Bugs
If you have discovered a bug in SilverStripe, we'd be glad to hear about it -
well written bug reports can be half of the solution already!
2013-04-02 01:46:36 +02:00
2013-05-17 00:45:52 +02:00
* [Framework Bugtracker ](https://github.com/silverstripe/silverstripe-framework/issues )
2013-04-02 01:46:36 +02:00
* [CMS Bugtracker ](https://github.com/silverstripe/silverstripe-cms/issues )
2013-05-17 00:45:52 +02:00
* [Documentation Bugtracker ](https://github.com/silverstripe/silverstripe-framework/issues )
2016-02-17 22:21:59 +01:00
* Search on [http://addons.silverstripe.org/ ](http://addons.silverstripe.org/ ) for module-specific bugtrackers
2014-08-30 06:05:06 +02:00
* Request features: [UserVoice ](http://silverstripe.uservoice.com ).
2013-01-22 11:53:55 +01:00
Before submitting a bug:
2015-02-06 08:37:50 +01:00
* Ask for assistance on the [forums ](http://www.silverstripe.org/community/forums/ ), [core mailinglist ](http://groups.google.com/group/silverstripe-dev ) or on [IRC ](http://irc.silverstripe.org/ ) if you're unsure if its really a bug.
2013-04-02 01:46:36 +02:00
* Search for similar, existing tickets
2013-01-22 11:53:55 +01:00
* Is this a security issue? Please follow our separate reporting guidelines below.
2016-02-17 22:21:59 +01:00
* Is this a issue with the core framework or cms? Modules have their own issue trackers (see [http://addons.silverstripe.org/ ](http://addons.silverstripe.org/ ))
2015-02-06 08:37:50 +01:00
* Try to reproduce your issue on a [clean installation ](/getting_started/composer#using-development-versions ), maybe the bug has already been fixed on an unreleased branch?
2013-01-22 11:53:55 +01:00
* The bugtracker is not the place to discuss enhancements, please use the forums or mailinglist.
Only log enhancement tickets if they gather a large interest in the community
and the enhancement is likely to be implemented in the next couple of months.
If the issue does look like a new bug:
2013-05-17 00:45:52 +02:00
* [Create a new ticket ](https://github.com/silverstripe/silverstripe-framework/issues/new )
2013-04-02 01:46:36 +02:00
* Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots and screencasts can help here.
2013-01-22 11:53:55 +01:00
* Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version, Operating System, any installed SilverStripe modules.
2015-02-06 08:37:50 +01:00
* *(optional)* [Submit a pull request ](/contributing/code/#step-by-step-from-forking-to-sending-the-pull-request ) which fixes the issue.
2012-10-09 01:32:22 +02:00
2014-09-26 09:49:44 +02:00
Lastly, don't get your hopes up too high. Unless your issue is a blocker
affecting a large number of users, don't expect SilverStripe developers to jump
onto it right way. Your issue is a starting point where others with the same
problem can collaborate with you to develop a fix.
2013-04-02 01:46:36 +02:00
## Feature Requests
< div class = "warning" markdown = '1' >
2014-09-26 09:49:44 +02:00
Please don't file "feature requests" as Github issues. If there's a new feature
you'd like to see in SilverStripe, you either need to write it yourself (and
2015-02-06 08:37:50 +01:00
[submit a pull request ](/contributing/code/#step-by-step-from-forking-to-sending-the-pull-request ) or convince somebody else to
2014-09-26 09:49:44 +02:00
write it for you. Any "wishlist" type issues without code attached can be
expected to be closed as soon as they're reviewed.
2013-04-02 01:46:36 +02:00
< / div >
2014-09-26 09:49:44 +02:00
In order to gain interest and feedback in your feature, we encourage you to
2015-02-06 08:37:50 +01:00
present it to the community through the [forums ](http://www.silverstripe.org/community/forums ),
2014-09-26 09:49:44 +02:00
[core mailinglist ](http://groups.google.com/group/silverstripe-dev ) or on
2015-02-06 08:37:50 +01:00
[IRC ](http://irc.silverstripe.org/ ).
2013-04-02 01:46:36 +02:00
2012-10-09 01:32:22 +02:00
## Reporting Security Issues
2015-02-06 08:37:50 +01:00
Report security issues to [security@silverstripe.org ](mailto:security@silverstripe.org ).
See our "[Release Process](/contributing/release_process/#security-releases)" documentation for more info, and
read our guide on [how to write secure code ](/developer_guides/security/secure_coding/ ).
2012-10-09 01:32:22 +02:00
## Sharing your Opinion
2015-02-06 08:37:50 +01:00
* [silverstripe.org/forums ](http://www.silverstripe.org/community/forums/ ): Forums on silverstripe.org
* [silverstripe-dev ](http://groups.google.com/group/silverstripe-dev/ ): Core development mailinglist
2015-06-18 10:04:07 +02:00
* [silverstripe-documentation ](http://groups.google.com/group/silverstripe-documentation/ ): Documentation mailing list