-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Matt Johnson-Pint <[email protected]>
- Loading branch information
1 parent
c7a9e5f
commit 6c5159c
Showing
78 changed files
with
1,144 additions
and
905 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 |
---|---|---|
@@ -1,34 +1,38 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
title: "" | ||
labels: bug | ||
assignees: '' | ||
|
||
assignees: "" | ||
--- | ||
|
||
**Describe the bug** | ||
## Describe the bug | ||
|
||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
## To Reproduce | ||
|
||
Steps to reproduce the behavior: | ||
|
||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
## Expected behavior | ||
|
||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
## Screenshots | ||
|
||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Environment** | ||
## Environment | ||
|
||
- OS: [e.g. macOS, Windows, Ubuntu] | ||
- Language [e.g. AssemblyScript, Go] | ||
- Version [e.g. v0.xx] | ||
|
||
**Additional context** | ||
## Additional context | ||
|
||
Add any other context about the problem here. |
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 |
---|---|---|
@@ -1,20 +1,23 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
title: "" | ||
labels: "" | ||
assignees: "" | ||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
## Is your feature request related to a problem? Please describe | ||
|
||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
## Describe the solution you'd like | ||
|
||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
## Describe alternatives you've considered | ||
|
||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
## Additional context | ||
|
||
Add any other context or screenshots about the feature request here. |
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,6 @@ | ||
self-hosted-runner: | ||
# Labels of self-hosted runner in array of string | ||
labels: | ||
- warp-ubuntu-latest-x64-2x | ||
- warp-ubuntu-latest-x64-4x | ||
- warp-ubuntu-latest-x64-8x |
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 |
---|---|---|
@@ -1,20 +1,26 @@ | ||
**Description** | ||
## Description | ||
|
||
Please explain the changes you made here. | ||
|
||
**Checklist** | ||
## Checklist | ||
|
||
- [ ] Code compiles correctly and linting passes locally | ||
- [ ] For all _code_ changes, an entry added to the `CHANGELOG.md` file describing and linking to this PR | ||
- [ ] For all _code_ changes, an entry added to the `CHANGELOG.md` file describing and linking to | ||
this PR | ||
- [ ] Tests added for new functionality, or regression tests for bug fixes added as applicable | ||
- [ ] For public APIs, new features, etc., PR on [docs repo](https://github.com/hypermodeinc/docs) staged and linked here | ||
- [ ] For public APIs, new features, etc., PR on [docs repo](https://github.com/hypermodeinc/docs) | ||
staged and linked here | ||
|
||
**Instructions** | ||
## Instructions | ||
|
||
- The PR title should follow the [Conventional Commits](https://www.conventionalcommits.org/) syntax, leading with `fix:`, `feat:`, `chore:`, `ci:`, etc. | ||
- The description should briefly explain what the PR is about. In the case of a bugfix, describe or link to the bug. | ||
- The PR title should follow the [Conventional Commits](https://www.conventionalcommits.org/) | ||
syntax, leading with `fix:`, `feat:`, `chore:`, `ci:`, etc. | ||
- The description should briefly explain what the PR is about. In the case of a bugfix, describe or | ||
link to the bug. | ||
- In the checklist section, check the boxes in that are applicable, using `[x]` syntax. | ||
- If not applicable, remove the entire line. Only leave the box unchecked if you intend to come back and check the box later. | ||
- Delete the `Instructions` line and everything below it, to indicate you have read and are following these instructions. 🙂 | ||
- If not applicable, remove the entire line. Only leave the box unchecked if you intend to come | ||
back and check the box later. | ||
- Delete the `Instructions` line and everything below it, to indicate you have read and are | ||
following these instructions. 🙂 | ||
|
||
Thank you for your contribution to the Modus project! |
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.