Skip to content

Commit

Permalink
Update (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sina-Soltani authored Oct 24, 2020
1 parent a56e454 commit 02b8567
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Create an [issue](https://github.com/Sina-Soltani/Parbad/issues/new/choose) and
- **Do** write human readable codes. If you don't know how search for:
- Clean Code
- C# Naming Convention
- **Do** Do create a new branch from the `master` branch.
- **Do** create a new branch from the `master` branch.
- Branch name pattern: `[feature|bug]/[issue number]_[name]`
- Examples: `feature/70_AddingSomething`, `bug/80_FixingSomething`
- **Do** Do write summary for codes (Interfaces, Classes, Methods, Properties, etc.) that are `public`, when you think that their usages are hard to understand. If your english is not so much good, don't worry, I will write suggestions for you during the code review.
- **Do** Do let people know how your feature works by writing a nice and understandable Wiki guidline. It's really kind from you and it will be added in [Wiki](https://github.com/Sina-Soltani/Parbad/wiki) page.
- **Do** write summary for codes (Interfaces, Classes, Methods, Properties, etc.) that are `public`, when you think that their usages are hard to understand. If your english is not so much good, don't worry, I will write suggestions for you during the code review.
- **Do** let people know how your feature works by writing a nice and understandable Wiki guidline. It's really kind from you and it will be added in [Wiki](https://github.com/Sina-Soltani/Parbad/wiki) page.

### Don't:
- **Don't** use 3rd party libraries which are not popular.
Expand Down

0 comments on commit 02b8567

Please sign in to comment.