commit 174abbf88f4198770e6cfe5a3305deca0bcbbe10 parent b6a87dc28958ab340d344fe3c3eb7a65297bdec9 Author: Daniel Moch <daniel@danielmoch.com> Date: Sat, 8 Dec 2018 19:01:23 -0500 Add git-format-patch comment Diffstat:
M | README.md | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -145,6 +145,18 @@ be the following: 4. `:h compiler` 5. `:h quickfix` +## Contributing + +Pull requests are welcome, preferably via emailed output of `git +request-pull` sent to the maintainer (see +[here](https://www.git-scm.com/docs/git-request-pull) for more +information). Bug reports should also be directed to the maintainer via +[email](daniel@danielmoch.com). + +If you aren't hosting a fork anywhere online, you can also send patches +using `git format-patch` (see +[here](https://www.git-scm.com/docs/git-format-patch)). + ## License MIT - See the [LICENSE](/vim-makejob.git/tree/LICENSE) file for more information