aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Handley <dan.handley@arm.com>2014-01-14 13:20:12 +0000
committerDan Handley <dan.handley@arm.com>2014-01-17 10:27:52 +0000
commit54078850239861df3d131d8e152c6712b2bdf22f (patch)
tree7b30c865bbfdd0bfe5298e2a28606e8204574f2b
parent8468739c5f19928240934f80c6582e45985bf975 (diff)
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
-rw-r--r--contributing.md35
-rw-r--r--docs/change-log.md4
-rw-r--r--readme.md2
3 files changed, 23 insertions, 18 deletions
diff --git a/contributing.md b/contributing.md
index 2f46d7e..6e4623a 100644
--- a/contributing.md
+++ b/contributing.md
@@ -29,11 +29,10 @@ Getting Started
everyone visibility of whether others are working on something similar. ARM
licensees may contact ARM directly via their partner managers instead if
they prefer.
- * For bugs, use the "bug" label in the [issue] and clearly describe the
- problem, including steps to reproduce.
- * For enhancements, use the "enhancement" label and clearly describe
- how you intend to implement the change.
- If you intend to include Third Party IP in your contribution, please
+ * Note that the [issue] tracker for this project is in a separate
+ [issue tracking repository]. Please follow the guidelines in that
+ repository.
+ * If you intend to include Third Party IP in your contribution, please
raise a separate [issue] for this and ensure that the changes that
include Third Party IP are made on a separate topic branch.
* [Fork][] [arm-trusted-firmware][] on GitHub.
@@ -55,9 +54,10 @@ Making Changes
* 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.
* 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
- the [issue] is [automatically closed] when merged into the
- [arm-trusted-firmware] `master` branch.
+ a GitHub [issue], include a reference (e.g.
+ "fixes arm-software/tf-issues#45"); this ensures the [issue] is
+ [automatically closed] when merged into the [arm-trusted-firmware] `master`
+ branch.
* Where appropriate, please update the documentation.
* Consider whether the [User Guide] or [Porting Guide] need updating.
* Changes that have a material impact on behavior or programming
@@ -103,12 +103,13 @@ _Copyright (c) 2013, ARM Limited and Contributors. All rights reserved._
[Porting Guide]: ./docs/porting-guide.md
[Acknowledgements]: ./acknowledgements.md "Contributor acknowledgements"
-[cla-submissions@arm.com]: mailto:cla-submissions@arm.com
-[GitHub account]: http://github.com/signup/free
-[Fork]: http://help.github.com/articles/fork-a-repo
-[issue]: http://github.com/ARM-software/arm-trusted-firmware/issues
-[pull request]: http://help.github.com/articles/using-pull-requests
-[automatically closed]: https://help.github.com/articles/closing-issues-via-commit-messages
-[Git guidelines]: http://git-scm.com/book/ch5-2.html
-[Linux coding style]: https://www.kernel.org/doc/Documentation/CodingStyle
-[arm-trusted-firmware]: https://github.com/ARM-software/arm-trusted-firmware
+[cla-submissions@arm.com]: mailto:cla-submissions@arm.com
+[GitHub account]: https://github.com/signup/free
+[Fork]: https://help.github.com/articles/fork-a-repo
+[issue tracking repository]: https://github.com/ARM-software/tf-issues
+[issue]: https://github.com/ARM-software/tf-issues/issues
+[pull request]: https://help.github.com/articles/using-pull-requests
+[automatically closed]: https://help.github.com/articles/closing-issues-via-commit-messages
+[Git guidelines]: http://git-scm.com/book/ch5-2.html
+[Linux coding style]: https://www.kernel.org/doc/Documentation/CodingStyle
+[arm-trusted-firmware]: https://github.com/ARM-software/arm-trusted-firmware
diff --git a/docs/change-log.md b/docs/change-log.md
index b400ac7..6c9a197 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -85,6 +85,10 @@ Detailed changes since last release
* GCC compiler built-in function support has been disabled in order to improve
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
==================================
diff --git a/readme.md b/readme.md
index 306e71a..aae2dbd 100644
--- a/readme.md
+++ b/readme.md
@@ -108,7 +108,7 @@ project.
ARM welcomes any feedback on the Trusted Firmware. Please send feedback using
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.