diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index db6705e1..40beef23 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,8 @@ +## What to contribute? + +Check out the issues and [wiki](https://github.com/cincheo/jsweet/wiki) for bugs, sub-projects and features where your contributions could be useful. + ## Your contributions Your contributions are most welcome. Bugs and features should be first reported in the Github issues space, so that we all know who is working on what, and so that we avoid duplicate efforts. diff --git a/README.md b/README.md index e0c2ecd4..2d4f45c4 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,10 @@ More info at http://www.jsweet.org. - [Maven plugin](https://github.com/lgrignon/jsweet-maven-plugin) - [Gradle plugin](https://github.com/lgrignon/jsweet-gradle-plugin) +## News and more information + +Most information are available on the http://www.jsweet.org. Developers, check out the [wiki](https://github.com/cincheo/jsweet/wiki). + ## How to build Prerequisites: `node` and `npm` executables must be in the path (https://nodejs.org). Note that there seem to be an issue with the `node` executable on some Unix-based machines, which should be fixed (see for instance: http://askubuntu.com/questions/235655/node-js-conflicts-sbin-node-vs-usr-bin-node).