Skip to content

Commit 045baad

Browse files
Add CodeTriage badge to whitestormjs/whitestorm.js
Adds a badge showing the number of people helping this repo on CodeTriage. [![Open Source Helpers](https://www.codetriage.com/whitestormjs/whitestorm.js/badges/users.svg)](https://www.codetriage.com/whitestormjs/whitestorm.js) ## What is CodeTriage? CodeTriage is an Open Source app that is designed to make contributing to Open Source projects easier. It works by sending subscribers a few open issues in their inbox. If subscribers get busy, there is an algorithm that backs off issue load so they do not get overwhelmed [Read more about the CodeTriage project](https://www.codetriage.com/what). ## Why am I getting this PR? Your project was picked by the human, @schneems. They selected it from the projects submitted to https://www.codetriage.com and hand edited the PR. How did your project get added to [CodeTriage](https://www.codetriage.com/what)? Roughly over 1 year ago, [Samueljoli](https://github.com/Samueljoli) added this project to CodeTriage in order to start contributing. Since then, 2 people have subscribed to help this repo. ## What does adding a badge accomplish? Adding a badge invites people to help contribute to your project. It also lets developers know that others are invested in the longterm success and maintainability of the project. You can see an example of a CodeTriage badge on these popular OSS READMEs: - [![Email clients like GMAIL do not render SVG images](https://www.codetriage.com/rails/rails/badges/users.svg)](https://www.codetriage.com/rails/rails) https://github.com/rails/rails - [![Email clients like GMAIL do not render SVG images](https://www.codetriage.com/crystal-lang/crystal/badges/users.svg)](https://www.codetriage.com/crystal-lang/crystal) https://github.com/crystal-lang/crystal ## Have a question or comment? While I am a bot, this PR was manually reviewed and monitored by a human - @schneems. My job is writing commit messages and handling PR logistics. If you have any questions, you can reply back to this PR and they will be answered by @schneems. If you do not want a badge right now, no worries, close the PR, you will not hear from me again. Thanks for making your project Open Source! Any feedback is greatly appreciated.
1 parent 3a619de commit 045baad

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/CONTRIBUTING.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ If you've found a *reproduceable* bug, [submit an issue](https://github.com/Whit
1717

1818
You're welcome to fix things for us, and submit pull requests; it frees up time for us to implement useful new features.
1919

20+
## Triage Issues [![Open Source Helpers](https://www.codetriage.com/whitestormjs/whitestorm.js/badges/users.svg)](https://www.codetriage.com/whitestormjs/whitestorm.js)
21+
22+
You can triage issues which may include reproducing bug reports or asking for vital information, such as version numbers or reproduction instructions. If you would like to start triaging issues, one easy way to get started is to [subscribe to whitestorm.js on CodeTriage](https://www.codetriage.com/whitestormjs/whitestorm.js).
23+
2024
## Adding Features
2125

2226
If you've added a new feature to WhitestormJS and would like for it to be included, submit a pull request. We'll take a look at it.
@@ -31,10 +35,10 @@ Before starting contributing it's better to contact us in [discord](https://disc
3135
- [@sasha240100](https://github.com/sasha240100) (`@alex2401#9076` in discord)
3236
- [@hirako2000](https://github.com/hirako2000) (`@Hirako#4563` in discord)
3337
- [@thejmazz](https://github.com/thejmazz) (`@thejmazz#3954` in discord)
34-
38+
3539
## ✏️ How to make a PR (Pull Request)
3640

37-
1. 🔭 First of all you should **check if there is an issue that you will fix with your PR**.
41+
1. 🔭 First of all you should **check if there is an issue that you will fix with your PR**.
3842
2. 🛡 Then you should go and **make a new branch** with name `#xxx` (Issue number)
3943
3. 🛠 **Make changes**
4044
4. ✏️ **Submit a PR!**
@@ -67,9 +71,9 @@ $ npm run build
6771
- Starts `gulp less:watch`
6872
- Watches each `.less` in `./examples/assets/less`
6973
- Compiles to `./examples/assets/css`
70-
74+
7175
![](http://i.imgur.com/7bDhpHK.png)
72-
76+
7377
### `npm run build` - Build all
7478
- Runs `gulp build` - build sources
7579
- Runs `gulp examples:build` - build examples
@@ -138,5 +142,5 @@ Poor:
138142
- Follow code style guides:
139143
- [XO](https://github.com/sindresorhus/xo)
140144
- Wrap logical blocks* with newlines.
141-
145+
142146
_logical blocks_* - lines that have something in common.

0 commit comments

Comments
 (0)