-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f42899b
commit 0930f71
Showing
23 changed files
with
20,074 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# hadolint disable=DL3007 | ||
FROM megabytelabs/devcontainer:latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
{ | ||
"dockerFile": "Dockerfile", | ||
"extensions": [ | ||
"Angular.ng-template", | ||
"attilabuti.vscode-mjml", | ||
"bierner.markdown-emoji", | ||
"ChakrounAnas.turbo-console-log", | ||
"ChFlick.firecode", | ||
"chrmarti.regex", | ||
"cweijan.vscode-mysql-client2", | ||
"DavidAnson.vscode-markdownlint", | ||
"dbaeumer.vscode-eslint", | ||
"denoland.vscode-deno", | ||
"eamodio.gitlens", | ||
"EditorConfig.EditorConfig", | ||
"esbenp.prettier-vscode", | ||
"ericadamski.carbon-now-sh", | ||
"firsttris.vscode-jest-runner", | ||
"formulahendry.auto-rename-tag", | ||
"formulahendry.code-runner", | ||
"GitHub.vscode-pull-request-github", | ||
"GitLab.gitlab-workflow", | ||
"GoogleCloudTools.cloudcode", | ||
"golang.Go", | ||
"HashiCorp.terraform", | ||
"hediet.vscode-drawio", | ||
"IBM.output-colorizer", | ||
"Kelvin.vscode-sshfs", | ||
"mads-hartmann.bash-ide-vscode", | ||
"ms-azuretools.vscode-docker", | ||
"ms-kubernetes-tools.vscode-kubernetes-tools", | ||
"ms-vscode-remote.remote-containers", | ||
"ms-vscode-remote.remote-ssh", | ||
"ms-vscode-remote.remote-wsl", | ||
"ms-python.python", | ||
"ms-vscode.PowerShell", | ||
"MS-vsliveshare.vsliveshare", | ||
"MS-vsliveshare.vsliveshare-audio", | ||
"njpwerner.autodocstring", | ||
"nrwl.angular-console", | ||
"paulvarache.vscode-taskfile", | ||
"philnash.ngrok-for-vscode", | ||
"PKief.material-icon-theme", | ||
"pnp.polacode", | ||
"pranaygp.vscode-css-peek", | ||
"quicktype.quicktype", | ||
"rbbit.typescript-hero", | ||
"redhat.ansible", | ||
"redhat.vscode-yaml", | ||
"richie5um2.vscode-sort-json", | ||
"Rubymaniac.vscode-paste-and-indent", | ||
"salbert.comment-ts", | ||
"shd101wyy.markdown-preview-enhanced", | ||
"softwaredotcom.swdc-vscode", | ||
"steoates.autoimport", | ||
"stylelint.vscode-stylelint", | ||
"timonwong.shellcheck", | ||
"toba.vsfire", | ||
"tyriar.sort-lines", | ||
"usernamehw.errorlens", | ||
"valentjn.vscode-ltex", | ||
"VisualStudioExptTeam.vscodeintellicode", | ||
"vsciot-vscode.vscode-arduino", | ||
"vsls-contrib.codetour", | ||
"vsls-contrib.gistfs", | ||
"wayou.vscode-todo-highlight", | ||
"wix.vscode-import-cost", | ||
"yatki.vscode-surround" | ||
], | ||
"forwardPorts": [2222, 5901, 6080, 8001, 8014], | ||
"hostRequirements": { | ||
"cpus": 1, | ||
"memory": "4gb", | ||
"storage": "16gb" | ||
}, | ||
"mounts": ["source=dind-var-lib-docker,target=/var/lib/docker,type=volume"], | ||
"name": "Megabyte Labs Development Environment", | ||
"postCreateCommand": "[ -f start.sh ] && (bash start.sh || true)", | ||
"remoteUser": "megabyte", | ||
"runArgs": ["--init", "--privileged", "--shm-size=1g"], | ||
"settings": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
github: ProfessorManhattan | ||
open_collective: megabytelabs | ||
patreon: ProfessorManhattan | ||
custom: [donate.givedirectly.org] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
--- | ||
name: '🐛 Bug Report' | ||
description: Stumbled upon an error? Submit a bug report. | ||
labels: [question] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Yikes! That Was Not Supposed to Happen | ||
Sorry you had to find out the hard way that even the best software does not always work | ||
perfectly in every type of environment, 24/7. Your bug report is appreciated. After | ||
you have taken the time to gather the information needed to reproduce the issue, please | ||
fill out the bug report form below. | ||
- type: dropdown | ||
id: type | ||
attributes: | ||
label: '❔ What are you experiencing an issue with?' | ||
options: | ||
- Latest Release | ||
- Prior Release | ||
- Development Issue | ||
- Documentation | ||
- Other | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: version | ||
attributes: | ||
label: '❔ Version' | ||
description: Enter the version number, the commit ID, or a link to the release that has the issue. | ||
placeholder: 'Version 2.4.0' | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: '🐞 Description' | ||
description: Enter a clear and concise description of the problem. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: '⏺️ Steps To Reproduce' | ||
description: '**Optional** Enter the steps required to reproduce the behavior. Be sure to include environment | ||
information, as appropriate.' | ||
placeholder: | | ||
1. In this environment... | ||
2. With this config... | ||
3. Run '...' | ||
4. See error... | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: '📒 Relevant Log Output' | ||
description: '**Optional** Please copy and paste any relevant log output. This will be automatically formatted into | ||
code, so no need for backticks.' | ||
render: shell | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: '💡 Possible Solution' | ||
description: '**Optional** Enter suggestions on a fix/reason for the bug if you have any.' | ||
validations: | ||
required: false | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
## :heart: Love Megabyte Labs? | ||
If you find **[Megabyte Labs](https://megabyte.space)** projects useful, please consider donating so we sustain our projects: | ||
<a title="Support us on Open Collective" href="https://opencollective.com/megabytelabs" target="_blank"> | ||
<img | ||
alt="Open Collective sponsors" | ||
src="https://img.shields.io/opencollective/sponsors/megabytelabs?logo=opencollective&label=OpenCollective&logoColor=white&style=for-the-badge" | ||
/> | ||
</a> | ||
<a title="Support us on GitHub" href="https://github.com/ProfessorManhattan" target="_blank"> | ||
<img | ||
alt="GitHub sponsors" | ||
src="https://img.shields.io/github/sponsors/ProfessorManhattan?label=GitHub%20sponsors&logo=github&style=for-the-badge" | ||
/> | ||
</a> | ||
<a href="https://www.patreon.com/ProfessorManhattan" title="Support us on Patreon" target="_blank"> | ||
<img alt="Patreon" src="https://img.shields.io/badge/Patreon-Support-052d49?logo=patreon&logoColor=white&style=for-the-badge" /> | ||
</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
name: '💡 Feature Request' | ||
description: Request a new feature or an improvement to an existing one. | ||
labels: [question] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Thank You For Your Ideas! | ||
Thank you in advance for any input you have on how we can improve our open-source product. | ||
It is great to get ideas from other people's well-thought perspectives. Take a minute to | ||
ponder your idea and then feel free to submit your feature/idea for review. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: '💡 Feature/Idea' | ||
description: Enter a clear and concise description of the feature request/improvement. | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: contributor | ||
attributes: | ||
label: ':thumbsup: Can you contribute?' | ||
description: '**Optional** Add a way we can contact you here if you would like to contribute.' | ||
placeholder: 'Twitter: @MegabyteLabs, E-mail: [email protected], etc.' | ||
validations: | ||
required: false | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
## :heart: Love Megabyte Labs? | ||
If you find **[Megabyte Labs](https://megabyte.space)** projects useful, please consider donating so we sustain our projects: | ||
<a title="Support us on Open Collective" href="https://opencollective.com/megabytelabs" target="_blank"> | ||
<img | ||
alt="Open Collective sponsors" | ||
src="https://img.shields.io/opencollective/sponsors/megabytelabs?logo=opencollective&label=OpenCollective&logoColor=white&style=for-the-badge" | ||
/> | ||
</a> | ||
<a title="Support us on GitHub" href="https://github.com/ProfessorManhattan" target="_blank"> | ||
<img | ||
alt="GitHub sponsors" | ||
src="https://img.shields.io/github/sponsors/ProfessorManhattan?label=GitHub%20sponsors&logo=github&style=for-the-badge" | ||
/> | ||
</a> | ||
<a href="https://www.patreon.com/ProfessorManhattan" title="Support us on Patreon" target="_blank"> | ||
<img alt="Patreon" src="https://img.shields.io/badge/Patreon-Support-052d49?logo=patreon&logoColor=white&style=for-the-badge" /> | ||
</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
--- | ||
name: '⛑️ Support Request' | ||
description: Find out how to get answers and/or submit a support request. | ||
labels: [question] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## 💬 Join Us on Slack! | ||
If you have general questions or need help implementing this project, you have several options: | ||
* Ask the question on **[our Slack channel](https://app.slack.com/client/T01ABCG4NK1/C01NN74H0LW/details/)** *Fast* | ||
* Submit a request here *Depends* | ||
* E-mail [[email protected]](mailto:[email protected]) *Slow* | ||
* Submit a request on any of the above for paid support (just mention you are interested in paid support) **Fastest** | ||
- type: textarea | ||
id: support | ||
attributes: | ||
label: '⛑️ Support Request' | ||
description: Add your support request here. Detail exactly what you need help with. | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: contributor | ||
attributes: | ||
label: '😀 Are you interested in paid support?' | ||
description: '**Optional** For the fastest, most-effective support we offer paid services. If you are interested, | ||
answer *Yes* and we will get in contact with you immediately.' | ||
options: | ||
# yamllint disable-line rule:truthy | ||
- 'Yes' | ||
# yamllint disable-line rule:truthy | ||
- 'No' | ||
validations: | ||
required: false | ||
|
||
- type: input | ||
id: contributor | ||
attributes: | ||
label: '💬 How can we contact you?' | ||
description: '**Optional** Add a way we can contact you here (especially if you want us to contact you immediately for paid support).' | ||
placeholder: 'Twitter: @MegabyteLabs, E-mail: [email protected], etc.' | ||
validations: | ||
required: false | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
## :heart: Love Megabyte Labs? | ||
If you find **[Megabyte Labs](https://megabyte.space)** projects useful, please consider donating so we sustain our projects: | ||
<a title="Support us on Open Collective" href="https://opencollective.com/megabytelabs" target="_blank"> | ||
<img | ||
alt="Open Collective sponsors" | ||
src="https://img.shields.io/opencollective/sponsors/megabytelabs?logo=opencollective&label=OpenCollective&logoColor=white&style=for-the-badge" | ||
/> | ||
</a> | ||
<a title="Support us on GitHub" href="https://github.com/ProfessorManhattan" target="_blank"> | ||
<img | ||
alt="GitHub sponsors" | ||
src="https://img.shields.io/github/sponsors/ProfessorManhattan?label=GitHub%20sponsors&logo=github&style=for-the-badge" | ||
/> | ||
</a> | ||
<a href="https://www.patreon.com/ProfessorManhattan" title="Support us on Patreon" target="_blank"> | ||
<img alt="Patreon" src="https://img.shields.io/badge/Patreon-Support-052d49?logo=patreon&logoColor=white&style=for-the-badge" /> | ||
</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: '💬 Slack Channel' | ||
url: 'https://app.slack.com/client/T01ABCG4NK1/C01NN74H0LW/details/' | ||
about: Join our community on Slack. Get answers and share ideas with kindreds. | ||
- name: '📟 Paid Support' | ||
url: https://megabyte.space/commercial-support | ||
about: For the fastest, most-thorough solutions we encourage you to consider paid support. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
- **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) | ||
|
||
- **What is the current behavior?** (You can also link to an open issue here) | ||
|
||
- **What is the new behavior (if this is a feature change)?** | ||
|
||
- **Other information**: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
# Configuration for probot-stale - https://github.com/probot/stale | ||
|
||
# Number of days of inactivity before an Issue or Pull Request becomes | ||
# stale | ||
daysUntilStale: 90 | ||
|
||
# Number of days of inactivity before an Issue or Pull Request with the | ||
# stale label is closed. | ||
# Set to false to disable. If disabled, issues still need to be closed | ||
# manually, but will remain marked as stale. | ||
daysUntilClose: 30 | ||
|
||
# Only issues or pull requests with all of these labels are check if stale. | ||
# Defaults to `[]` (disabled) | ||
onlyLabels: [] | ||
|
||
# Issues or Pull Requests with these labels will never be considered stale. | ||
# Set to `[]` to disable | ||
exemptLabels: | ||
- pinned | ||
- security | ||
- planned | ||
|
||
# Set to true to ignore issues in a project (defaults to false) | ||
exemptProjects: false | ||
|
||
# Set to true to ignore issues in a milestone (defaults to false) | ||
exemptMilestones: false | ||
|
||
# Set to true to ignore issues with an assignee (defaults to false) | ||
exemptAssignees: true | ||
|
||
# Label to use when marking as stale | ||
staleLabel: stale | ||
|
||
# Limit the number of actions per hour, from 1-30. Default is 30 | ||
limitPerRun: 30 | ||
|
||
pulls: | ||
markComment: "This pull request has been marked 'stale' due to lack of \ | ||
recent activity. If there is no further activity, the PR will be \ | ||
closed in another 30 days. Thank you for your contribution!" | ||
unmarkComment: This pull request is no longer marked for closure. | ||
closeComment: "This pull request has been closed due to inactivity. If \ | ||
you feel this is in error, please reopen the pull request or file a \ | ||
new PR with the relevant details." | ||
|
||
issues: | ||
markComment: "This issue has been marked 'stale' due to lack of recent \ | ||
activity. If there is no further activity, the issue will be closed \ | ||
in another 30 days. Thank you for your contribution!" | ||
unmarkComment: This issue is no longer marked for closure. | ||
closeComment: "This issue has been closed due to inactivity. If you feel \ | ||
this is in error, please reopen the issue or file a new issue with the \ | ||
relevant details." |
Oops, something went wrong.