-
-
Notifications
You must be signed in to change notification settings - Fork 273
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
Showing
10 changed files
with
132 additions
and
94 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
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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Contributing | ||
|
||
## How to Contribute | ||
|
||
#### Code of Conduct | ||
|
||
This repository has adopted the Contributor Covenant as it's | ||
Code of Conduct. It is expected that participants adhere to it. | ||
|
||
#### Proposing a Change | ||
|
||
If you are unsure about whether or not a change is desired, | ||
you can create an issue. This is useful because it creates | ||
the possibility for a discussion that's visible to everyone. | ||
|
||
When fixing a bug it is fine to submit a pull request right away. | ||
|
||
#### Sending a Pull Request | ||
|
||
Steps to be performed to submit a pull request: | ||
|
||
1. Fork the repository. | ||
2. Clone the repository. | ||
3. Checkout `develop` branch. | ||
4. Develop the package. | ||
5. Test the package with the test runner (`Window > Generals > Test Runner`). | ||
6. Commit with a message based | ||
on [Angular Commit Message Conventions](https://gist.github.com/stephenparish/9941e89d80e2bc58a153) as follows: | ||
- `fix:` fix a bug | ||
- `feat:` new feature | ||
- `docs:` changes only in documentation | ||
- `style:` changes only in formatting, white-space, etc | ||
- `refactor:` changes only in code structure (extract method, rename variable, move method, etc) | ||
- `perf:` changes only in code performance | ||
- `test:` add or update tests | ||
- `chore:` changes to the build process or auxiliary tools and libraries such as documentation generation | ||
|
||
7. Create a pull request on GitHub. Fill out the description, link any related issues and submit your pull request. | ||
|
||
#### License | ||
|
||
By contributing to this repository, you agree that your contributions will be licensed under its MIT license. |
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 @@ | ||
Copyright 2018-2024 mob-sakai | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.