Skip to content

Commit

Permalink
add list of contributors (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
macjohnny authored Mar 9, 2024
1 parent 6aba3b6 commit 4ca6c4a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 10 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
push:
branches:
- master

jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39 changes: 29 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,35 @@ The goal is to have an implementation in the official Angular Material repositor
once [https://github.com/angular/material2/pull/7835](https://github.com/angular/material2/pull/7835)
is merged.

## Contributions
Contributions are welcome, please open an issue and preferably file a pull request.

### Support Development

We aim at providing the best service possible by constantly improving `NgxMatSelectSearch` and responding fast to bug reports. We do this fully free of cost.
If you feel like this library was useful to you and saved you and your business some precious time, please consider making a donation to support its maintenance and further development.

[![PayPal](https://www.paypalobjects.com/en_US/CH/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NAX558HVGAX8Q)

### Financial Supporters

Thank you very much to our financial supporters!

<!-- readme: pschulzk,sponsors -start -->
<!-- readme: pschulzk,sponsors -end -->

### Collaborators

<!-- readme: collaborators -start -->
<!-- readme: collaborators -end -->

### Contributors

Thank you very much to all our community contributors!

<!-- readme: contributors -start -->
<!-- readme: contributors -end -->

## How to use it?
Install `ngx-mat-select-search` in your project:
```
Expand Down Expand Up @@ -242,16 +271,6 @@ class AppModule {}
## Known Problems
* The currently selected option might be hidden under the search input field when opening the options panel
and the panel is at the screen border.

## Support Development

We aim at providing the best service possible by constantly improving `NgxMatSelectSearch` and responding fast to bug reports. We do this fully free of cost.
If you feel like this library was useful to you and saved you and your business some precious time, please consider making a donation to support its maintenance and further development.

[![PayPal](https://www.paypalobjects.com/en_US/CH/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NAX558HVGAX8Q)

### Contributions
Contributions are welcome, please open an issue and preferrably file a pull request.

## Development

Expand Down

0 comments on commit 4ca6c4a

Please sign in to comment.