]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.1.1817: github contribution text is incomplete v8.1.1817
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Aug 2019 21:22:08 +0000 (23:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Aug 2019 21:22:08 +0000 (23:22 +0200)
Problem:    Github contribution text is incomplete.
Solution:   Update the text.

CONTRIBUTING.md
src/version.c

index e1b11214701573089a1437f851b41936b0466470..0dcf29f768f7daf5f5d417b1fbb4ef926bb587d7 100644 (file)
@@ -4,14 +4,23 @@ Patches are welcome in whatever form.
 Discussions about patches happen on the vim-dev maillist.
 If you create a pull request on GitHub it will be
 forwarded to the vim-dev maillist.  You can also send your patch there
-directly.  An attachment with a unified diff format is preferred.
+directly.  In that case an attachment with a unified diff format is preferred.
 Information about the maillist can be found [on the Vim website].
 
 [on the Vim website]: http://www.vim.org/maillist.php#vim-dev
 
-Please consider adding a test.  Test coverage isn't very good yet, this needs
-to improve.  Look through recent patches for examples.  The tests are located
-under "src/testdir".
+A pull request has the advantage that it will trigger the Continuous
+Integration tests, you will be warned of problems (you can ignore the coverage
+warning, it's noisy).
+
+Please consider adding a test.  All new functionality should be tested and bug
+fixes should be tested for regressions: the test should fail before the fix and
+pass after the fix.  Look through recent patches for examples and find help
+with ":help testing".  The tests are located under "src/testdir".
+
+Contributions will be distributed with Vim under the Vim license.  Providing a
+change to be included implies that you agree with this and your contribution
+does not cause us trouble with trademarks or patents.  There is no CLA to sign.
 
 
 # Reporting issues
index 5c806a8556740388eb2ae42e9e0e738604d1c4b9..287775f7ea1292f74f6fb0a83d05061c939ba987 100644 (file)
@@ -773,6 +773,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1817,
 /**/
     1816,
 /**/