Skip to content

Commit d412bf4

Browse files
author
Diego Antonelli
committed
chore: change template and codeowner
1 parent 7a06cff commit d412bf4

File tree

3 files changed

+2
-32
lines changed

3 files changed

+2
-32
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1 @@
1-
* @mendix/native-content @mendix/web-content
2-
**/*-native/**/* @mendix/native-content
3-
**/*-web/**/* @mendix/web-content
4-
**/data-widgets/**/* @mendix/web-content
5-
**/nanoflow-actions-hybrid/**/* @mendix/native-content
6-
**/nanoflow-actions-native/**/* @mendix/native-content
7-
**/mobile-resources-native/**/* @mendix/native-content
8-
**/nanoflow-actions-web/**/* @mendix/web-content
9-
**/customWidgets/**/* @mendix/web-content
10-
**/atlas/**/native/**/* @mendix/native-content
11-
**/atlas/**/web/**/* @mendix/web-content
12-
**/shared/** @mendix/web-content
13-
**/detox/**/* @mendix/native-content
14-
scripts/release/createNativeModules.js @mendix/native-content
15-
scripts/release/createWebModules.js @mendix/web-content
16-
packages/tools/pluggable-widgets-tools/configs/rollup.config.js @mendix/web-content
17-
packages/tools/pluggable-widgets-tools/configs/rollup.config.native.js @mendix/native-content
18-
packages/tools/pluggable-widgets-tools/configs/rollup-plugin-collect-dependencies.js @mendix/native-content
1+
* @mendix/mobile

.github/pull_request_template.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,9 @@
22

33
- Contains unit tests ✅ ❌
44
- Contains breaking changes ✅ ❌
5-
- Contains Atlas changes ✅ ❌
65
- Compatible with: MX 7️⃣, 8️⃣, 9️⃣
76
- Did you update version and changelog? ✅ ❌
87
- PR title properly formatted (`[XX-000]: description`)? ✅ ❌
9-
10-
#### Web specific
11-
12-
- Contains e2e tests ✅ ❌
13-
- Is accessible ✅ ❌
14-
- Compatible with Studio ✅ ❌
15-
- Cross-browser compatible ✅ ❌
16-
17-
#### Native specific
18-
198
- Works in Android ✅ ❌
209
- Works in iOS ✅ ❌
2110
- Works in Tablet ✅ ❌

.prettierignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
packages/tools/generator-widget/generators/app/templates
2-
packages/tools/pluggable-widgets-tools/tests/projects
31
*.png
42
*.svg
53
*.snap
64
**/dist
75
.idea
86
.husky
9-
.vscode
7+
.vscode

0 commit comments

Comments
 (0)