From 13148dc556c041a8d1d5f67c917731538a8b0d04 Mon Sep 17 00:00:00 2001 From: Ce Gao Date: Fri, 19 May 2017 21:26:35 +0800 Subject: [PATCH] docs: Udpate docs Signed-off-by: Ce Gao --- AUTHORS.md | 2 +- CHANGELOG.md | 7 +++++++ CONTRIBUTING.md | 13 ++++++++++--- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 3f3c1b0..d56ed94 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,4 +4,4 @@ Ce Gao Jeremy Douglass -###### Auto generated by [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2017-05-15 +###### Auto generated by [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2017-05-19 diff --git a/CHANGELOG.md b/CHANGELOG.md index 476d8e4..b75a82e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - PDE mode installation \(manual\) [\#42](https://github.com/gaocegege/Processing.R/issues/42) - Add an object oriented example [\#41](https://github.com/gaocegege/Processing.R/issues/41) - Travis fails according to ant report [\#37](https://github.com/gaocegege/Processing.R/issues/37) +- Comments highlight error in Processing IDE [\#35](https://github.com/gaocegege/Processing.R/issues/35) - Fail to build mode in macOS [\#33](https://github.com/gaocegege/Processing.R/issues/33) - Add Processing app with Processing.R into v1.0.1 [\#23](https://github.com/gaocegege/Processing.R/issues/23) - Add logger support to Processing.R [\#22](https://github.com/gaocegege/Processing.R/issues/22) @@ -21,9 +22,15 @@ - Simplify CI process: replace the compilation with download file [\#15](https://github.com/gaocegege/Processing.R/issues/15) - Merge generate-ant-file.sh scripts to one bash script [\#13](https://github.com/gaocegege/Processing.R/issues/13) - Static Mode in Editor [\#7](https://github.com/gaocegege/Processing.R/issues/7) +- RLangPApplet singleton [\#6](https://github.com/gaocegege/Processing.R/issues/6) **Merged pull requests:** +- coala: Add coala support [\#67](https://github.com/gaocegege/Processing.R/pull/67) ([gaocegege](https://github.com/gaocegege)) +- ci: Add ant package [\#66](https://github.com/gaocegege/Processing.R/pull/66) ([gaocegege](https://github.com/gaocegege)) +- Make PApplet to be a singleton. [\#65](https://github.com/gaocegege/Processing.R/pull/65) ([gaocegege](https://github.com/gaocegege)) +- Fix comments highlight [\#64](https://github.com/gaocegege/Processing.R/pull/64) ([gaocegege](https://github.com/gaocegege)) +- Docker: Update the docker config [\#62](https://github.com/gaocegege/Processing.R/pull/62) ([gaocegege](https://github.com/gaocegege)) - Optimize the script to generate build.xml [\#60](https://github.com/gaocegege/Processing.R/pull/60) ([gaocegege](https://github.com/gaocegege)) - Add examples folder into mode distribution [\#57](https://github.com/gaocegege/Processing.R/pull/57) ([gaocegege](https://github.com/gaocegege)) - examples: Add a 3d example [\#46](https://github.com/gaocegege/Processing.R/pull/46) ([gaocegege](https://github.com/gaocegege)) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0fe1fc0..fa6e83c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,8 +24,15 @@ Thanks for your contributions! ## Coding Style -The coding style in google is used in this repository. See the -[Java style doc](https: //google.github.io/styleguide/javaguide.html) for details. +See the +[Java style doc](https: //google.github.io/styleguide/javaguide.html) and [FormatR utilities](https://yihui.name/formatr/) for details. + +You could install [coala](http://coala.io) to run code linting analysis in command line. + +```bash +$ pip install coala coala-bears +$ coala +``` ### Format of the Commit Message @@ -62,4 +69,4 @@ For the why part, if no specific reason for the change, you can use one of some generic reasons like "Improve documentation.", "Improve performance.", "Improve robustness.", "Improve test coverage." -###### Auto generated by [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2017-05-02 +###### Auto generated by [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2017-05-19