You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
20
24
## Adding Features
21
25
22
26
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
31
35
-[@sasha240100](https://github.com/sasha240100) (`@alex2401#9076` in discord)
32
36
-[@hirako2000](https://github.com/hirako2000) (`@Hirako#4563` in discord)
33
37
-[@thejmazz](https://github.com/thejmazz) (`@thejmazz#3954` in discord)
34
-
38
+
35
39
## ✏️ How to make a PR (Pull Request)
36
40
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**.
38
42
2. 🛡 Then you should go and **make a new branch** with name `#xxx` (Issue number)
39
43
3. 🛠 **Make changes**
40
44
4. ✏️ **Submit a PR!**
@@ -67,9 +71,9 @@ $ npm run build
67
71
- Starts `gulp less:watch`
68
72
- Watches each `.less` in `./examples/assets/less`
69
73
- Compiles to `./examples/assets/css`
70
-
74
+
71
75

72
-
76
+
73
77
### `npm run build` - Build all
74
78
- Runs `gulp build` - build sources
75
79
- Runs `gulp examples:build` - build examples
@@ -138,5 +142,5 @@ Poor:
138
142
- Follow code style guides:
139
143
-[XO](https://github.com/sindresorhus/xo)
140
144
- Wrap logical blocks* with newlines.
141
-
145
+
142
146
_logical blocks_* - lines that have something in common.
0 commit comments