From 27f63fe19f9a308113e019770447c192bd4f5444 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 2 Apr 2013 01:19:15 +0200 Subject: [PATCH 1/2] Updated bugtracker links --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 98a7ba3..94dfd25 100644 --- a/README.md +++ b/README.md @@ -6,25 +6,31 @@ Base project folder for a SilverStripe ([http://silverstripe.org](http://silvers * [`cms`](http://github.com/silverstripe/silverstripe-cms): Module including a Content Management System * `themes/simple` (optional) -## Server Requirements ## - -See [doc.silverstripe.org](http://doc.silverstripe.org/framework/en/installation/server-requirements) - ## Installation ## See [installation on different platforms](http://doc.silverstripe.org/framework/en/installation/), and [installation from source](http://doc.silverstripe.org/framework/en/installation/from-source). +## Bugtracker ## + +Bugs are tracked on [github.com](https://github.com/silverstripe/framework/issues). +Please read our [issue reporting guidelines](http://doc.silverstripe.org/framework/en/misc/contributing/issues). + +## Development and Contribution ## + +If you would like to make changes to the SilverStripe core codebase, we have an extensive [guide to contributing code](http://doc.silverstripe.org/framework/en/misc/contributing/code). + ## Links ## * [Changelogs](http://doc.silverstripe.org/framework/en/changelogs/) - * [Bugtracker](http://open.silverstripe.org) + * [Framework Bugtracker](https://github.com/silverstripe/sapphire/issues) + * [CMS Bugtracker](https://github.com/silverstripe/silverstripe-cms/issues) * [Forums](http://silverstripe.org/forums) * [Developer Mailinglist](https://groups.google.com/forum/#!forum/silverstripe-dev) ## License ## - Copyright (c) 2007-2012, SilverStripe Limited - www.silverstripe.com + Copyright (c) 2007-2013, SilverStripe Limited - www.silverstripe.com All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: From 2e4913d351562a697f23129f8f200915e464530b Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 2 Apr 2013 01:52:32 +0200 Subject: [PATCH 2/2] Contribution guidelines, new bugtracker links --- CONTRIBUTING.md | 30 +++++++++++++++++++++++------- README.md | 5 +++-- 2 files changed, 26 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 485fb7c..e44c76e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,12 +1,28 @@ # 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. +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 contribution overview](http://silverstripe.org/contributing-to-silverstripe) on silverstripe.org on how you can help out. -See our [high level overview](http://silverstripe.org/contributing-to-silverstripe) on silverstripe.org on how you can help out. +## Bugtracker ## -Or, for more detailed guidance, read one of the following pages: +Bugs are tracked on [github.com](https://github.com/silverstripe/framework/issues). +Please read our [issue reporting guidelines](http://doc.silverstripe.org/framework/en/misc/contributing/issues). - * [Sharing your opinion and raising issues](http://doc.silverstripe.org/framework/en/trunk/misc/contributing/issues) - * [Providing code, whether it's creating a feature or fixing a bug](http://doc.silverstripe.org/framework/en/trunk/misc/contributing/code) - * [Writing and translating documentation](http://doc.silverstripe.org/framework/en/trunk/misc/contributing/documentation) - * [Translating user-interface elements](http://doc.silverstripe.org/framework/en/trunk/misc/contributing/translation) \ No newline at end of file +## Development and Contribution ## + +For submitting patches, please read our [guide to contributing code](http://doc.silverstripe.org/framework/en/misc/contributing/code). We only accept pull requests on github.com. + +## Links ## + + * [Server Requirements](http://doc.silverstripe.org/framework/en/installation/server-requirements) + * [Changelogs](http://doc.silverstripe.org/framework/en/changelogs/) + * [Bugtracker: Framework](https://github.com/silverstripe/sapphire/issues) + * [Bugtracker: CMS](https://github.com/silverstripe/silverstripe-cms/issues) + * [Bugtracker: Installer](https://github.com/silverstripe/silverstripe-installer/issues) + * [Forums](http://silverstripe.org/forums) + * [Developer Mailinglist](https://groups.google.com/forum/#!forum/silverstripe-dev) + +## Licensing + +By supplying code in issues and pull requests created on github.com and other collaboration tools +related to the SilverStripe project, you agree that is can be used in distributions and derivative works of +SilverStripe CMS and associated modules, under the BSD license. \ No newline at end of file diff --git a/README.md b/README.md index 94dfd25..5323d68 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,9 @@ If you would like to make changes to the SilverStripe core codebase, we have an ## Links ## * [Changelogs](http://doc.silverstripe.org/framework/en/changelogs/) - * [Framework Bugtracker](https://github.com/silverstripe/sapphire/issues) - * [CMS Bugtracker](https://github.com/silverstripe/silverstripe-cms/issues) + * [Bugtracker: Framework](https://github.com/silverstripe/sapphire/issues) + * [Bugtracker: CMS](https://github.com/silverstripe/silverstripe-cms/issues) + * [Bugtracker: Installer](https://github.com/silverstripe/silverstripe-installer/issues) * [Forums](http://silverstripe.org/forums) * [Developer Mailinglist](https://groups.google.com/forum/#!forum/silverstripe-dev)