[ blas/neon ] Add neon_blas files
[platform/core/ml/nntrainer.git] / MAINTAINERS.md
1 # Definitions of Roles
2
3 ## Maintainer
4
5 - A committer that is also an arbiter for other committers in the Github/Git repositories.
6 - May override merging criteria to merge/close a pull-request or to push/revert a commit.
7
8 ## Committer (previously Reviewer)
9
10 - May reject a pull-request, which prohibits merging. "Veto"
11 - May vote for an approval.
12 - (Requires merge privilege) May merge a pull-request if it has enough number of approval-votes from committers (2 or more).
13 - May propose new committers among well-known contributors and vote for new committers
14 - Vote for a committer removal.
15 - The ability of reject and merge may be limited to a few subdirectories.
16 - The list of reviewers and their subdirectories is at [.github/CODEOWNERS].
17
18 ## Contributor
19
20 - Anyone who has sent a pull-request, which is accepted and merged with the full procedures.
21
22 ## Note
23
24 We allow anyone to send and review pull-requests (although may be not allowed to vote), or to write an issue as long as they do no harm or break [CODE_OF_CONDUCT.md]