-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated docs 📋 Updated project docs to match the new intended behavior * Tweaked unit-tests 🧪 * Parity with docs 📋 Updated codebase to better align with the new intended behavior in docs * s-Changes to templates 📦 Made some small changes to the project template's structure * sFixes 🏗️ Some small fixes regarding the "skip option" & rsProjType prompt * Overhauled 'List' cmd 📜 * sChanges to the docs Changed 'ls' to 'list' to match the new behavior & added template sizes * Changes to task handling 🧰 * Enhancements to Contributing.md * Minor Tweaks to CLI Matched the CLI version & made some small tweaks! * Very small tweaks Pretty self explanatory :> * Further small tweaks General tweaks & code removal of non-progress features * Prep for RC-1 ✨ Minor tweaks & enhancements for release candidate 1 * sTweaks to Static-Web 📦 * Bump ver * Removed old feature
- Loading branch information
1 parent
cb99e18
commit a16b456
Showing
41 changed files
with
626 additions
and
516 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,23 +1,22 @@ | ||
version: 2.1 | ||
|
||
orbs: | ||
node: circleci/[email protected] | ||
node: circleci/[email protected] | ||
|
||
jobs: | ||
build-and-test: | ||
docker: | ||
- image: cimg/node:16.10 | ||
build-n-test: | ||
docker: | ||
- image: cimg/node:16.10 | ||
|
||
steps: | ||
- checkout | ||
- node/install-packages: | ||
pkg-manager: yarn | ||
- run: | ||
name: Run tests | ||
command: yarn test | ||
steps: | ||
- checkout | ||
- node/install-packages: | ||
pkg-manager: yarn | ||
- run: | ||
name: Run tests | ||
command: yarn test | ||
|
||
workflows: | ||
sample: | ||
jobs: | ||
- build-and-test | ||
|
||
sample: | ||
jobs: | ||
- build-n-test |
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,3 +1,2 @@ | ||
github: [iTzSharkSV] | ||
patreon: SharkSV | ||
ko_fi: SharkSV |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ COPY . . | |
RUN npm install | ||
RUN npm run build | ||
|
||
CMD node ./Bin/Hyper | ||
CMD npm test |
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,25 +1,81 @@ | ||
# Contributing | ||
# Contributing to this project | ||
|
||
## Guidelines | ||
Welcome, and thank you for your interest in contributing to Hyper! | ||
|
||
These guidelines will ensure the pull request process is easy and traceable for the contributor and maintainer. | ||
There are many ways in which you can contribute, beyond writing code. The goal of this document is to provide a high-level overview of how you can get involved. | ||
|
||
- When contributing to this repository, please first discuss the change you wish to make via issue, | ||
email, or any other method with the owners of this repository before making a change. | ||
- Keep changes concise and encapsulated. If you have multiple features/fixes to implement, make sure to keep each implementation isolated in to one pull request. Large pull requests will be declined. | ||
- If you're unsure of how to fix a bug or implement a feature create an issue instead. The maintainers will monitor new issues and decide how tp proceed. | ||
- All new features and bug fixes require a unit tests that adequately test the feature. | ||
## Questions & Feedback | ||
|
||
## Pull Request Process | ||
Have a question? The active community will be eager to assist you. Your well-worded question will serve as a resource to others searching for help. | ||
|
||
### Setting up your environment | ||
Your comments and feedback are welcome, and the development team is available via a handful of different channels. | ||
|
||
1. Fork this repository. | ||
2. Setting up dev environment. Check [ReadMe](../README.md) for more info. | ||
## Reporting Issues | ||
|
||
### Publishing your change | ||
Have you identified a reproducible problem in the project? Have a feature request? We want to hear about it! Here's how you can make reporting your issue as effective as possible. | ||
|
||
1. Increase the version number in package.json and create new entry at the beginning of [CHANGELOG](../CHANGELOG.md). Entries in the changelog file should be quick bullet points of the items changed, not just commit messages. The versioning scheme we use is [SemVer](http://semver.org/). | ||
2. Submit the pull request. A maintainer will review the changes contact you with any followup actions. | ||
### Identify where to Report | ||
|
||
#### Contact [Shorky](mailto:[email protected]) with any questions | ||
Can you recreate the issue even after disabling all your personal extensions? If you find the issue is caused by an extension you have installed, please file an issue on the extension's repo directly. | ||
|
||
### Look for an Existing Issue | ||
|
||
Before you create a new issue, please do a search in [open issues](https://github.com/iTzSharkSV/Hyper/issues) to see if the issue or feature request has already been filed. | ||
|
||
Be sure to scan through the most popular feature requests. | ||
|
||
If you find your issue already exists, make relevant comments and add your reaction. Use a reaction in place of a "+1" comment: | ||
|
||
- 👍 - upvote | ||
- 👎 - downvote | ||
|
||
If you cannot find an existing issue that describes your bug or feature, create a new issue using the guidelines below. | ||
|
||
### Writing Good Bug Reports and Feature Requests | ||
|
||
File a single issue per problem and feature request. Do not enumerate multiple bugs or feature requests in the same issue. | ||
|
||
Do not add your issue as a comment to an existing issue unless it's for the identical input. Many issues look similar, but have different causes. | ||
|
||
The more information you can provide, the more likely someone will be successful at reproducing the issue and finding a fix. | ||
|
||
Please include the following with each issue: | ||
|
||
- Version of Product | ||
|
||
- Your operating system | ||
|
||
- List of extensions/packages that you have installed | ||
|
||
- Reproducible steps (1... 2... 3...) that cause the issue | ||
|
||
- What you expected to see, versus what you actually saw | ||
|
||
- Images, animations, or a link to a video showing the issue occurring | ||
|
||
- A code snippet that demonstrates the issue or a link to a code repository the developers can easily pull down to recreate the issue locally | ||
|
||
### Final Checklist | ||
|
||
Please remember to do the following: | ||
|
||
- [ ] Search the issue repository to ensure your report is a new issue | ||
|
||
- [ ] Recreate the issue after disabling all extensions | ||
|
||
- [ ] Simplify your code around the issue to better isolate the problem | ||
|
||
Don't feel bad if the developers can't reproduce the issue right away. They will simply ask for more information! | ||
|
||
### Follow Your Issue | ||
|
||
Once submitted, your report will go into the issue tracking workflow. Be sure to understand what will happen next, so you know what to expect, and how to continue to assist throughout the process. | ||
|
||
## Contributing Fixes | ||
|
||
If you are interested in writing code to fix issues, | ||
please submit a pull request. | ||
|
||
# Thank You! | ||
|
||
Your contributions to open source, large or small, make great projects like this possible. Thank you for taking the time to contribute. |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.