Skip to content

Update owners & Year in contributing #5620

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 2, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,11 @@ they served:
* [Lauris Bukšis-Haberkorns](https://github.com/lafriks) <[email protected]>
* [Kim Carlbäcker](https://github.com/bkcsoft) <[email protected]>

* 2019-01-01 ~ 2019-12-31
* [Lunny Xiao](https://github.com/lunny) <[email protected]>
* [Lauris Bukšis-Haberkorns](https://github.com/lafriks) <[email protected]>
* [Matti Ranta](https://github.com/techknowlogick) <[email protected]>

## Versions

Gitea has the `master` branch as a tip branch and has version branches
Expand Down Expand Up @@ -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.
```
Expand Down