From 1651aa02d089d5ba79ddeccae733fe3abbdc9f37 Mon Sep 17 00:00:00 2001 From: Turntide Date: Tue, 31 Oct 2017 21:01:57 +0800 Subject: [PATCH] !1 Add some conventions Merge pull request !1 from Turntide/dev --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91f2d25..e29a837 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Java2-Proj1 To display information about recent earthquakes. +## Some conventions * Please put the code in the `src` directory. * The binaries that the IDE generates are in the `bin` directory, which would be ignored when committing. * The resources which are required or on the Sakai would be placed in the `res` directory. - -* The **TODO Lists** are recommanded to be raised in [Issues](https://gitee.com/JavaProjLiverSaver/Java2-Proj1/issues/new). \ No newline at end of file +* The **TODO Lists** are recommanded to be raised in [Issues](https://gitee.com/JavaProjLiverSaver/Java2-Proj1/issues/new). +* Please use **ONLY English letters and notations (a.k.a BASIC LATIN)** for the codes and comments, or it may cause some problems such as unreadable characters. \ No newline at end of file -- Gitee