File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -282,6 +282,13 @@ Or in vim:
282282- ` :%s/\v ([0-9A-Za-z_.-]+)#([0-9]+)/ [\1#\2](https:\/\/github.com\/servo\/\1\/pull\/\2)/gc `
283283- ` :%s/\v ([0-9A-Za-z_.-]+)\/([0-9A-Za-z_.-]+)#([0-9]+)/ [\1\/\2#\3](https:\/\/github.com\/\1\/\2\/pull\/\3)/gc `
284284
285+ Or in emacs:
286+
287+ - Replace ` @\([0-9A-Za-z_.-]+\) ` with ` [@\1](https://github.com/\1) `
288+ - Replace ` #\([0-9]+\) ` with ` [#\1](https://github.com/servo/servo/pull/\1) `
289+ - Replace ` \([0-9A-Za-z_.-]+\)#\([0-9]+\) ` with ` [\1#\2](https://github.com/servo/\1/pull/\2) `
290+ - Replace ` \([0-9A-Za-z_.-]+\)/\([0-9A-Za-z_.-]+\)#\([0-9]+\) ` with ` [\1/\2#\3](https://github.com/\1/\2/pull/\3) `
291+
285292## How to count the number of pull requests in a month
286293
287294After following the steps that generate ` commits.txt ` , run the following:
You can’t perform that action at this time.
0 commit comments