From 5c56840770517c7f1691b19b804593b2a3106827 Mon Sep 17 00:00:00 2001 From: Joonas Kerttula Date: Mon, 24 Feb 2025 14:36:41 +0200 Subject: [PATCH] chore: remove instructions to add contribution to authors file --- CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5f4c1e60..7082b337 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -265,8 +265,6 @@ Once you have received an LGTM (Looks Good To Me) from a project maintainer and Before contributing, please ensure that you have completed the [Contributor License Agreement](https://cla.developers.google.com/clas). This can be done online and only takes a few moments. -If you are submitting code for the first time, please add your (or your -organization's) name and contact information to the [AUTHORS](AUTHORS) file. This project uses Google's `addlicense` [here](https://github.com/google/addlicense) tool to add the license header to all necessary files. Running `addlicense` is a required step before committing any new files.