Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 8d6e63b

Browse files
author
J.Bosch
committed
Added PRs Welcome
1 parent 3642a1d commit 8d6e63b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CONTRIBUTING.md

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ We are excited to have you working on the project and cordially request that you
3333
The best part is that you don't need to create plunks from scratch - you can use one from our [demo page](http://plnkr.co/edit/a3KlK8dKH3wwiiksDSn2?p=preview).
3434

3535
Unfortunately we are not able to investigate / fix bugs without a minimal reproduce scenario using http://plnkr.co/, so if we don't hear back from you we are going to close an issue that don't have enough info to be reproduced.
36+
3637

3738
## <a name="rules"></a> Coding Rules
3839
To ensure consistency throughout the source code, keep these rules in mind as you are working:
@@ -42,6 +43,8 @@ To ensure consistency throughout the source code, keep these rules in mind as yo
4243
support for markdown and templating via @ngdoc tag). To see how we document our APIs, please check
4344
out the existing ngdocs and see [this wiki page][ngDocs].
4445

46+
**Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)
47+
4548
## <a name="commit"></a> Git Commit Guidelines
4649

4750
We have very precise rules over how our git commit messages can be formatted for maintenance of the changelog and semvar versioning. This leads to **more

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# AngularJS ui-select [![Build Status](https://travis-ci.org/angular-ui/ui-select.svg?branch=master)](https://travis-ci.org/angular-ui/ui-select) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/angular-ui/ui-select?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1+
# AngularJS ui-select [![Build Status](https://travis-ci.org/angular-ui/ui-select.svg?branch=master)](https://travis-ci.org/angular-ui/ui-select) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/angular-ui/ui-select?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
2+
23

34
AngularJS-native version of [Select2](http://ivaynberg.github.io/select2/) and [Selectize](http://brianreavis.github.io/selectize.js/). [http://angular-ui.github.io/ui-select/](http://angular-ui.github.io/ui-select/)
45

0 commit comments

Comments
 (0)