mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Update README.contributing
Fixed a few typos
This commit is contained in:
parent
918c4269c6
commit
cccc4bc047
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ harder for the mobile clients to track changes, so refactoring should be
|
||||||
limited to times when it is necessary to address an important issue.
|
limited to times when it is necessary to address an important issue.
|
||||||
|
|
||||||
Before sending a pull request or a patch, please check the following to
|
Before sending a pull request or a patch, please check the following to
|
||||||
increase your changes of the changes being accepted.
|
increase your chances of the changes being accepted.
|
||||||
|
|
||||||
Primarily Bugfixes
|
Primarily Bugfixes
|
||||||
-------------------
|
-------------------
|
||||||
|
@ -32,7 +32,7 @@ Examples of changes that are unlikely to be accepted:
|
||||||
what already exists, but it takes time for us to review the changes, may
|
what already exists, but it takes time for us to review the changes, may
|
||||||
harbour unnoticed bugs, and makes maintaining the mobile clients more
|
harbour unnoticed bugs, and makes maintaining the mobile clients more
|
||||||
difficult.
|
difficult.
|
||||||
- Adding code that is not used within Anki but it only for the benefit of
|
- Adding code that is not used within Anki but is only for the benefit of
|
||||||
add-ons - such code is difficult to test and maintain.
|
add-ons - such code is difficult to test and maintain.
|
||||||
- Adding code that addresses niche issues - they are better handled in an
|
- Adding code that addresses niche issues - they are better handled in an
|
||||||
add-on.
|
add-on.
|
||||||
|
|
Loading…
Reference in a new issue