Skip to content

Commit da0fd63

Browse files
alexluixgopinath-langote
authored andcommitted
Update CONTRIBUTING.md (#95)
1 parent 03f2e66 commit da0fd63

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Contribution guidelines
22

3-
First of all: Thank you! ❤️
3+
First of all: Thank you! We really appreciate your efforts to make 1build better ❤️
44

5-
Before sending a Pull Request, please make sure that you're assigned the task on a GitHub issue.
5+
Create or find an issue you would like to implement:
6+
- issues with the label `help wanted` are ready to be picked up and implemented
7+
- review the existing issues and ensure that you are not going to create a duplicate
8+
- create your issue and wait for comments from maintainers
9+
- once the issue is discussed and assigned to you – feel free to implement
610

7-
- If a relevant issue already exists, discuss on the issue and get it assigned to yourself on GitHub.
8-
- If no relevant issue exists, open a new issue and get it assigned to yourself on GitHub.
9-
10-
11-
# Developing the 1build
11+
# Developing 1build
1212

1313
1. Prepare project
1414

@@ -18,13 +18,13 @@ Before sending a Pull Request, please make sure that you're assigned the task on
1818
pip install -r requirements.txt
1919
```
2020

21-
2. Make Sure all existing tests are passing & have new tests needed
21+
2. Make sure that all the existing tests are passed, extend tests if needed
2222
```sh
2323
pytest
2424
```
2525
3. Make sure you are following `pep8` guidelines for linting
26-
4. Update necessary documents if needed (Readme etc)
26+
4. Update necessary documents if needed Readme etc.
2727
5. Submit pull request
2828
6. Make sure all the checks are passing
2929
7. Wait for maintainers to review the code
30-
8. Thanks for you contribution :smile:
30+
8. Thanks for you contribution :smile:

0 commit comments

Comments
 (0)