From e3f06c4468e69b7fea560142866c8b24062f037e Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 6 Sep 2019 16:01:30 +1200 Subject: [PATCH] DOCS Remove uservoice mentions See https://forum.silverstripe.org/t/a-new-way-to-manage-feature-ideas/2264 --- docs/en/05_Contributing/00_Issues_and_Bugs.md | 2 +- docs/en/05_Contributing/03_Request_for_comment.md | 2 +- docs/en/05_Contributing/04_Release_Process.md | 2 +- docs/en/index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/05_Contributing/00_Issues_and_Bugs.md b/docs/en/05_Contributing/00_Issues_and_Bugs.md index b45905b0a..5c8f4fbac 100644 --- a/docs/en/05_Contributing/00_Issues_and_Bugs.md +++ b/docs/en/05_Contributing/00_Issues_and_Bugs.md @@ -20,7 +20,7 @@ Before submitting a bug: Note that [documentation issues](https://github.com/silverstripe/silverstripe-framework/issues) are tracked in "framework" as well. * 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? * The bugtracker is not the place to discuss enhancements, please use - [UserVoice](http://silverstripe.uservoice.com) and our [community channels](https://www.silverstripe.org/community). + the ["feature ideas" forum category](https://forum.silverstripe.org/c/feature-ideas) and our [community channels](https://www.silverstripe.org/community). 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. diff --git a/docs/en/05_Contributing/03_Request_for_comment.md b/docs/en/05_Contributing/03_Request_for_comment.md index 2d4822ebd..6a19e149d 100644 --- a/docs/en/05_Contributing/03_Request_for_comment.md +++ b/docs/en/05_Contributing/03_Request_for_comment.md @@ -39,7 +39,7 @@ Once complete submit the RFC in the prescribed format above as a GitHub issue as ## What next? The RFC will be raised and discussed by the core committers in the monthly Google Hangout sessions, a vote for accepting the RFC will be taken requiring a majority vote (with at least a quorum of more than half of the core committers present). -Once approved it will be announced on the [developer list](https://groups.google.com/forum/#!forum/silverstripe-dev) and if relevant, [UserVoice](http://silverstripe.uservoice.com) and [Roadmap](https://www.silverstripe.org/software/roadmap) will be updated. This now means that if a pull request meeting the idea set out in the RFC was raised that it would be merged by the Core Committers (pending the usual code peer review). +Once approved it will be announced on the [developer list](https://groups.google.com/forum/#!forum/silverstripe-dev) and if relevant, a related [feature idea](https://forum.silverstripe.org/c/feature-ideas) and [Roadmap](https://www.silverstripe.org/software/roadmap) will be updated. This now means that if a pull request meeting the idea set out in the RFC was raised that it would be merged by the Core Committers (pending the usual code peer review). ## RFC Archives diff --git a/docs/en/05_Contributing/04_Release_Process.md b/docs/en/05_Contributing/04_Release_Process.md index 8e90b15c7..17008a224 100644 --- a/docs/en/05_Contributing/04_Release_Process.md +++ b/docs/en/05_Contributing/04_Release_Process.md @@ -20,7 +20,7 @@ New features and API changes are discussed as [GitHub issues](https://docs.silverstripe.org/en/contributing/issues_and_bugs/)), as well as the [forum](https://forum.silverstripe.org). They are prioritised by the core team as tickets on -github.com. In addition, we collect community feedback on [silverstripe.uservoice.com](https://silverstripe.uservoice.com). +github.com. In addition, we collect community feedback as [feature ideas](https://forum.silverstripe.org/c/feature-ideas) on the forum. Any feature ideas we're planning to implement will be flagged there. Release dates are usually not published prior to the release, but you can get a good idea of the release status by diff --git a/docs/en/index.md b/docs/en/index.md index d2aa1808a..4a0860db1 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -21,7 +21,7 @@ SilverStripe has an wide range of options for getting support: * Read the technical reference in our [API Documentation](http://api.silverstripe.org/) * Get a user-focused overview of the CMS features in our [User Help](http://userhelp.silverstripe.com) * Discuss new features, API changes and the development [roadmap](http://www.silverstripe.org/software/roadmap/) - on [UserVoice](http://silverstripe.uservoice.com/forums/251266-new-features) + on the ["feature ideas" category](https://forum.silverstripe.org/c/feature-ideas) in our forums ## Building your first SilverStripe Web application