From 01e846abe053aeed3f0ed9d88c5f271c650fb419 Mon Sep 17 00:00:00 2001 From: Ismael Date: Sun, 15 Oct 2023 21:08:50 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c7dd454..6671b54 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ -Do u want to contribute to SternalBoard? +To contribute to SternalBoard you must follow a design pattern -SternalBoard was mainly builded on Java8, ill deny any PR built on J9+ Use JetBRAINS notes. +All changes must support Java 8 in order to be merged. It is required that all pr follow this format, since this repository works in this way and so we can @@ -23,4 +23,4 @@ commit: god commit * Commitments will be taken into account and may be accepted. ``` commit: fix(plugin): Fixed a bug found in the saving system that did not allow reloading files. -``` \ No newline at end of file +```