Commit 54078850 authored by Dan Handley's avatar Dan Handley
Browse files

Refer to separate issue tracking repository

Update documentation to refer to separate issue tracking
repository, https://github.com/ARM-software/tf-issues/issues.

Change-Id: Ib1cef65b0da420bec58290d8743eb069b1226c96
parent 8468739c
...@@ -29,11 +29,10 @@ Getting Started ...@@ -29,11 +29,10 @@ Getting Started
everyone visibility of whether others are working on something similar. ARM everyone visibility of whether others are working on something similar. ARM
licensees may contact ARM directly via their partner managers instead if licensees may contact ARM directly via their partner managers instead if
they prefer. they prefer.
* For bugs, use the "bug" label in the [issue] and clearly describe the * Note that the [issue] tracker for this project is in a separate
problem, including steps to reproduce. [issue tracking repository]. Please follow the guidelines in that
* For enhancements, use the "enhancement" label and clearly describe repository.
how you intend to implement the change. * If you intend to include Third Party IP in your contribution, please
If you intend to include Third Party IP in your contribution, please
raise a separate [issue] for this and ensure that the changes that raise a separate [issue] for this and ensure that the changes that
include Third Party IP are made on a separate topic branch. include Third Party IP are made on a separate topic branch.
* [Fork][] [arm-trusted-firmware][] on GitHub. * [Fork][] [arm-trusted-firmware][] on GitHub.
...@@ -55,9 +54,10 @@ Making Changes ...@@ -55,9 +54,10 @@ Making Changes
* Avoid long commit series. If you do have a long series, consider whether * Avoid long commit series. If you do have a long series, consider whether
some commits should be squashed together or addressed in a separate topic. some commits should be squashed together or addressed in a separate topic.
* Make sure your commit messages are in the proper format. If a commit fixes * Make sure your commit messages are in the proper format. If a commit fixes
a GitHub [issue], include a reference (e.g. "fixes #45"); this ensures a GitHub [issue], include a reference (e.g.
the [issue] is [automatically closed] when merged into the "fixes arm-software/tf-issues#45"); this ensures the [issue] is
[arm-trusted-firmware] `master` branch. [automatically closed] when merged into the [arm-trusted-firmware] `master`
branch.
* Where appropriate, please update the documentation. * Where appropriate, please update the documentation.
* Consider whether the [User Guide] or [Porting Guide] need updating. * Consider whether the [User Guide] or [Porting Guide] need updating.
* Changes that have a material impact on behavior or programming * Changes that have a material impact on behavior or programming
...@@ -103,12 +103,13 @@ _Copyright (c) 2013, ARM Limited and Contributors. All rights reserved._ ...@@ -103,12 +103,13 @@ _Copyright (c) 2013, ARM Limited and Contributors. All rights reserved._
[Porting Guide]: ./docs/porting-guide.md [Porting Guide]: ./docs/porting-guide.md
[Acknowledgements]: ./acknowledgements.md "Contributor acknowledgements" [Acknowledgements]: ./acknowledgements.md "Contributor acknowledgements"
[cla-submissions@arm.com]: mailto:cla-submissions@arm.com [cla-submissions@arm.com]: mailto:cla-submissions@arm.com
[GitHub account]: http://github.com/signup/free [GitHub account]: https://github.com/signup/free
[Fork]: http://help.github.com/articles/fork-a-repo [Fork]: https://help.github.com/articles/fork-a-repo
[issue]: http://github.com/ARM-software/arm-trusted-firmware/issues [issue tracking repository]: https://github.com/ARM-software/tf-issues
[pull request]: http://help.github.com/articles/using-pull-requests [issue]: https://github.com/ARM-software/tf-issues/issues
[automatically closed]: https://help.github.com/articles/closing-issues-via-commit-messages [pull request]: https://help.github.com/articles/using-pull-requests
[Git guidelines]: http://git-scm.com/book/ch5-2.html [automatically closed]: https://help.github.com/articles/closing-issues-via-commit-messages
[Linux coding style]: https://www.kernel.org/doc/Documentation/CodingStyle [Git guidelines]: http://git-scm.com/book/ch5-2.html
[arm-trusted-firmware]: https://github.com/ARM-software/arm-trusted-firmware [Linux coding style]: https://www.kernel.org/doc/Documentation/CodingStyle
[arm-trusted-firmware]: https://github.com/ARM-software/arm-trusted-firmware
...@@ -85,6 +85,10 @@ Detailed changes since last release ...@@ -85,6 +85,10 @@ Detailed changes since last release
* GCC compiler built-in function support has been disabled in order to improve * GCC compiler built-in function support has been disabled in order to improve
compiler independence. compiler independence.
* The references to GitHub issues in the documentation now to point to a
separate issue tracking repository
https://github.com/ARM-software/tf-issues.
ARM Trusted Firmware - version 0.2 ARM Trusted Firmware - version 0.2
================================== ==================================
......
...@@ -108,7 +108,7 @@ project. ...@@ -108,7 +108,7 @@ project.
ARM welcomes any feedback on the Trusted Firmware. Please send feedback using ARM welcomes any feedback on the Trusted Firmware. Please send feedback using
the [GitHub issue tracker]( the [GitHub issue tracker](
https://github.com/ARM-software/arm-trusted-firmware/issues). https://github.com/ARM-software/tf-issues/issues).
ARM licensees may contact ARM directly via their partner managers. ARM licensees may contact ARM directly via their partner managers.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment