From 361db2c3c83cc661a584d8d2ca9cca8d551b0d08 Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Tue, 28 Jun 2022 01:51:22 -0400 Subject: [PATCH] GP-0: Updating CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c8dce6777d..4c7c524f9a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,6 +55,10 @@ smooth process when submitting a patch: opening a dialogue with the Ghidra team to ensure that your efforts will align with the goals of the project. This will significantly improve the odds that your patch gets accepted. +- Unless it addresses a critical security update, avoid pull requests that update + jars or other 3rd party libraries. It is preferred that these changes are made + internally by the team. If you have a need for an updated library, please + submit an issue with your request instead of a pull request. - Before submission, please squash your commits to using a message that starts with the issue number and a description of the changes. - Isolate multiple patches from each other. If you wish to make several