Skip to content

Commit 9a85266

Browse files
committed
Updated
1 parent 8cea984 commit 9a85266

File tree

2 files changed

+35
-8
lines changed

2 files changed

+35
-8
lines changed

CONTRIBUTING.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Angular Dual-Listbox
2+
=========
3+
4+
### Contributions
5+
6+
Bug reports and feature requests are best directed to the project's
7+
[issues](https://github.com/czeckd/angular-dual-listbox/issues) page.
8+
9+
## Bugs
10+
Please make sure you're using the latest version of `angular-dual-listbox` before opening an issue.
11+
Providing a use case, sample app, code gist, or steps to reproduce the problem make it more likely a
12+
fix will be found.
13+
14+
Forking this project or using the
15+
[custom-dual-listbox](https://github.com/czeckd/custom-dual-listbox) seed project as a basis for
16+
reproducing the issue is a good starting place. Please include code or a link to your git repository
17+
in your issue.
18+
19+
## Feature requests
20+
21+
New features may be added depending on the impact on the core functionality of the project.
22+
Specialization or corner cases, however, are best handled by a fork.
23+
24+
25+
### Submissions
26+
27+
In order for pull requests to be accepted, they must include a sign-off in git (See [git-commit
28+
--signoff](https://git-scm.com/docs/git-commit)) certifying the contribution is your own work, are
29+
subitting under the project's original license, and agreeing to the [Developer Certificate of
30+
Origin](https://developercertificate.org/).
31+

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
Angular Dual-Listbox
44
=========
55

6-
The **angular-dual-listbox** is an Angular 2+ component that provides two lists controls side-by-side that allows items in one list to be moved to the other list via drag-and-drop and/or a button-based interface.
7-
The component supports multiple select options from the list, programatic setting of list sources, and layout with direction and button formatting.
6+
The **angular-dual-listbox** is an Angular 4+ component that provides two lists controls
7+
side-by-side that allows items in one list to be moved to the other list via drag-and-drop and/or a
8+
button-based interface. The component supports multiple select options from the list, programatic
9+
setting of list sources, and layout with direction and button formatting.
810

911
A [working demo](http://czeckd.github.io/angular-dual-listbox/demo/) shows the dual listbox in action.
1012

@@ -71,12 +73,6 @@ The drag-and-drop between multiple ``<dual-list>`` components may cause
7173
undesired moves. For the time being, if the component is used, then it
7274
is recommended only have one ``<dual-list>`` visable to the user at a time.
7375

74-
## Contributions
75-
76-
Contributions may be welcomed depending on impact on the core functionality of the project. In order for pull requests to be accepted, they must include a sign-off in git (See [git-commit
77-
--signoff](https://git-scm.com/docs/git-commit)) certifying the contribution is your own work, are subitting under the project's original license, and agreeing to the [Developer Certificate of
78-
Origin](https://developercertificate.org/).
79-
8076
## License
8177
MIT
8278

0 commit comments

Comments
 (0)