File tree Expand file tree Collapse file tree 3 files changed +40
-13
lines changed Expand file tree Collapse file tree 3 files changed +40
-13
lines changed Original file line number Diff line number Diff line change
1
+ # Global, lowest priority (will be overridden by any below).
2
+ * @ liamross
3
+
4
+ # GITHUB: Actions, templates, etc.
5
+ /.github @ liamross
6
+
7
+ # BUILD: Build and bundling scripts and configs.
8
+ /scripts /build_package.sh @ liamross
9
+ /configs / @ liamross
10
+ /.postcssrc.js @ liamross
11
+ /webpack.config.ts @ liamross
12
+
13
+ # RELEASES: Commit, Changelog, and GitHub release preferences.
14
+ /commitlint.config.js @ liamross
15
+ /.versionrc.js @ liamross
16
+ /CHANGELOG.md @ liamross
17
+
18
+ # DOCUMENTATION: Storybook configuration directories.
19
+ /.storybook / @ liamross
20
+ /public / @ liamross
21
+
22
+ # TESTING: Testing configuration.
23
+ /jest.config.js @ liamross
24
+ /.enzyme.js @ liamross
25
+
26
+ # LINTING: Linters and formatters.
27
+ /.huskyrc @ liamross
28
+ /.prettier * @ liamross
29
+ /.eslint * @ liamross
30
+
31
+ # SCRIPT(Make): Make script and utilities.
32
+ /scripts /make / @ liamross
33
+ /scripts /utils / @ liamross
34
+
35
+ # SCRIPT(Sass): Sass AST parser and docs generator.
36
+ /scripts /parse_scss.js @ liamross
Original file line number Diff line number Diff line change @@ -11,15 +11,6 @@ assignees: ''
11
11
12
12
<!-- Describe the component here -->
13
13
14
- ### What kind of component is it
14
+ ### Additional context
15
15
16
- <!-- Uncomment one of the below: -->
17
-
18
- <!-- Custom: Doesn't use Material-UI in any way -->
19
- <!-- Re-themed: Re-theme a Material-UI component without changing it -->
20
- <!-- Extend: Uses a Material-UI component, and alters functionality -->
21
- <!-- N/A -->
22
-
23
- ### Designs / more information
24
-
25
- <!-- Post any links to UXPin or attach any applicable material + more info -->
16
+ <!-- Post any links to designs or add more information -->
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ assignees: ''
11
11
12
12
<!-- Describe the feature here -->
13
13
14
- ### Designs / more information
14
+ ### Additional context
15
15
16
- <!-- Post any links to UXPin or attach any applicable material + more info -->
16
+ <!-- Post any links to designs or add more information -->
You can’t perform that action at this time.
0 commit comments