Skip to content

Commit 82353dd

Browse files
committed
feat(monorepo): Initial check-in of monorepo template files
1 parent f8c2948 commit 82353dd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+21942
-183
lines changed

.all-contributorsrc

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"projectName": "monorepo-template",
3+
"projectOwner": "storm-software",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": ["README.md"],
7+
"imageSize": 100,
8+
"contributorsPerLine": 5,
9+
"linkToUsage": true,
10+
"commitType": "docs",
11+
"commit": true,
12+
"commitConvention": "angular",
13+
"contributors": [
14+
{
15+
"login": "sullivanpj",
16+
"name": "Patrick Sullivan",
17+
"avatar_url": "https://avatars.githubusercontent.com/u/99053093?v=4",
18+
"profile": "http://www.sullypat.com/",
19+
"contributions": ["design", "code", "tool", "doc", "test"]
20+
},
21+
{
22+
"login": "tbenning",
23+
"name": "Tyler Benning",
24+
"avatar_url": "https://avatars.githubusercontent.com/u/7265547?v=4",
25+
"profile": "https://tylerbenning.com/",
26+
"contributions": ["design"]
27+
},
28+
{
29+
"login": "stormie-bot",
30+
"name": "Stormie",
31+
"avatar_url": "https://avatars.githubusercontent.com/u/149802440?v=4",
32+
"profile": "http://stormsoftware.com",
33+
"contributions": ["maintenance"]
34+
}
35+
]
36+
}

.editorconfig

Lines changed: 464 additions & 0 deletions
Large diffs are not rendered by default.

.gitattributes

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
###############################
2+
# Git Line Endings #
3+
###############################
4+
5+
# Set default behavior to automatically normalize line endings.
6+
* text=auto eol=lf
7+
8+
# Force batch scripts to always use CRLF line endings so that if a repo is accessed
9+
# in Windows via a file share from Linux, the scripts will work.
10+
*.{cmd,[cC][mM][dD]} text eol=crlf
11+
*.{bat,[bB][aA][tT]} text eol=crlf
12+
13+
# Force bash scripts to always use LF line endings so that if a repo is accessed
14+
# in Unix via a file share from Windows, the scripts will work.
15+
*.sh text eol=lf
16+
17+
###############################
18+
# Git Large File System (LFS) #
19+
###############################
20+
21+
# Archives
22+
*.7z filter=lfs diff=lfs merge=lfs -text
23+
*.br filter=lfs diff=lfs merge=lfs -text
24+
*.gz filter=lfs diff=lfs merge=lfs -text
25+
*.tar filter=lfs diff=lfs merge=lfs -text
26+
*.zip filter=lfs diff=lfs merge=lfs -text
27+
28+
# Documents
29+
*.pdf filter=lfs diff=lfs merge=lfs -text
30+
31+
# Images
32+
*.gif filter=lfs diff=lfs merge=lfs -text
33+
*.ico filter=lfs diff=lfs merge=lfs -text
34+
*.jpg filter=lfs diff=lfs merge=lfs -text
35+
*.png filter=lfs diff=lfs merge=lfs -text
36+
*.psd filter=lfs diff=lfs merge=lfs -text
37+
*.webp filter=lfs diff=lfs merge=lfs -text
38+
39+
# Fonts
40+
*.woff2 filter=lfs diff=lfs merge=lfs -text
41+
42+
# Other
43+
*.exe filter=lfs diff=lfs merge=lfs -text
44+
45+
###############################
46+
# GitHub linguist #
47+
###############################
48+
49+
apps/**/.next/** -text linguist-vendored
50+
51+
# Make dist folder indexable for github search
52+
dist/** linguist-generated=false
53+
54+
pnpm-lock.yaml linguist-generated=true

.github/.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
22.13.1

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* @sullivanpj @storm-software/operations @storm-software/architecture
2+
3+
/docs/ @storm-software/docs

.github/CODE_OF_CONDUCT.md

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
We as members, contributors, and leaders pledge to make participation in our
6+
community a harassment-free experience for everyone, regardless of age, body
7+
size, visible or invisible disability, ethnicity, sex characteristics, gender
8+
identity and expression, level of experience, education, socio-economic status,
9+
nationality, personal appearance, race, religion, or sexual identity and
10+
orientation.
11+
12+
We pledge to act and interact in ways that contribute to an open, welcoming,
13+
diverse, inclusive, and healthy community.
14+
15+
## Our Standards
16+
17+
Examples of behavior that contributes to a positive environment for our
18+
community include:
19+
20+
- Demonstrating empathy and kindness toward other people
21+
- Being respectful of differing opinions, viewpoints, and experiences
22+
- Giving and gracefully accepting constructive feedback
23+
- Accepting responsibility and apologizing to those affected by our mistakes,
24+
and learning from the experience
25+
- Focusing on what is best not just for us as individuals, but for the overall
26+
community
27+
28+
Examples of unacceptable behavior include:
29+
30+
- The use of sexualized language or imagery, and sexual attention or advances of
31+
any kind
32+
- Trolling, insulting or derogatory comments, and personal or political attacks
33+
- Public or private harassment
34+
- Publishing others' private information, such as a physical or email address,
35+
without their explicit permission
36+
- Other conduct which could reasonably be considered inappropriate in a
37+
professional setting
38+
39+
## Enforcement Responsibilities
40+
41+
Community leaders are responsible for clarifying and enforcing our standards of
42+
acceptable behavior and will take appropriate and fair corrective action in
43+
response to any behavior that they deem inappropriate, threatening, offensive,
44+
or harmful.
45+
46+
Community leaders have the right and responsibility to remove, edit, or reject
47+
comments, commits, code, wiki edits, issues, and other contributions that are
48+
not aligned to this Code of Conduct, and will communicate reasons for moderation
49+
decisions when appropriate.
50+
51+
## Scope
52+
53+
This Code of Conduct applies within all community spaces, and also applies when
54+
an individual is officially representing the community in public spaces.
55+
Examples of representing our community include using an official e-mail address,
56+
posting via an official social media account, or acting as an appointed
57+
representative at an online or offline event.
58+
59+
## Enforcement
60+
61+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
62+
reported to the community leaders responsible for enforcement at
63+
<[email protected]>. All complaints will be reviewed and investigated
64+
promptly and fairly.
65+
66+
All community leaders are obligated to respect the privacy and security of the
67+
reporter of any incident.
68+
69+
## Enforcement Guidelines
70+
71+
Community leaders will follow these Community Impact Guidelines in determining
72+
the consequences for any action they deem in violation of this Code of Conduct:
73+
74+
### 1. Correction
75+
76+
**Community Impact**: Use of inappropriate language or other behavior deemed
77+
unprofessional or unwelcome in the community.
78+
79+
**Consequence**: A private, written warning from community leaders, providing
80+
clarity around the nature of the violation and an explanation of why the
81+
behavior was inappropriate. A public apology may be requested.
82+
83+
### 2. Warning
84+
85+
**Community Impact**: A violation through a single incident or series of
86+
actions.
87+
88+
**Consequence**: A warning with consequences for continued behavior. No
89+
interaction with the people involved, including unsolicited interaction with
90+
those enforcing the Code of Conduct, for a specified period of time. This
91+
includes avoiding interactions in community spaces as well as external channels
92+
like social media. Violating these terms may lead to a temporary or permanent
93+
ban.
94+
95+
### 3. Temporary Ban
96+
97+
**Community Impact**: A serious violation of community standards, including
98+
sustained inappropriate behavior.
99+
100+
**Consequence**: A temporary ban from any sort of interaction or public
101+
communication with the community for a specified period of time. No public or
102+
private interaction with the people involved, including unsolicited interaction
103+
with those enforcing the Code of Conduct, is allowed during this period.
104+
Violating these terms may lead to a permanent ban.
105+
106+
### 4. Permanent Ban
107+
108+
**Community Impact**: Demonstrating a pattern of violation of community
109+
standards, including sustained inappropriate behavior, harassment of an
110+
individual, or aggression toward or disparagement of classes of individuals.
111+
112+
**Consequence**: A permanent ban from any sort of public interaction within the
113+
community.
114+
115+
## Attribution
116+
117+
This Code of Conduct is adapted from the
118+
[Contributor Covenant](https://www.contributor-covenant.org), version 2.0,
119+
available at
120+
[https://www.contributor-covenant.org/version/2/0/code_of_conduct.html](https://www.contributor-covenant.org/version/2/0/code_of_conduct.html).
121+
122+
Community Impact Guidelines were inspired by
123+
[Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/inclusion).
124+
125+
For answers to common questions about this code of conduct, see the FAQ at
126+
[https://www.contributor-covenant.org/faq](https://www.contributor-covenant.org/faq).
127+
Translations are available at
128+
[https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations).

.github/CONTRIBUTING.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# All contributions, however small are valued
2+
3+
## Steps to contribute
4+
5+
If you want to make a small change, go ahead and raise a pull request, otherwise
6+
follow these steps:
7+
8+
1. View the [Issues](https://github.com/storm-software/monorepo-template/issues) page to
9+
see a To-Do list of things to be implemented.
10+
2. Raise an issue or comment on an existing issue with what you want to
11+
contribute if one does not already exist.
12+
3. When you get the go ahead, follow the coding guidelines and raise a pull
13+
request.
14+
4. Include a link to the issue in your pull request.
15+
16+
## Coding Guidelines
17+
18+
- Projects use StyleCop and .editorconfig to produce style warnings. Please fix
19+
all warnings in any code you submit.
20+
- Write unit tests for any code written.

.github/FUNDING.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# These are supported funding model platforms
2+
3+
patreon: StormSoftware
4+
github: storm-software
Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
name: 🐞 Bug Report
2+
description: Report a bug.
3+
title: "[Bug]: "
4+
labels: ["bug", "triage"]
5+
assignees:
6+
- sullivanpj
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this bug report!
12+
- type: input
13+
id: contact
14+
attributes:
15+
label: Contact Details
16+
description: How can we get in touch with you if we need more info?
17+
placeholder: ex. [email protected]
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: actual-results
22+
attributes:
23+
label: Current Behavior
24+
description: What behavior are you currently experiencing?
25+
placeholder: What behavior are you currently experiencing?
26+
value: "What behavior are you currently experiencing?"
27+
validations:
28+
required: true
29+
- type: textarea
30+
id: expected-results
31+
attributes:
32+
label: Expected Behavior
33+
description: What behavior are you expecting to experience?
34+
placeholder: What behavior are you expecting to experience?
35+
value: "What behavior are you expecting to experience?"
36+
validations:
37+
required: true
38+
- type: dropdown
39+
id: package
40+
attributes:
41+
label: Package Name
42+
description: Which package are you experiencing this error with?
43+
multiple: true
44+
options:
45+
- create-storm-workspace
46+
- Linting Tools
47+
- Git Tools
48+
- Workspace Tools
49+
validations:
50+
required: true
51+
- type: dropdown
52+
id: version
53+
attributes:
54+
label: Version
55+
description: What version of our software are you running?
56+
options:
57+
- 1.0.0
58+
validations:
59+
required: false
60+
- type: dropdown
61+
id: operating-system
62+
attributes:
63+
label: What platform(s) are you seeing the problem in?
64+
multiple: true
65+
options:
66+
- Microsoft Windows
67+
- MacOS
68+
- ChromeOS
69+
- iOS
70+
- Android
71+
- Ubuntu
72+
- Debian
73+
- Fedora
74+
- CentOS
75+
- Linux (General)
76+
- Other
77+
validations:
78+
required: false
79+
- type: dropdown
80+
id: browsers
81+
attributes:
82+
label: What browsers are you seeing the problem on (if applicable)?
83+
multiple: true
84+
options:
85+
- Firefox
86+
- Chrome
87+
- Safari
88+
- Microsoft Edge
89+
- type: textarea
90+
id: logs
91+
attributes:
92+
label: Relevant log output
93+
description: Please copy and paste any relevant log output. This will be
94+
automatically formatted into code, so no need for backticks.
95+
render: TypeScript
96+
- type: checkboxes
97+
id: agreed
98+
attributes:
99+
label: Code of Conduct
100+
description: By submitting this issue, you agree to follow our [Code of
101+
Conduct](https://github.com/storm-software/monorepo-template/blob/main/.github/CODE_OF_CONDUCT.md)
102+
options:
103+
- label: I agree to follow this project's Code of Conduct
104+
required: true

0 commit comments

Comments
 (0)