From be15f231ba11ff82d2bf6b6505ad58c3ddb905d2 Mon Sep 17 00:00:00 2001 From: hneemann Date: Tue, 4 Feb 2020 08:46:02 +0100 Subject: [PATCH] minor modification to the CONTRIBUTING.md --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d4b493ce5..c4844d8cd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,8 @@ included in the project, so `mvn verify` should be run even if only a `*.dig` fi To run the tests with `mvn verify`, [maven](https://maven.apache.org/) and a jdk must be installed. -If you want to contribute a `*.dig` file, but are not familiar with maven and therefore not able to +If you want to contribute a `*.dig` file, but you are not familiar with maven or just don't want +to install all this stuff, and therefore can't run `mvn verify`, it is easier for me if you don't create a pull request, but instead pack the `*.dig` files, create an [issue](https://github.com/hneemann/Digital/issues/new), and attach the zip file to this issue.