Skip to content
This repository was archived by the owner on Nov 28, 2020. It is now read-only.

Commit 9e2ff0a

Browse files
committed
Community: Update CONTRIBUTING
1 parent fa6afe4 commit 9e2ff0a

File tree

1 file changed

+10
-19
lines changed

1 file changed

+10
-19
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,12 @@
11
## Contribute This Repository
22
Think this repository is good? You can do something practical-contribute to this repo!
3-
### Report A Good Issue
4-
1. Go to [**Issues**](//github.com/TechPot-Studio/peb.js/issues)
5-
2. Pick a right template
6-
3. State the bug or your suggestion
7-
4. Please confirm before commit
8-
- Whether the content you reported is a bug
9-
- That your suggestion has not been added
10-
- No duplicate issues
11-
12-
### Make Changes To The Code
13-
1. Fork to your own account
14-
2. Modify code
15-
3. Open the shell and type the following code
16-
```bash
17-
$ npm run minify
18-
```
19-
Our compression code is based on terser. Please use `npm i -g terser` to install CLI first
20-
4. Submit the code to GitHub
21-
5. Create a new branch and start **Pull Requests**
3+
### Report a bug to us
4+
Go to [Issues](//github.com/TechPot-Studio/peb.js/issues) and select **Bug Report** template, then describe the error you encountered in as much detail as possible.
5+
When you are sure, press the *commit* key. We will check the code and deal with it as soon as possible
6+
### Contribute on code
7+
Fork repository to your account, then merge code directly.
8+
When you are done, don't forget to open the command terminal and enter the following code to minify your changes.
9+
```bash
10+
$ npm run minify
11+
```
12+
Create a new branch and start pull requests. Fill in the content information you modified clearly

0 commit comments

Comments
 (0)