forked from PalisadoesFoundation/pattoo-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d20c216
commit a8aeb89
Showing
4 changed files
with
105 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Contributions to the project | ||
============================ | ||
|
||
In chronological order: | ||
|
||
* Peter Harrison <http://www.simiya.com> | ||
* Creator of original code | ||
|
||
* [Your name or handle] <[email or website]> | ||
* [Brief summary of your changes] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,3 +36,4 @@ Developers | |
:caption: Developers: | ||
|
||
contributing | ||
maintainers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
Maintainers | ||
=========== | ||
|
||
We are a community maintained project. Contributions can only | ||
be approved and merged by the maintainers listed below. | ||
|
||
Maintainers | ||
----------- | ||
|
||
Peter Harrison | ||
:GitHub: `palisadoes <https://github.com/palisadoes>`_ | ||
:Website: `simiya <http://www.simiya.com>`_ | ||
|
||
Shannika Jackson | ||
:GitHub: `bonnie-23 <https://github.com/bonnie-23>`_ | ||
|
||
Dominic Henry | ||
:GitHub: `Dev-Dominic <https://github.com/Dev-Dominic>`_ | ||
|
||
Cargill Seiveright | ||
:GitHub: `gill876 <https://github.com/gill876>`_ | ||
|
||
Jason Gayle | ||
:GitHub: `DangaRanga <https://github.com/DangaRanga>`_ | ||
|
||
Maintainer Guidelines | ||
--------------------- | ||
|
||
Our maintainers follow these guidelines. | ||
|
||
Communication | ||
............. | ||
|
||
Maintainers use the thepalisadoes-dyb6419.slack.com slack channel for communication. | ||
|
||
Maintainer Contributions | ||
........................ | ||
|
||
Maintainers can merge code into the various branches. | ||
|
||
#. This brings great responsibility and visibility. If your code, or code you approve, fails then everyone will know and will be able to revert to a previous pull request. Reviews must be thorough and must follow `Google's best practices. <https://google.github.io/eng-practices/review/reviewer/looking-for.html>`_ This includes: | ||
- The code is well-designed. | ||
- The functionality is good for the users of the code. | ||
- Any UI changes are sensible and look good. | ||
- Any parallel programming is done safely. | ||
- The code isn’t more complex than it needs to be. | ||
- The developer isn’t implementing things they might need in the future but don’t know they need now. | ||
- Code has appropriate unit tests. | ||
- Tests are well-designed. | ||
- The developer used clear names for everything. | ||
- Comments are clear and useful, and mostly explain why instead of what. | ||
- Code is appropriately documented (generally in g3doc). | ||
- The code conforms to our style guides. | ||
#. A maintainer's modifications to the code base must be reviewed and merged by another maintainer. Maintainers have been selected for their coding ability. They must therefore comply with `Google's best practices. <https://google.github.io/eng-practices/review/reviewer/looking-for.html>`_. Because of this, the degree of review can be less exacting, and focus on: | ||
- Readability | ||
- Code style | ||
- Obvious flaws in the workflow |