[Application] bugfix for YOLO version 2
[platform/core/ml/nntrainer.git] / CONTRIBUTING.md
1 # Contributing
2
3 ## Contributors
4
5 Anyone who has been contributed to the repository by submitting a pull-request and have it reviewed, accepted, and merged by committers is a contributor.
6
7 Each contributor should comply with the [Code of Conduct](https://github.com/nnstreamer/nntrainer/blob/main/CODE_OF_CONDUCT.md), this document (CONTRIBUTING.md), and [the Linux Foundation's policies](http://lfprojects.org/policies/).
8
9 Every contributor is able and encouraged to review codes and to participate in other developmental activities.
10
11
12
13 ## Committers
14
15 A committer is responsible for reviewing incoming pull-requests and is able to reject or approve pull requests. Note that contributors may review pull-requests, but they cannot reject it or vote for approval.
16
17 A contributor may become a committer with approvals of more than half of the committers. 
18
19 A committer may be retired by approvals of more than half of the committers.
20
21 Each committer is also a contributor and should comply with the [Code of Conduct](https://github.com/nnstreamer/nntrainer/blob/main/CODE_OF_CONDUCT.md), this document (CONTRIBUTING.md), and [the Linux Foundation's policies](http://lfprojects.org/policies/).
22
23 The committers are:
24
25 * Jijoong Moon @jijoongmoon :beer: (maintainer)
26 * MyungJoo Ham @myungjoo :beer:
27 * Geunsik Lim @leemgs :beer:
28 * Jaeyun Jung @jaeyun-jung :beer:
29 * Sangjung Woo @again4you :beer:
30 * Wook Song @wooksong :beer:
31 * Dongju Chae @dongju-chae :beer:
32 * HyoungJoo Ahn @helloahn :beer:
33 * Parichay Kapoor @kparichay :beer:
34 * Gichan Jang @gichan-jang
35 * Yongjoo Ahn @anyj0527
36 * Jihoon Lee @zhoonit
37
38
39 ## Merging a pull-request
40
41 [How to Contribute # Merge Criteria](docs/contributing.md#merge-criteria) describes how a pull-request may be merged or rejected by committers.
42
43 In the above list, committers with :beer: have merging privilege.
44
45 Granting or revoking merging privileges require the same procedure of electing or retiring a committer.
46
47 Each sub-project may have its own [Maintainers](MAINTAINERS.md#maintainer) in the sub-project.
48
49
50 # Links to related information
51
52 ## Contributing
53
54 See [How to Contribute](docs/contributing.md) for information about coding styles, making pull requests, and more.
55
56 ## Developers
57
58 - See [Getting Started](docs/getting-started.md) for information about building this software.
59 - See [How to Run Examples](docs/how-to-run-examples.md) for information about building and running examples applications.
60 - See [How to Use Testcases](docs/how-to-use-testcases.md) for information about running test cases and writing ones.