Skip to content

Commit a55a05b

Browse files
authored
Extend Codeowners (#164)
This is a very small PR adding @runwangdl as a code owner and mentioning people in the Changelog.md for more than one merged PR. The reasoning is that we already keep track of contributions through `git`, and we only mention authors with significant contributions to the project. ## Changed - Extended Codeowners - Mention people with significant contributions
1 parent 4715265 commit a55a05b

3 files changed

Lines changed: 13 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
55

66

77
### List of Pull Requests
8+
- Extend Codeowners [#164](https://github.com/pulp-platform/Deeploy/pull/164)
89
- Support for MaxPool1D and RQSConv1D for PULPOpen [#146](https://github.com/pulp-platform/Deeploy/pull/146)
910
- Use Pre-Commit in CI [#159](https://github.com/pulp-platform/Deeploy/pull/159)
1011
- Deeploy-GAP9 Platform [#143](https://github.com/pulp-platform/Deeploy/pull/143)
@@ -19,6 +20,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
1920
- Update `pulp-nnx` and `pulp-nn-mixed` submodules to their latest versions
2021
- PULP-NN moved to TargetLibraries third-party folder
2122
- Aligned CLI commands across the project
23+
- Added @runwangdl as a code owner
2224

2325
### Fixed
2426
- im2col buffer size in Conv1d template

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
#
33
# SPDX-License-Identifier: CC-BY-ND-4.0
44

5-
* @victor-jung @xeratec @lukamac
5+
* @victor-jung @xeratec @runwangdl

CONTRIBUTORS.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
All contributors have agreed to an open-source release of their work in the Deeploy project.
22

3+
This list contributors with significant contributions to the project, in alphabetical order:
4+
5+
* Alex Marchioni
6+
* Bowen Wang
7+
* Călin Diaconu
8+
* Federico Brancasi
9+
* Francesco Conti
10+
* Luka Macan
311
* Moritz Scherer
4-
* Victor Jung
512
* Philip Wiese
6-
* Luka Macan
7-
* Alberto Dequino
8-
* Francesco Conti
913
* Run Wang
1014
* Taha El Bayad
11-
* Federico Brancasi
15+
* Victor Jung
16+
* Viviane Potocnik

0 commit comments

Comments
 (0)