summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authortechknowlogick <hello@techknowlogick.com>2019-01-02 13:00:19 -0500
committerGitHub <noreply@github.com>2019-01-02 13:00:19 -0500
commit7c3722b366c300682cddc8302610f2977e8055e8 (patch)
treea4159db6417852edd587a411b4b04a2346bcccf4 /CONTRIBUTING.md
parentf5be13efb6aa7ee6966216c3c8eb649adba96c70 (diff)
downloadgitea-7c3722b366c300682cddc8302610f2977e8055e8.tar.gz
gitea-7c3722b366c300682cddc8302610f2977e8055e8.zip
Update owners & Date in contributing (#5620)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9d15ae94a4..8721c37403 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -244,6 +244,11 @@ they served:
* [Lauris Bukšis-Haberkorns](https://github.com/lafriks) <lauris@nix.lv>
* [Kim Carlbäcker](https://github.com/bkcsoft) <kim.carlbacker@gmail.com>
+* 2019-01-01 ~ 2019-12-31
+ * [Lunny Xiao](https://github.com/lunny) <xiaolunwen@gmail.com>
+ * [Lauris Bukšis-Haberkorns](https://github.com/lafriks) <lauris@nix.lv>
+ * [Matti Ranta](https://github.com/techknowlogick) <matti@mdranta.net>
+
## Versions
Gitea has the `master` branch as a tip branch and has version branches
@@ -275,7 +280,7 @@ be reviewed by two maintainers and must pass the automatic tests.
Code that you contribute should use the standard copyright header:
```
-// Copyright 2018 The Gitea Authors. All rights reserved.
+// Copyright 2019 The Gitea Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
```