Skip to content

Commit 5f694eb

Browse files
authored
Contrbuting-Guidelines: remove the unnecessary date (#10)
The date isn't relevant anymore as it is a general guideline now. So, remove it.
1 parent ce2453b commit 5f694eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/Contributing-Guidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You **must**:
1111
- Follow correct procedures if adding a new library (additions of new libraries must always be discussed and approved beforehand)
1212
- Escape HTML tags in strings
1313
- Write unit tests to cover your own code if you are submitting an enhancement (the issue that you are working on has an "enhancement" label)
14-
- Follow the [MVP architecture](https://github.com/commons-app/apps-android-commons/issues/888) if you are submitting a large enhancement after 18 March 2019 (definitions of "large" vary according to context - if you are not sure whether this is needed for your code, ask beforehand)
14+
- Follow the [MVP architecture](https://github.com/commons-app/apps-android-commons/issues/888) if you are submitting a large enhancement (definitions of "large" vary according to context - if you are not sure whether this is needed for your code, ask beforehand)
1515

1616
You should also:
1717
- Follow the [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html)
@@ -118,4 +118,4 @@ Do not forget to update the [Wiki pages](https://github.com/commons-app/apps-and
118118
on GitHub to describe the updated behavior and make sure that the resulting
119119
Wiki pages don't become stale as a consequence of your change.
120120

121-
Note: These guidelines are based on the Git project's [guideline for submitting patches](https://github.com/git/git/blob/master/Documentation/SubmittingPatches). It's licensed under GPLv2.
121+
Note: These guidelines are based on the Git project's [guideline for submitting patches](https://github.com/git/git/blob/master/Documentation/SubmittingPatches). It's licensed under GPLv2.

0 commit comments

Comments
 (0)