Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
donho authored Aug 12, 2020
1 parent 783798e commit 1581833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Opening a issue beforehand allows the administrators and the community to discus
### Guidelines for pull requests

1. Respect Notepad++ coding style.
2. Create a new branch for each PR. **Make sure your branch name wasn't used before** - you can add date (for exemple `patch3_20200528`) to ensure its unicity.
2. Create a new branch for each PR. **Make sure your branch name wasn't used before** - you can add date (for example `patch3_20200528`) to ensure its unicity.
3. Single feature or bug-fix per PR.
4. Make single commit per PR.
5. Make your modification compact - don't reformat source code in your request. It makes code review more difficult.
Expand Down

0 comments on commit 1581833

Please sign in to comment.