You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/09/17 10:53:32 UTC

[cordova-contribute] branch janpio-project_boards created (now cd54a0b)

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a change to branch janpio-project_boards
in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git.


      at cd54a0b  initial description of project boards: PR boards

This branch includes the following new commits:

     new cd54a0b  initial description of project boards: PR boards

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-contribute] 01/01: initial description of project boards: PR boards

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-project_boards
in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git

commit cd54a0b76fab6dcd40f24b0e6453875414fe5df4
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Mon Sep 17 12:53:21 2018 +0200

    initial description of project boards: PR boards
---
 README.md                |  1 +
 github-project-boards.md | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/README.md b/README.md
index f56ff10..fe6380a 100644
--- a/README.md
+++ b/README.md
@@ -6,3 +6,4 @@ This repository contains documents describing everything a contributor of Apache
 
 ## Topics
 
+- [GitHub Project Boards](github-project-boards.md)
diff --git a/github-project-boards.md b/github-project-boards.md
new file mode 100644
index 0000000..655b6bd
--- /dev/null
+++ b/github-project-boards.md
@@ -0,0 +1,35 @@
+# GitHub Project Boards
+
+Apache Cordova uses GitHub Project Boards to manage and track both issues and pull requests.
+
+## Release Management
+
+- [Next Release Planning and Tracking](https://github.com/orgs/apache/projects/2?fullscreen=true)
+
+TODO description
+
+## Issue Management
+
+TODO
+
+## Pull Requests Management
+
+For Pull Requests we track their "review and merge progress" on project boards:
+
+- [Platform Pull Requests](https://github.com/orgs/apache/projects/7?fullscreen=true)
+- [Tooling Pull Requests](https://github.com/orgs/apache/projects/8?fullscreen=true)
+- [Plugin Pull Requests (1)](https://github.com/orgs/apache/projects/9?fullscreen=true): camera, file, inappbrowser, media splashscreen
+- [Plugin Pull Requests (2)](https://github.com/orgs/apache/projects/10?fullscreen=true): dialogs, geolocation, media-capture, statusbar, whitelist
+
+### Process
+
+#### Columns
+
+- Pull Requests start in the "New PR / Untriaged" column (added manually by using the "Add Card" functionality) 
+- They can then be sorted by a maintainer into columns according to their "review" readiness ("Blocked: Work in Progress", "Blocked: Conflict", "Blocked: Tests failing" or "Ready for Review").  
+- On review, merge, close etc. they are moved to other columns by automation ("Pending Approval", "Approved, waiting for Merge", "Merged, waiting for Release", "Closed/Abandoned").  
+- After release they are manually moved to the "Released" column.
+
+#### Labels
+
+[GitHub Labels](github-labels.md) for platform (`platform: ios`, `platform: android`) and type (`bug`, `feature`, `enhancement`) are used to categorize pull requests.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org