@@ -39,7 +39,7 @@ well using the Git development process.
39
39
40
40
It is * expected* that what you send will need several rounds of
41
41
reviews and discussions. If you are not sure at all about a patch you
42
- can put "[ GSoC] [ RFC/PATCH ] " or "[ Outreachy] [ RFC/PATCH ] ", depending on
42
+ can put "[ GSoC RFC/PATCH] " or "[ Outreachy RFC/PATCH] ", depending on
43
43
the mentoring program you are applying for, at the beginning of its
44
44
subject.
45
45
@@ -140,8 +140,8 @@ the following steps:
140
140
[ submitGit] ( https://submitgit.herokuapp.com/ ) .
141
141
142
142
When you submit your patch, please mention that you plan to apply
143
- for the GSoC or Outreachy. You can use "[ GSoC] [ PATCH ... ] " or
144
- "[ Outreachy] [ PATCH ... ] " in the subject of the emails you send for
143
+ for the GSoC or Outreachy. You can use "[ GSoC PATCH ...] " or
144
+ "[ Outreachy PATCH ...] " in the subject of the emails you send for
145
145
that purpose. This will ensure that we take special care not to
146
146
overlook your application among the large pile of others.
147
147
@@ -173,7 +173,7 @@ rewriting a small amount of code, your patch should change only
173
173
"foo.c" and "foo.h".
174
174
175
175
If you change a test file, the title of your patch (after the
176
- "[ GSoC] [ PATCH ... ] " or "[ Outreachy] [ PATCH ... ] " part) should start
176
+ "[ GSoC PATCH ...] " or "[ Outreachy PATCH ...] " part) should start
177
177
with "tXXXX: " where tXXXX is the start of the filename of the test
178
178
script you change. If you change "foo.c" or "foo.h", the title of your
179
179
patch should probably start with "foo: ".
0 commit comments