Skip to content

Commit 01a5fe0

Browse files
committed
docs(readme): Add code style standard badge
1 parent 3de0d25 commit 01a5fe0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ We use Gulp for managing the build. Here are some useful Gulp tasks:
3636
* `gulp css-lint` Lint the css files after generating.
3737
* `gulp templatecache` Generates src/js/datetimepicker.templates.js. You must re-add the IIFE around the generated code after it is generated (PR to fix this would be apprecaited)
3838

39-
# Contributing to AngularJS
39+
# Contributing to angular-bootstrap-datetimepicker
4040

41-
We'd love for you to contribute to our source code and to make AngularJS even better than it is
41+
We'd love for you to contribute to our source code and to make angular-bootstrap-datetimepicker even better than it is
4242
today! Here are the guidelines we'd like you to follow:
4343

4444
- [Question or Problem?](#question)
@@ -203,7 +203,7 @@ To ensure consistency throughout the source code, keep these rules in mind as yo
203203
204204
We have very precise rules over how our git commit messages can be formatted. This leads to **more
205205
readable messages** that are easy to follow when looking through the **project history**. But also,
206-
we use the git commit messages to **generate the AngularJS change log**.
206+
we use the git commit messages to **generate the angular-bootstrap-datetimepicker change log**.
207207
208208
The commit message formatting can be added using a typical git workflow or through the use of a CLI wizard ([Commitizen](https://github.com/commitizen/cz-cli)). To use the wizard, run `npm run commit` in your terminal after staging your changes in git.
209209

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Native AngularJS datetime picker directive styled by Twitter Bootstrap 3
99
[![Dependency Status](https://david-dm.org/dalelotts/angular-bootstrap-datetimepicker.svg)](https://david-dm.org/dalelotts/angular-bootstrap-datetimepicker)
1010
[![devDependency Status](https://david-dm.org/dalelotts/angular-bootstrap-datetimepicker/dev-status.png)](https://david-dm.org/dalelotts/angular-bootstrap-datetimepicker#info=devDependencies)
1111
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
12+
[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
1213
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
1314
[![PayPal donate button](http://img.shields.io/paypal/donate.png?color=yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=F3FX5W6S2U4BW&lc=US&item_name=Dale%20Lotts&item_number=angular%2dbootstrap%2ddatetimepicker&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted "Donate one-time to this project using Paypal")
1415
<a href="https://twitter.com/intent/tweet?original_referer=https%3A%2F%2Fabout.twitter.com%2Fresources%2Fbuttons&amp;text=Check%20out%20this%20%23AngularJS%20directive%20that%20makes%20it%20dead%20simple%20for%20users%20to%20select%20dates%20%26%20times&amp;tw_p=tweetbutton&amp;url=https%3A%2F%2Fgithub.com%2Fdalelotts%2Fangular-bootstrap-datetimepicker&amp;via=dalelotts" target="_blank">

0 commit comments

Comments
 (0)