Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tunnckoCoreLabs/gitcommit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.7
Choose a base ref
...
head repository: tunnckoCoreLabs/gitcommit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 5 files changed
  • 3 contributors

Commits on Jul 18, 2018

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c9f1813 View commit details
  2. fix: update readme, remove bitHound ;((

    Bye bitHound!! It was awesome to have you!
    tunnckoCore authored Jul 18, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    63b96b8 View commit details

Commits on Jul 27, 2018

  1. Copy the full SHA
    b26f71d View commit details

Commits on Aug 20, 2018

  1. fix(deps): update dependency execa to ^0.11.0

    Signed-off-by: Charlike Mike Reagent <[email protected]>
    renovate-bot authored and renovate[bot] committed Aug 20, 2018
    Copy the full SHA
    29b19aa View commit details

Commits on Aug 26, 2018

  1. fix(deps): update dependency execa to v1

    Signed-off-by: Charlike Mike Reagent <[email protected]>
    renovate-bot authored and renovate[bot] committed Aug 26, 2018
    Copy the full SHA
    3e1892d View commit details

Commits on Sep 16, 2018

  1. fix: update badges

    Charlike Mike Reagent authored Sep 16, 2018
    Copy the full SHA
    5755d03 View commit details

Commits on Sep 17, 2018

  1. fix(deps): update dependency prompts to v1

    Signed-off-by: Charlike Mike Reagent <[email protected]>
    renovate-bot authored and renovate[bot] committed Sep 17, 2018
    Copy the full SHA
    1f2d704 View commit details

Commits on Dec 7, 2018

  1. fix(deps): update dependency prompts to v2

    Signed-off-by: Charlike Mike Reagent <[email protected]>
    renovate-bot authored and renovate[bot] committed Dec 7, 2018
    Copy the full SHA
    bf8da47 View commit details

Commits on Aug 22, 2019

  1. fix(deps): update dependency execa to v2

    Signed-off-by: Charlike Mike Reagent <[email protected]>
    renovate-bot authored and renovate[bot] committed Aug 22, 2019
    Copy the full SHA
    f53b26f View commit details

Commits on Dec 15, 2019

  1. fix(deps): update dependency execa to v3

    Signed-off-by: Charlike Mike Reagent <[email protected]>
    renovate-bot authored and renovate[bot] committed Dec 15, 2019
    Copy the full SHA
    85c6c83 View commit details
Showing with 173 additions and 61 deletions.
  1. +35 −0 .github/ISSUE_TEMPLATE/bug_report.md
  2. +17 −0 .github/ISSUE_TEMPLATE/feature_request.md
  3. +8 −20 README.md
  4. +2 −2 package.json
  5. +111 −39 yarn.lock
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Bug report
about: Create a report to help us improve

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project

---

**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**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
28 changes: 8 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -8,13 +8,11 @@ _You might also be interested in [prompts][highlighted-link] or in the other [re

## Quality Assurance :100:

[![bitHound Code][bithound-code-img]][bithound-code-url]
[![Code Style Standard][standard-img]][standard-url]
[![Linux Build][circleci-img]][circleci-url]
[![Code Coverage][codecov-img]][codecov-url]
[![bitHound Score][bithound-score-img]][bithound-score-url]
[![bitHound Deps][bithound-deps-img]][bithound-deps-url]
[![Dependencies Status][dependencies-img]][dependencies-url]
[![Renovate App Status][renovate-img]][renovate-url]

If you have any _how-to_ kind of questions, please read [Code of Conduct](./CODE_OF_CONDUCT.md) and **ping me on [twitter](https://twitter.com/tunnckoCore)** or [open an issue][open-issue-url].
You may also read the [Contributing Guide](./CONTRIBUTING.md). There, beside _"How to contribute?"_, we describe everything **_stated_** by the badges.
@@ -24,7 +22,6 @@ You may also read the [Contributing Guide](./CONTRIBUTING.md). There, beside _"H
[![Node Security Status][nodesecurity-img]][nodesecurity-url]
[![Conventional Commits][ccommits-img]][ccommits-url]
[![Semantically Released][new-release-img]][new-release-url]
[![Renovate App Status][renovate-img]][renovate-url]

Project is [semantically](https://semver.org) & automatically released on [CircleCI][codecov-url] with [new-release][] and its [New Release](https://github.com/apps/new-release) Github Bot.

@@ -154,33 +151,24 @@ _Project automation and management with [hela][] task framework._
[npmv-url]: https://www.npmjs.com/package/gitcommit
[npmv-img]: https://img.shields.io/npm/v/gitcommit.svg?label=npm%20version

[github-release-url]: https://github.com/tunnckoCore/gitcommit/releases/latest
[github-release-img]: https://img.shields.io/github/release/tunnckoCore/gitcommit.svg?label=github%20release
[github-release-url]: https://github.com/tunnckoCoreLabs/gitcommit/releases/latest
[github-release-img]: https://img.shields.io/github/release/tunnckoCoreLabs/gitcommit.svg?label=github%20release

[license-url]: https://github.com/tunnckoCore/gitcommit/blob/master/LICENSE
[license-url]: https://github.com/tunnckoCoreLabs/gitcommit/blob/master/LICENSE
[license-img]: https://img.shields.io/badge/license-Apache%202.0-blue.svg

<!-- [license-img]: https://img.shields.io/badge/license-tunnckoCore_1%2E0-blue.svg -->

<!-- Front line badges -->

[bithound-score-url]: https://www.bithound.io/github/tunnckoCore/gitcommit
[bithound-score-img]: https://www.bithound.io/github/tunnckoCore/gitcommit/badges/score.svg

[bithound-code-url]: https://www.bithound.io/github/tunnckoCore/gitcommit
[bithound-code-img]: https://www.bithound.io/github/tunnckoCore/gitcommit/badges/code.svg

[standard-url]: https://github.com/airbnb/javascript
[standard-img]: https://img.shields.io/badge/code_style-airbnb-brightgreen.svg

[circleci-url]: https://circleci.com/gh/tunnckoCore/gitcommit/tree/master
[circleci-img]: https://img.shields.io/circleci/project/github/tunnckoCore/gitcommit/master.svg

[codecov-url]: https://codecov.io/gh/tunnckoCore/gitcommit
[codecov-img]: https://img.shields.io/codecov/c/github/tunnckoCore/gitcommit/master.svg
[circleci-url]: https://circleci.com/gh/tunnckoCoreLabs/gitcommit/tree/master
[circleci-img]: https://img.shields.io/circleci/project/github/tunnckoCoreLabs/gitcommit/master.svg

[bithound-deps-url]: https://www.bithound.io/github/tunnckoCore/gitcommit/dependencies/npm
[bithound-deps-img]: https://www.bithound.io/github/tunnckoCore/gitcommit/badges/dependencies.svg
[codecov-url]: https://codecov.io/gh/tunnckoCoreLabs/gitcommit
[codecov-img]: https://img.shields.io/codecov/c/github/tunnckoCoreLabs/gitcommit/master.svg

[dependencies-url]: https://david-dm.org/tunnckoCore/gitcommit
[dependencies-img]: https://img.shields.io/david/tunnckoCore/gitcommit.svg
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -19,9 +19,9 @@
"yarn": ">=1.3"
},
"dependencies": {
"execa": "^0.10.0",
"execa": "^3.0.0",
"mri": "^1.1.0",
"prompts": "terkelg/prompts"
"prompts": "^2.0.0"
},
"devDependencies": {
"hela": "^2.0.9",
Loading