Skip to content

Commit 6f33b89

Browse files
committed
patch 8.1.1817: github contribution text is incomplete
Problem: Github contribution text is incomplete. Solution: Update the text.
1 parent fcfe1a9 commit 6f33b89

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,23 @@ Patches are welcome in whatever form.
44
Discussions about patches happen on the vim-dev maillist.
55
If you create a pull request on GitHub it will be
66
forwarded to the vim-dev maillist. You can also send your patch there
7-
directly. An attachment with a unified diff format is preferred.
7+
directly. In that case an attachment with a unified diff format is preferred.
88
Information about the maillist can be found [on the Vim website].
99

1010
[on the Vim website]: http://www.vim.org/maillist.php#vim-dev
1111

12-
Please consider adding a test. Test coverage isn't very good yet, this needs
13-
to improve. Look through recent patches for examples. The tests are located
14-
under "src/testdir".
12+
A pull request has the advantage that it will trigger the Continuous
13+
Integration tests, you will be warned of problems (you can ignore the coverage
14+
warning, it's noisy).
15+
16+
Please consider adding a test. All new functionality should be tested and bug
17+
fixes should be tested for regressions: the test should fail before the fix and
18+
pass after the fix. Look through recent patches for examples and find help
19+
with ":help testing". The tests are located under "src/testdir".
20+
21+
Contributions will be distributed with Vim under the Vim license. Providing a
22+
change to be included implies that you agree with this and your contribution
23+
does not cause us trouble with trademarks or patents. There is no CLA to sign.
1524

1625

1726
# Reporting issues

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,8 @@ static char *(features[]) =
773773

774774
static int included_patches[] =
775775
{ /* Add new patch number below this line */
776+
/**/
777+
1817,
776778
/**/
777779
1816,
778780
/**/

0 commit comments

Comments
 (0)