Skip to content

Commit

Permalink
Merge pull request #188 from cloudskiff/all-contributors
Browse files Browse the repository at this point in the history
Add all-contributors specification
  • Loading branch information
eliecharra authored Feb 3, 2021
2 parents 60b7720 + 01c677f commit 8cbc60a
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"files": [
"CONTRIBUTORS.md"
],
"imageSize": 80,
"contributorsPerLine": 8,
"commit": false,
"projectName": "driftctl",
"projectOwner": "cloudskiff",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"contributors": []
}
16 changes: 16 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Contributors

Thank you to all the people who have already contributed to driftctl.

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
</tr>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,6 @@ $ driftctl scan --from tfstate://terraform_S3.tfstate --from tfstate://terraform

To learn more about compiling driftctl and contributing, please refer to the [contribution guidelines](.github/CONTRIBUTING.md) and [contributing guide](doc/contributing/README.md) for technical details.

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification and is brought to you by these [awesome contributors](CONTRIBUTORS.md).

Build with ❤️️ from 🇫🇷 🇯🇵 🇬🇷

0 comments on commit 8cbc60a

Please sign in to comment.