Skip to content

Commit 5ab4c89

Browse files
authored
Merge pull request #72 from fosslight/develop
Update CONTRIBUTING guide
2 parents d455c27 + 1448c7b commit 5ab4c89

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,20 @@ Hi! I'm really appreciate that you'd like to contribute to this project. Your he
99
3. Make your change and make sure it works properly.
1010
4. Commit your changes to a branch, making sure to sign-off those changes for the [Developer Certificate of Origin](#Developer-Certificate-of-Origin).
1111
5. Push to your fork and submit a pull request.
12-
6. When you write to PR template, you can add labels based on your type of changes.
13-
- ![bug fix](https://img.shields.io/badge/-bug%20fix-B60205) : Bug fix
14-
- ![enhancement](https://img.shields.io/badge/-enhancement-1D76DB) : New feature
15-
- ![documentation](https://img.shields.io/badge/-documentation-0E8A16) : Documentation update
16-
- ![chore](https://img.shields.io/badge/-chore-0E8A16) : Refactoring, Maintenance
17-
7. The pull request you submit is automatically tested in multiple OS environments through github action. Please ensure that all checks for your PR are in a green state.
12+
6. The pull request you submit is automatically tested in multiple OS environments through github action. Please ensure that all checks for your PR are in a green state.
1813
- Building source code in Ubuntu, Windodws, and Mac OS
1914
- Running tests for each package manager in each OS
20-
2115
- Test contents for each OS
2216
|OS |Pypi |NPM |Gradle|Android|Maven|Pub |Cocoapods|
2317
|:----------|:---:|:--:|:----:|:-----:|:---:|:--:|:-------:|
2418
|**Ubuntu** |O |O |O | |O |O | |
2519
|**Windows**|O | |O |O |O |O | |
2620
|**Mac OS** |O |O |O | |O |O |O |
21+
- If you haven't created the github token, the Mac OS test cases will be red state. Please create a token with following this guide(['createting a token'](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token#creating-a-token)).
2722
- Checking the code for PEP8 requirements.
2823
- Checking compliacne by using REUSE.
2924

30-
8. Please wait for your pull request to be reviewed and merged!
25+
7. Please wait for your pull request to be reviewed and merged!
3126

3227
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
3328

0 commit comments

Comments
 (0)