You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

bylaws.xml 5.4 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <?xml version="1.0"?>
  2. <document>
  3. <properties>
  4. <title>Apache Ant Project Bylaws</title>
  5. </properties>
  6. <body>
  7. <section name="Apache Ant Project Bylaws">
  8. <p>
  9. This document defines the bylaws under which the Apache Ant project operates.
  10. It defines the the roles and responsibilities of the project, who may vote,
  11. how conflicts are resolved, etc.
  12. </p>
  13. <p>
  14. Ant is typical of Apache projects in that it operates under a set of principles,
  15. known as the Apache Way. If you are new to Apache, please refer to the
  16. <a href="http://incubator.apache.org">Incubator project</a> for more information on
  17. how Apache projects operate.
  18. </p>
  19. </section>
  20. <section name="Roles and Responsibilities">
  21. <subsection name="Project Management Committee">
  22. <p>
  23. The Project Management Committee (PMC) for Apache Ant was created by a resolution of the
  24. board of the Apache Software Foundation (ASF)on 18th November 2002. The PMC is responsible
  25. to the board and the ASF for the management and oversight of the Apache Ant codebase.
  26. The responsibilites of the PMC include
  27. </p>
  28. <ul>
  29. <li>Deciding what is distributed as products of the Apache Ant project. In particular
  30. all releases must be approved by the PMC
  31. </li>
  32. <li>Maintaining the project's shared resources, including the codebase repository,
  33. mailing lists, websites.
  34. </li>
  35. <li>Speaking on behalf of the project.
  36. </li>
  37. <li>Resolving license disputes regarding products of the project
  38. </li>
  39. <li>Nominating new PMC members and committers
  40. </li>
  41. <li>Maintaining these bylaws and other guidelines of the project
  42. </li>
  43. </ul>
  44. <p>
  45. Membership of the PMC is by invitation only and must be approved by a consensus of active PMC members.
  46. A PMC member is considered inactive by their own declaration or by not contributing in any form to the
  47. project for over six months. An inactive member can become active again by reversing whichever condition
  48. made them inactive (i.e., by reversing their earlier declaration or by once again contributing toward the
  49. project's work). Membership can be revoked by an unanimous vote of all the active PMC members other
  50. than the member in question.
  51. </p>
  52. <p>
  53. The chair of the PMC is appointed by the ASF board. The chair is an office holder of the Apache
  54. Software Foundation (Vice President, Apache Ant) and has primary responsibility to the board for the
  55. management of the projects within the scope of the Ant PMC. The chair reports to the board quarterly
  56. on developments within the Ant project. The PMC may consider the position of PMC chair annually
  57. and if supported by 3/4 Majority may recommend a new chair to the board. Ultimately, however, it is
  58. the board's responsibility who to appoint as the PMC chair.
  59. </p>
  60. </subsection>
  61. <subsection name="Committers">
  62. <p>
  63. The project's Committers are responsible for the project's technical management. All committers have
  64. write access to the project's source repository. Committers may cast binding votes on any technical
  65. discussion regarding the project.
  66. </p>
  67. <p>
  68. Membership as a Committer is by invitation only and must be approved by consensus of the active
  69. PMC members. A Committer is considered inactive by their own declaration or by not contributing
  70. in any form to the project for over six months. An inactive committer can become active again
  71. by reversing whichever condition made them inactive (i.e., by reversing their earlier declaration
  72. or by once again contributing toward the project's work). Commit access can be revoked by a
  73. unanimous vote of all the active PMC members (except the member in question if they are a PMC member).
  74. </p>
  75. <p>
  76. All Apache committers are required to have a signed Contributor License Agreement (CLA) on file
  77. with the Apache Software Foundation.
  78. </p>
  79. <p>
  80. A committer who makes a sustained contibution to the project will usually be invited to become a member of
  81. the PMC.
  82. </p>
  83. </subsection>
  84. <subsection name="Developers">
  85. <p>
  86. All of the volunteers who are contributing time, code, documentation, or resources to the
  87. Ant Project. A developer that makes sustained, welcome contributions to the project for
  88. over six months is usually invited to become a Committer, though the exact timing of
  89. such invitations depends on many factors.
  90. </p>
  91. </subsection>
  92. <subsection name="Users">
  93. <p>
  94. The most important participants in the project are people who use our software. The majority of our
  95. developers start out as users and guide their development efforts from the user's perspective.
  96. </p>
  97. <p>
  98. Users contribute to the Apache projects by providing feedback to developers in the the form of
  99. bug reports and feature suggestions. As well, users participate in the Apache community by
  100. helping other users on mailing lists and user support forums.
  101. </p>
  102. </subsection>
  103. </section>
  104. </body>
  105. </document>