diff options
author | yangyong <yangyonglc@inspur.com> | 2019-08-27 10:29:58 +0800 |
---|---|---|
committer | yangyong <yangyonglc@inspur.com> | 2019-09-03 03:03:27 +0000 |
commit | 1d3db54fbf73165d1fbe14ea9d715bd4d0cf3a1f (patch) | |
tree | 2d0465a32c35a1999e820d53f785ccd049dea37c | |
parent | 40821578f9d3fd5264cfa1c1b1328425dea10f80 (diff) | |
download | trove-1d3db54fbf73165d1fbe14ea9d715bd4d0cf3a1f.tar.gz |
fix bug report url
since we don't use launchpad to report bugs anymore,replace it with
storyboard.openstack.org
Change-Id: Ifa456c62c4fed197954cb7f7b2aaf0328a00d6a3
-rw-r--r-- | CONTRIBUTING.rst | 22 | ||||
-rw-r--r-- | README.rst | 2 | ||||
-rw-r--r-- | doc/source/index.rst | 10 |
3 files changed, 17 insertions, 17 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index b70fa172..b3184f60 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -19,9 +19,9 @@ the workflow documented at: (Pull requests submitted through GitHub will be ignored.) -Bugs should be filed on Launchpad, not GitHub: +Bugs should be filed on Storyboard now, not GitHub: - https://bugs.launchpad.net/trove + https://storyboard.openstack.org/#!/project/openstack/trove We welcome all types of contributions, from blueprint designs to documentation to testing to deployment scripts. The best way to get @@ -171,17 +171,17 @@ process. there is no available volunteer who will step up to take over the patch set. -Launchpad Bugs --------------- +Storyboard Bugs +--------------- -Bugs should be filed on Launchpad at: +Bugs should be filed on Storyboard at: - https://bugs.launchpad.net/trove + https://storyboard.openstack.org/#!/project/openstack/trove -All changes that address a Launchpad bug should include the bug in the -Commit Message using the Closes-Bug, Related-Bug, or Partial-Bug keyword. +All changes that address a Storyboard bug should include the bug in the +Commit Message using the Story and Task. -It is not required that a Launchpad bug be filed for every change. +It is not required that a Storyboard bug be filed for every change. Release Notes ------------- @@ -192,8 +192,8 @@ that are submitted as part of a change will be included in the release notes. The failure to add a release note for a user visible change should be identified in review, and corrected. -If a Launchpad bug is being fixed, the release note should list the -bug number. +If a Storyboard bug is being fixed, the release note should list the +story and task number. For help using reno, the release notes tool, see: @@ -24,7 +24,7 @@ CONTRIBUTING.rst_ and HACKING.rst_ * `Developer Docs <https://docs.openstack.org/trove/latest/>`_ You can raise bugs here: -`Bug Tracker <https://bugs.launchpad.net/trove>`_ +`Bug Tracker <https://storyboard.openstack.org/#!/project/openstack/trove>`_ The plan for trove can be found at `Trove Specs <https://specs.openstack.org/openstack/trove-specs/>`_ diff --git a/doc/source/index.rst b/doc/source/index.rst index 2c3e360a..923cae16 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -34,9 +34,9 @@ For an in-depth look at the project's design and structure, see the - `Trove Client`_ * `Trove Wiki`_ on OpenStack -* `Trove API Documentation`_ on developer.openstack.org -* `Trove Blueprints`_ on blueprints.launchpad.net -* `Trove Bugs`_ on bugs.launchpad.net +* `Trove API Documentation`_ on docs.openstack.org +* `Trove Blueprints`_ on storyboard.openstack.org +* `Trove Bugs`_ on storyboard.openstack.org Guest Images @@ -60,5 +60,5 @@ Search Trove Documentation .. _Trove: https://opendev.org/openstack/trove .. _Trove Client: https://opendev.org/openstack/python-troveclient .. _Trove API Documentation: https://docs.openstack.org/api-ref/database/ -.. _Trove Blueprints: https://blueprints.launchpad.net/trove -.. _Trove Bugs: https://bugs.launchpad.net/trove +.. _Trove Blueprints: https://storyboard.openstack.org/#!/project/openstack/trove +.. _Trove Bugs: https://storyboard.openstack.org/#!/project/openstack/trove |