Skip to content

Commit 7ae26f6

Browse files
authored
✨ CI plugin (#51)
### Description Add a plugin for CI projects ### Test Coverage - [ ] This change is covered by existing or additional automated tests. - [ ] Manual testing has been performed (and evidence provided) as automated testing was not feasible. - [x] Additional tests are not required for this change (e.g. documentation update).
1 parent ae3faa7 commit 7ae26f6

File tree

81 files changed

+187
-404
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+187
-404
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved.
3+
SPDX-License-Identifier: Apache-2.0
4+
-->
15
### Description
26

37
<!--

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved.
3+
SPDX-License-Identifier: Apache-2.0
4+
-->
15
### Description
26

37
<!--

CODE_OF_CONDUCT.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved.
3+
SPDX-License-Identifier: Apache-2.0
4+
-->
15
# Contributor Covenant Code of Conduct
26

37
## Our Pledge

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved.
3+
SPDX-License-Identifier: Apache-2.0
4+
-->
15
# Contribution Guide
26

37
We really appreciate your contributions to the tools. We are committed to

DEVELOPMENT.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved.
3+
SPDX-License-Identifier: Apache-2.0
4+
-->
15
# Development and Testing
26

37
For development and testing purposes, it is essential to use a virtual environment. It is recommended that `pipenv` is used.

KNOWN_ISSUES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved.
3+
SPDX-License-Identifier: Apache-2.0
4+
-->
15
# Known Issues
26

37
This project is a work-in-progress and we are not currently tracking issues.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved.
3+
SPDX-License-Identifier: Apache-2.0
4+
-->
15
# Automation Scripts for CI/CD
26

37
![Package](https://badgen.net/badge/Package/continuous-delivery-scripts/grey)

azure-pipelines/build-release.yml

Lines changed: 0 additions & 253 deletions
This file was deleted.

azure-pipelines/steps/determine-current-branch.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

azure-pipelines/steps/generate-documentation.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)