Skip to content

Commit 0a7a9d0

Browse files
Merge ae1e69d into 5983a65
2 parents 5983a65 + ae1e69d commit 0a7a9d0

19 files changed

+194
-460
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @OutSystems/data-fabric-clients
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!--
2+
You can check for more info about PR conventions here https://outsystemsrd.atlassian.net/wiki/spaces/RCP/pages/1544487638/Pull+Requests
3+
Conventions: <jira-issue>: <subject>
4+
<jira-issue> - Issue id, eg: RSAT-0000 (no need for # as in svn). This will link the branch and later on the pull request to the issue id in Jira
5+
<subject> - a short and concise description of the changes, usually the summary of the jira issue
6+
-->
7+
8+
### Jira Issue
9+
<!-- Please change the <jira-issue> tag to your jira issue (ex: RAR-131) -->
10+
11+
[<jira-issue>](https://outsystemsrd.atlassian.net/browse/<jira-issue>)
12+
13+
### Context
14+
<!--- Why is this change required? What problem does it solve? -->
15+
16+
### Impacts
17+
<!-- What are the consequences of the changes and possible implications in clients -->
18+
- [ ] Breaking Change
19+
- [ ] Behavioral breaking change
20+
- [ ] Breaks existent APIs
21+
- [ ] Refactor (big refactor on a sensitive asset )
22+
- [ ] Requires revision on public documentation

.github/ISSUE_TEMPLATE/bug.yaml

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

.github/ISSUE_TEMPLATE/config.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/ISSUE_TEMPLATE/feature-request.yaml

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

.github/ISSUE_TEMPLATE/question.yaml

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

.github/workflows/publish-pypi.yml

Lines changed: 0 additions & 82 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Validate pull request labels
2+
3+
4+
on:
5+
pull_request:
6+
types: [labeled, unlabeled, synchronize]
7+
8+
9+
jobs:
10+
check-label:
11+
uses: OutSystems/rd.github-reusable-workflows/.github/workflows/validate-pr-labels.yaml@v1.0.0
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Validate pull request title
2+
3+
4+
on:
5+
pull_request:
6+
types: [opened, edited, synchronize, reopened]
7+
8+
9+
jobs:
10+
build:
11+
uses: OutSystems/rd.github-reusable-workflows/.github/workflows/validate-pr-title.yaml@v1.0.0

CODE_OF_CONDUCT.md

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

0 commit comments

Comments
 (0)