Skip to content

Commit b2b2c60

Browse files
committed
chore: Initialize all-contributors configuration for the project.
1 parent 934b862 commit b2b2c60

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.all-contributorsrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"projectName": "bedstack",
3+
"projectOwner": "yamcodes"
4+
}

CONTRIBUTING.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,25 @@ VS Code's `settings.json`
109109

110110
</td></tr></table>
111111

112-
## 💖 Thanks / Inspiration
112+
113+
## All Contributors
114+
115+
We use the [All Contributors](https://allcontributors.org/) specification to recognize all contributions.
116+
117+
If you've contributed to the project, please add yourself! We have a bot setup to make this easy. You can comment on your Pull Request or Issue with:
118+
119+
`@all-contributors please add @<your-username> for <contributions>`
120+
121+
For example:
122+
123+
`@all-contributors please add @yamcodes for code, doc`
124+
125+
For a full list of contribution types and more details on how to use the bot, please refer to the [bot usage documentation](https://allcontributors.org/bot/usage).
126+
127+
## License
128+
129+
By contributing your code to the Bedstack GitHub repository, you agree to license your contributions under the MIT License.
130+
131+
## Acknowledgments
113132

114133
This guide is inspired by [`antfu/contribute`](https://github.com/antfu/contribute).

0 commit comments

Comments
 (0)