diff options
author | tastytea | 2020-02-16 14:08:17 +0100 |
---|---|---|
committer | tastytea | 2020-02-16 14:08:17 +0100 |
commit | b80e40ada17d4cc0260328684237b844c1844c77 (patch) | |
tree | 5ca56e42d7ed4433dd16cf7538de2d6584d50792 | |
parent | 1c3efd35895676004aea7b640c8f2ef4ca526618 (diff) | |
download | mastodonpp-b80e40ada17d4cc0260328684237b844c1844c77.tar mastodonpp-b80e40ada17d4cc0260328684237b844c1844c77.tar.gz mastodonpp-b80e40ada17d4cc0260328684237b844c1844c77.zip |
Update contribution guidelines.
-rw-r--r-- | CONTRIBUTING.adoc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 720981f..8c0ee5d 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -25,7 +25,9 @@ don't want to open an account. === Pull requests Please use similar coding conventions as the rest of the project. The basic rule -to remember is to write code in the same style as the existing/surrounding code. +to remember is to write code in the same style as the existing/surrounding +code. Add a copyright line with the year, your name and your email address to +the files you edited, unless you don't want to. You can also send me your patches via mailto:{contact-email}[E-Mail], ideally using link:{uri-git-format-patch}[git format-patch] or |