└── readme.md /readme.md: -------------------------------------------------------------------------------- 1 | ARM Trusted Firmware Issue Tracker 2 | ================================== 3 | 4 | As of April 2019 the [arm-trusted-firmware] project has relocated as a Github project to the TrustedFirmware.org [Trusted Firmware A] project. The Github project repository is now a read-only mirror of the TrustedFirmware.org project repository. 5 | 6 | This repository was solely for the purpose of creating and tracking an [issue] in the [ARM Trusted Firmware] project repository and now contains a historic record of those issues. 7 | 8 | A new [Task/Issue] Workbook on the TrustedFirmware.org project is the replacement issue tracker system. 9 | 10 | Please follow these guidelines for using the issue tracker: 11 | 12 | * If you have a question, create an [Task/Issue] and apply the "question" label. 13 | If the question is directed at an individual, then assign them to the 14 | issue. If the question is directed at an organization (e.g. ARM), please 15 | say so in the description. 16 | * If you identify a bug, create an [Task/Issue] and apply the "bug" label. Clearly 17 | describe the problem, including steps to reproduce. 18 | * Before starting work on the main repository, create an [Task/Issue] for your 19 | work, if one does not already exist. This gives everyone visibility of 20 | your work and helps others avoid working on something similar. 21 | * For bugs, apply the "bug" label if it's not already present. 22 | * For enhancements, apply the "enhancement" label and clearly describe 23 | how you intend to implement the change. 24 | * Assign yourself to the issue using the edit dialog. 25 | * When the issue has been fixed in the main repository, close the issue. 26 | * Feel free to comment on any issues with relevant information. 27 | 28 | Note there is not fine-grained access control on the [Task/Issue] workbook so please do 29 | not edit/close other people's issues without their permission. 30 | 31 | The TrustedFirmware.org [Dashboard] provides access to all facilities including source code, documentation, Gerrit review for submitting changes, a wiki, an issue/task workboard/tracker as well as showing recent activity in the project. This dashboard also provides detailed contributing guidelines. 32 | 33 | [ARM Trusted Firmware]: https://github.com/ARM-software/arm-trusted-firmware 34 | [issue]: https://github.com/ARM-software/tf-issues/issues 35 | 36 | [arm-trusted-firmware]: https://github.com/ARM-software/arm-trusted-firmware 37 | [Trusted Firmware A]: https://developer.trustedfirmware.org/project/profile/1/ 38 | [Dashboard]: https://developer.trustedfirmware.org/project/1/item/view/55/ 39 | [Task/Issue]: https://developer.trustedfirmware.org/project/board/1/ 40 | 41 | --------------------------------------------------------------------------------