diff options
author | Michael Forney <mforney@mforney.org> | 2019-04-20 18:06:34 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-04-20 18:06:34 -0700 |
commit | 772f529200cdaabf8e177c0beb80fd661f731198 (patch) | |
tree | f9f2e5a948f20b13636578cc6eb6e0647d600c8d | |
parent | 914d8eb5d8efcdd32ad1fc51c7824e66fdac7960 (diff) |
Add contributing section to README
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -70,6 +70,12 @@ specified in `config.h`. Please report any issues to https://todo.sr.ht/~mcf/cc-issues. +## Contributing + +Send patches to me (address in commit log), or pull-requests on the +[GitHub mirror]. Once I decide on a project name, a mailing list will +be created, which will then become the preferred form of contribution. + [QBE]: https://c9x.me/compile/ [C11]: http://port70.net/~nsz/c/c11/n1570.html [ISC]: https://git.sr.ht/~mcf/cc/blob/master/LICENSE @@ -88,3 +94,4 @@ Please report any issues to https://todo.sr.ht/~mcf/cc-issues. [#35]: https://todo.sr.ht/~mcf/cc-issues/35 [#36]: https://todo.sr.ht/~mcf/cc-issues/36 [#44]: https://todo.sr.ht/~mcf/cc-issues/44 +[GitHub mirror]: https://github.com/michaelforney/cc |