mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-01-18 21:44:45 +01:00
Merge pull request #33 from brpaz/update-readme
update support section and remove funding configuration
This commit is contained in:
commit
1fe9ddfd12
2 changed files with 3 additions and 16 deletions
4
.github/FUNDING.yml
vendored
4
.github/FUNDING.yml
vendored
|
@ -1,4 +0,0 @@
|
||||||
# https://help.github.com/en/articles/displaying-a-sponsor-button-in-your-repository
|
|
||||||
github: brpaz
|
|
||||||
patreon: brpaz
|
|
||||||
custom: https://www.buymeacoffee.com/Z1Bu6asGV
|
|
15
README.md
15
README.md
|
@ -40,7 +40,6 @@ steps:
|
||||||
|
|
||||||
To configure Hadolint (for example ignore rules), you can create an `.hadolint.yaml` file in the root of your repository. Please check the Hadolint [documentation](https://github.com/hadolint/hadolint#configure).
|
To configure Hadolint (for example ignore rules), you can create an `.hadolint.yaml` file in the root of your repository. Please check the Hadolint [documentation](https://github.com/hadolint/hadolint#configure).
|
||||||
|
|
||||||
|
|
||||||
## 🤝 Contributing
|
## 🤝 Contributing
|
||||||
|
|
||||||
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
|
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
|
||||||
|
@ -50,20 +49,14 @@ Contributions are what make the open source community such an amazing place to b
|
||||||
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
|
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
|
||||||
4. Push to the Branch (`git push origin feature/AmazingFeature`)
|
4. Push to the Branch (`git push origin feature/AmazingFeature`)
|
||||||
5. Open a Pull Request
|
5. Open a Pull Request
|
||||||
|
|
||||||
## 💛 Support the project
|
## 💛 Support the project
|
||||||
|
|
||||||
If this project was useful to you in some form, I would be glad to have your support. It will help to keep the project alive and to have more time to work on Open Source.
|
If this project was useful to you in some form, We would be glad to have your support. It will help keeping the project alive.
|
||||||
|
|
||||||
The sinplest form of support is to give a ⭐️ to this repo.
|
The sinplest form of support is to give a ⭐️ to this repo.
|
||||||
|
|
||||||
You can also contribute with [GitHub Sponsors](https://github.com/sponsors/brpaz).
|
This project was originally created by [Bruno Paz](https://github.com/sponsors/brpaz) and incorporated into the Hadolint organization. If you appreciate the work done on this action, Bruno would be happy with your [sponsorship](https://github.com/sponsors/brpaz).
|
||||||
|
|
||||||
[![GitHub Sponsors](https://img.shields.io/badge/GitHub%20Sponsors-Sponsor%20Me-red?style=for-the-badge)](https://github.com/sponsors/brpaz)
|
|
||||||
|
|
||||||
Or if you prefer a one time donation to the project, you can simple:
|
|
||||||
|
|
||||||
<a href="https://www.buymeacoffee.com/Z1Bu6asGV" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a>
|
|
||||||
## Author
|
## Author
|
||||||
|
|
||||||
👤 **Bruno Paz**
|
👤 **Bruno Paz**
|
||||||
|
@ -73,6 +66,4 @@ Or if you prefer a one time donation to the project, you can simple:
|
||||||
|
|
||||||
## 📝 License
|
## 📝 License
|
||||||
|
|
||||||
Copyright © 2019 [Bruno Paz](https://github.com/brpaz).
|
[MIT](LICENSE)
|
||||||
|
|
||||||
This project is [MIT](LICENSE) licensed.
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue