Skip to content

Commit 9e4d185

Browse files
authored
Merge pull request #369 from codetriage-readme-bot/codetriage-badge
Add CodeTriage badge to whitestormjs/whitestorm.js
2 parents ed7a853 + 045baad commit 9e4d185

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)