local-vault
Advanced tools
Comparing version 1.3.0 to 1.4.0
{ | ||
"name": "local-vault", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "A Database API that works with local storage.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -434,4 +434,40 @@ # Local Vault | ||
## Contributing | ||
Contributing should be directed toward a specific issue. | ||
#### Fork the Repo | ||
#### Clone the Repo | ||
```bash | ||
git clone https://github.com/YOUR_GITHUB_USERNAME/local-vault.git | ||
``` | ||
#### NPM Install | ||
```bash | ||
npm install | ||
``` | ||
#### Create a branch off of ``master`` to address an issue | ||
```bash | ||
git checkout -b 'feature/issue-ISSUE_NUMBER' | ||
``` | ||
for example: | ||
```bash | ||
git checkout -b 'feature/issue-9' | ||
``` | ||
#### Make changes and Commit Code | ||
```bash | ||
git add . | ||
git commit -m 'thoughtful, concise, high level outline of change' | ||
``` | ||
#### Push into Your Branch | ||
```bash | ||
git push origin feature/issue-ISSUE_NUMBER | ||
``` | ||
#### Create a Pull Request and tag the relevant issue(s) in that request | ||
And that's it! Thanks for contributing! :tada: :tada: :tada: | ||
## License | ||
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
32051
473
0