Skip to content

Commit 418ab95

Browse files
committed
chore(github): set up CODEOWNERS file, modified issue templates
1 parent c7d1517 commit 418ab95

File tree

3 files changed

+40
-13
lines changed

3 files changed

+40
-13
lines changed

.github/CODEOWNERS

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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

.github/ISSUE_TEMPLATE/request--component.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@ assignees: ''
1111

1212
<!-- Describe the component here -->
1313

14-
### What kind of component is it
14+
### Additional context
1515

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 -->

.github/ISSUE_TEMPLATE/request--functionality.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ assignees: ''
1111

1212
<!-- Describe the feature here -->
1313

14-
### Designs / more information
14+
### Additional context
1515

16-
<!-- Post any links to UXPin or attach any applicable material + more info -->
16+
<!-- Post any links to designs or add more information -->

0 commit comments

Comments
 (0)