1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Doc: Updated GSoC ideas and added section about abandoned pull requests

This commit is contained in:
Laurent Cozic 2020-01-18 13:08:23 +00:00
parent 6f976abf42
commit 7f95186a97
3 changed files with 22 additions and 4 deletions

View File

@ -78,3 +78,13 @@ Then run the tests in a second window. To run all the test units:
To run just one particular file: To run just one particular file:
./run_test.sh markdownUtils # Don't add the .js extension ./run_test.sh markdownUtils # Don't add the .js extension
## About abandoned pull requests
It happens that a pull request is started but not finished and despite our attempts to contact the contributor, we don’t hear from them again.
In that case we will not merge the pull request, even if only small changes are missing. Our policy is simply to close the pull request. Why? Because an unfinished pull request essentially means giving us work and moving on. We would rather not encourage this behaviour.
Also, please note that since we have spent time reviewing the pull request and proposing solutions, we reserve the right to re-use that knowledge to create a new pull request, potentially based on your changes.
We’d much prefer that you complete the pull request though, so we’ll be sure to ping you a few times before that!

View File

@ -82,6 +82,14 @@
"ReactNativeClient/node_modules/": true, "ReactNativeClient/node_modules/": true,
"Server/db*.sqlite/": true, "Server/db*.sqlite/": true,
"Server/dist/": true, "Server/dist/": true,
} },
"spellright.language": [
"en"
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext"
]
}, },
} }

View File

@ -123,7 +123,7 @@ Difficulty Level: Medium
Skills Required: JavaScript; React Skills Required: JavaScript; React
Potential Mentor(s): [laurent22](https://github.com/laurent22/) Potential Mentor(s): [PackElend](https://github.com/PackElend), [laurent22](https://github.com/laurent22/)
## 7. Search ## 7. Search
@ -147,7 +147,7 @@ Difficulty Level: Medium
Skills Required: JavaScript Skills Required: JavaScript
Potential Mentor(s): [tessus](https://github.com/tessus), [laurent22](https://github.com/laurent22/) Potential Mentor(s): [laurent22](https://github.com/laurent22/)
More info: [Search engine improvements](https://github.com/laurent22/joplin/issues/1877) More info: [Search engine improvements](https://github.com/laurent22/joplin/issues/1877)
@ -161,7 +161,7 @@ Difficulty Level: High
Skills Required: JavaScript; React Skills Required: JavaScript; React
Potential Mentor(s): [laurent22](https://github.com/laurent22/) Potential Mentor(s): [PackElend](https://github.com/PackElend), [laurent22](https://github.com/laurent22/)
More info: [WYSIWYG thread on the forum](https://discourse.joplinapp.org/t/wysiwyg-editor-in-joplin/2253) More info: [WYSIWYG thread on the forum](https://discourse.joplinapp.org/t/wysiwyg-editor-in-joplin/2253)