Skip to content

Commit 1fddbdf

Browse files
committed
Samples - Coderepo
1 parent d830def commit 1fddbdf

File tree

5 files changed

+51
-2
lines changed

5 files changed

+51
-2
lines changed

oci-coderepo-examples/README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@ All about OCI devops coderepo samples ..
22
=======
33

44
<details>
5-
<summary>We will add the details in the next release</summary>
5+
<summary>Integration with external code repos. - click to expand</summary>
66

7-
</details>
7+
* [Integrate GITHUB.com repo with OCI Devops .](./oci-devops-coderepo-with-github/)
8+
* [Integrate GITLAB.com repo with OCI Devops .](./oci-devops-coderepo-with-gitlab/)
9+
10+
</details>
11+
12+
13+
14+
### Back to examples.
15+
----
16+
17+
- 🏝️ [Back to OCI Devops sample](../README.md)
818

919

1020
### Back to examples.

oci-coderepo-examples/example1/README.md

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 2a487368e63d3302659687af0d1d5c17e9ab69cd
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 58e2cbf27831f9a143d23e3d0122504211163119

pull_request_template.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Description
2+
3+
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
4+
5+
Fixes # (issues)
6+
7+
New samples # (demos / Illustrations )
8+
9+
## Type of change
10+
11+
Please delete options that are not relevant.
12+
13+
- [ ] Bug fix (non-breaking change which fixes an issue)
14+
- [ ] New feature (non-breaking change which adds functionality)
15+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
16+
17+
18+
# How Has This Been Tested?
19+
20+
21+
- [ ] Free Tier
22+
- [ ] Always Free
23+
- [ ] Paid
24+
- [ ] Oracle internal tenancies/BOAT Users
25+
26+
27+
# Checklist:
28+
29+
- [ ] My code follows the style guidelines of this project
30+
- [ ] I have performed a self-review of my code
31+
- [ ] I have commented my code, particularly in hard-to-understand areas
32+
- [ ] I have made corresponding changes to the documentation
33+
- [ ] My changes generate no new warnings.
34+
- [ ] All the sensitive informations are masked or removed.
35+
- [ ] All the links mentioned are valid and tested.
36+
- [ ] Image names are seperated only with '-'.
37+
- [ ] Added instruction to clone only this sample and links to other common sample pages.

0 commit comments

Comments
 (0)