Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] PDE and GitHub
  • From: Vikas Chandra <Vikas.Chandra@xxxxxxxxxx>
  • Date: Thu, 14 Jul 2022 03:53:21 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=in.ibm.com; dmarc=pass action=none header.from=in.ibm.com; dkim=pass header.d=in.ibm.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=1cCTn+SgNmxRCPy7pdGr1j3XG7JnVzXfg5ZBSksBWSk=; b=eG0KCFgWjPACeGoQmUTG8hemjexHcjJT/p6sjeZp+qfqziBN9OFfa2gg+eJ32CXu/RnEa5Yb+AaK+bY66PvO3r9oHDVV6DDp88pR5kuJnYwEEDoiOTly9rDrv9UGJVb/Ah/a5lqBU23xvcX5DlpiM08nz9qgpQ2++aGXVroR41Vpo2fdzl7PYCzr84DKD8gKkPcoJBAFCPR5yWSZs/2fKJkroVqewLTNPJLkRKw4w1ftajaBc0Xri8GG1IqK/ebZJUrpiy7lx/t79QwtIu9N8UAIR5PR1Vli1oHZ28MWapsMJr2pU2CYrezBLDpvbEhP13lZiZfGAmrlvA09A7Gl7g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Sf3QcUoO7mDEv3kTb+gx1DEsqfZEQkpTWMUPnQgOMirAflg+dP+W3goUbAQomxzSqn0fJ74SFb566hpA9gadwIEnNGvYWPWHzcSI3TZVX+RNXFMjHcsUmOpzd+Lxhud8/ry/AOjcgRmJh4ABjhnG7wi6P18NcRF0/pEXBeNO53ROsUGKfKGWcXUlKwGjk0xEh9m2Ry6Kkb99bHbFgpjys3C8C7HlvP15tkup0cLwbn/d6IRVbMrcU/FhwIxkKfDv2QxZqZ+pl3tiywEe/ySSl184PGXwnQ3ETDt+M6ChFJdW1cD0uEB5zE7izKgP3LobsKsjtmyoxLfzLWNqsnsGyg==
  • Delivered-to: platform-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/platform-dev/>
  • List-help: <mailto:platform-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/platform-dev>, <mailto:platform-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/platform-dev>, <mailto:platform-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHYlzVCpSTQrL1YQ0+/mZSDj+mb1w==
  • Thread-topic: PDE and GitHub

Hello PDE committers and contributors,

 

Thanks for all your contributions/commits. I am happy to see PDE as one of the most active repos these days. However

few things are missing post migration to GitHub.

 

Ever since we have moved to GitHub, we are missing some of the old actions that helped in better testing, bug tracking, finding

commits that causes issue etc, identifying nice features and bugs in a milestone or over last few weeks.

 

For PDE, this is what I propose

 

  1. It is recommended that all non-trivial changes should have a corresponding issue ( exceptions are cleanup, typo, releng, formatting, comparator issue, version change etc). Basically any change that changes the behaviour of eclipse should be tracked by an issue.

 

  1. All PRs without an issue should compulsorily  have “milestone” and “assignee” set in the PR.

 

  1. Enhancement and noteworthy items should compulsorily have a corresponding issue and enhancement/noteworthy label should be put. In case of regression, we must put regression label.

 

Thanks and Regards,

Vikas

 

-- 

 


Back to the top