Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] JDT.Core Cleanup Practice
  • From: Manoj Nalledathu Palat <manoj.palat@xxxxxxxxxx>
  • Date: Tue, 21 May 2024 07:05:22 +0000
  • Accept-language: en-GB, 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=meIQ+SSYMcyahkhKd2YUqbEAbbevjtGSrORp1MkOC9A=; b=aP/LTRD7ycxOpyadLHkidFik1qSYQOCpeq8tyYvjEzCMdCV9A7k3jvKXmmFjas6nnOmmA1Avptfw+6iyGVuWJSFwDZ8OeucYIpgudjWU51Dp+uuTHtlIAK4bQznwsMOF2lZcaARZIPWu/34sYRFBIuzguB3KLM9dcdQwLm7a1jzVGtiGfEOKJV3oH1gFLi5xqUQwbDsnR9WnoA3vWeI0+2A3coI7JJTWJ7BS5dVN5h3nUtQNynIxx5IeudR5FDSmgcCaoSxri7cdzXHAhWVYPK4hZkWd5Oz6gd0T7A5sp9UQEv5mzu7yG5EQl0/LimZdyh8v+YhUDsEy/VvYYApJYA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=k5lfHqHbUfp6RePqUqQkbxFt4LX4/uw4VDFc+5jjWlchYvOzn2onIEtuWeuSvrjdzdU6J2CZmG88eYmwZVAQypBC6OSQy9vUz2VE1/4SItgSEFG/cDNM9NYmg7DIHCWoQikFVJW0QNcWG1aqmQi1InkNjLnuqEF4j002YgEXcUzZb8KhH4lTbP93Wp3LbuDvySMPLeRlQo7MPgr4Ffy/qtDjZ3ciKnnKJUUQy2H2DLcxOBMg9v+7OFP3OAU/vgrsB/E1luaMpzC7Hf7Pmpy/C5BQqaCqWGJ4vdltNi+0ZGcnADM3CyjHXjL0ZSlTR/o0SrQg+X3MfGkDjE10O+p3XA==
  • Delivered-to: jdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jdt-dev/>
  • List-help: <mailto:jdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHaq0ilKJWUzdiGJ0WQSrOJ6i0MWrGhQr4AgAABEzE=
  • Thread-topic: [EXTERNAL] Re: [jdt-dev] JDT.Core Cleanup Practice

Hi Christoph,

Good point. Will update https://github.com/eclipse-jdt/.github/blob/main/CONTRIBUTING.md

 

Regards,

Manoj

 

From: jdt-dev <jdt-dev-bounces@xxxxxxxxxxx> on behalf of Christoph Läubrich via jdt-dev <jdt-dev@xxxxxxxxxxx>
Date: Tuesday, 21 May 2024 at 12:31
PM
To: jdt-dev@xxxxxxxxxxx <jdt-dev@xxxxxxxxxxx>
Cc: Christoph Läubrich <laeubi@xxxxxxxxxxxxxx>
Subject: [EXTERNAL] Re: [jdt-dev] JDT.Core Cleanup Practice

You should update / enhance the

https://github.com/eclipse-jdt/eclipse.jdt.core/blob/master/CONTRIBUTING

then it will be shown to contributors on Github and hopefully can always
be more up-to-date than a mailinglist posting.

As an alternative maybe the code templates should be adjusted:
https://github.com/eclipse-jdt/.github

Am 21.05.24 um 08:39 schrieb Manoj Nalledathu Palat via jdt-dev:
> Dear All,
>
> Since we have moved to github issues from Bugzilla, and also since there
> are more contributors, wanted to remind about the practice of cleanups
> followed in jdt.core.
>
> Please adhere to the following:
>
>  1. Please have [cleanup] in the subject of the issue and pr.
>  2. Please assign reviewers to these PRs [look at the code neighbourhood
>     to “find” a committer who has changed/added code]
>  3. Please restrict the mass cleanups to only M1 milestone.
>
> These are nothing new but just adapted to the github world.
>
> Thanks,
>
> Manoj N Palat
>
>
> _______________________________________________
> jdt-dev mailing list
> jdt-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jdt-dev
_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jdt-dev


Back to the top