From fc67fd1151d99089f96ddd0751c4e37ee70bcd86 Mon Sep 17 00:00:00 2001 From: Chimbori Date: Mon, 10 Jul 2023 22:04:43 -0700 Subject: [PATCH] Add instructions to CONTRIBUTING.md requesting that collaborators first open an issue to discuss changes before sending a PR --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d2f1e98..5df3993 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,6 +6,9 @@ make parsing more accurate, or add new features & metadata detection. To maintain the integrity of the library, we have a few simple expectations from all code submitted. +1. Before sending a pull request, please open an issue to discuss your changes. Maintainers + will offer feedback and help validate your idea as well as overall design before you spend any + time writing code. 1. The expected style for code formatting is available in the repo using the [EditorConfig](https://editorconfig.org/) standard. We recommend using a JetBrains IDE for Kotlin, and configuring it to automatically use the `.editorconfig` file included in this