Skip to content

Commit

Permalink
Chore: update link to new repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
autra committed Jul 6, 2017
1 parent 00c9c3a commit 2a711d7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 21 deletions.
14 changes: 1 addition & 13 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,11 @@ iTowns is managed on the GitHub platform. You should start with [creating a GitH

iTowns uses NPM as the build tool. If you haven't already, install Node.js: https://nodejs.org/

## Get the code

* Have commit access to iTowns 2 ?
* No
* Fork [iTowns](https://github.com/iTowns/itowns2).
* Use the [GitHub website](https://github.com/iTowns/itowns2/branches/all) to delete all branches in your fork except `master`.
* Clone your fork, e.g., `git clone git@github.com:yourusername/itowns2.git`.
* Make changes in a branch, e.g., `git checkout -b my-feature`.
* Yes
* Clone the iTowns repo, e.g., `git clone git@github.com:iTowns/itowns2.git`
* Make changes in a branch, e.g., `git checkout -b my-feature`.

## Build the code

* Download dependencies: `npm install`
* Run the dev server:
* `npm start` (you can change the port: `npm start -- --port 3000` if you obtain an error message that is not related to the port being in use, please check that your npm version is >2.0 `npm --vesrion`)
* `npm start` (you can change the port: `npm start -- --port 3000`. if you obtain an error message that is not related to the port being in use, please update to last lts or stable version).
* Open `http://localhost:8080/`
* Make changes in the code, the browser will automatically reload on save
* Build iTowns to produce a single independent script:
Expand Down
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The mailing list archives are here :

If you cannot find any information on your problem in the archive, you can start a new thread sending an email to the list, and someone will probably answer with a solution. Please indicate clearly in your email title that you work with iTowns version 2 :  *[iTownsV2]*

If you think you've found a bug in iTowns, first search the [itowns issues](https://github.com/iTowns/itowns2/issues). If an issue already exists, please add a comment expressing your interest and any additional information. This helps prioritize issues.
If you think you've found a bug in iTowns, first search the [itowns issues](https://github.com/iTowns/itowns/issues). If an issue already exists, please add a comment expressing your interest and any additional information. This helps prioritize issues.

If a related issue does not exist, submit a new one. Please be concise and include as much of the following information as is relevant :
* Sample data to reproduce the issue
Expand All @@ -40,15 +40,15 @@ In addition to contributing core iTowns code, we appreciate many types of contri

* Being active on the iTowns mailing lists (see above ) by answering questions and providing input on iTowns direction.
* Showcasing your application built with iTowns : submit an issue with a link to your demo on the [iTowns website repository](https://github.com/iTowns/itowns.github.io/issues). Tag it with the *demo* label.
* Writing tutorials, creating examples, and improving the reference documentation. See the issues labeled [doc](https://github.com/iTowns/itowns2/labels/doc).
* Writing tutorials, creating examples, and improving the reference documentation. See the issues labeled [doc](https://github.com/iTowns/itowns/labels/doc).
* Submitting issues as [described above](#submitting-an-issue).
* Triaging issues. Browse the [issues](https://github.com/iTowns/itowns2/issues) and comment on issues that are no longer reproducible or on issues for which you have additional information.
* Triaging issues. Browse the [issues](https://github.com/iTowns/itowns/issues) and comment on issues that are no longer reproducible or on issues for which you have additional information.
* Creating ecosystem projects for [glTF](https://github.com/KhronosGroup/glTF/issues/456), [3D Tiles](https://github.com/AnalyticalGraphicsInc/3d-tiles).

For ideas for iTowns code contributions, see:

* issues labeled [beginner](https://github.com/iTowns/itowns2/labels/beginner)
* issues labeled [help_wanted](https://github.com/iTowns/itowns2/label/help_wanted)
* issues labeled [beginner](https://github.com/iTowns/itowns/labels/beginner)
* issues labeled [help_wanted](https://github.com/iTowns/itowns/label/help_wanted)

See the [Build Guide](BUILDING.md) for how to build and run iTowns on your system.

Expand Down Expand Up @@ -87,7 +87,7 @@ You should also do an IP review for your contribution, to ensure that you have a
Code quality matters. Here are some advices to read before submitting a Pull Request.

* Review the various documents for contributors
* If this is your first contribution to iTowns, add your name to [CONTRIBUTORS.md](https://github.com/iTowns/itowns2/blob/master/CONTRIBUTORS.md).
* If this is your first contribution to iTowns, add your name to [CONTRIBUTORS.md](https://github.com/iTowns/itowns/blob/master/CONTRIBUTORS.md).
* Pull request tips
* If your pull request fixes an existing issue, include a link to the issue in the description. Likewise, if your pull request fixes an issue reported on the iTowns mailing list, include a link to the thread in the list archive.
* If your pull request needs additional work, include a [task list](https://github.com/blog/1375%0A-task-lists-in-gfm-issues-pulls-comments).
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/iTowns/itowns2.git"
"url": "git+https://github.com/iTowns/itowns.git"
},
"license": "(CECILL-B OR MIT)",
"bugs": {
"url": "https://github.com/iTowns/itowns2/issues"
"url": "https://github.com/iTowns/itowns/issues"
},
"homepage": "https://itowns.github.io/",
"dependencies": {
Expand Down

0 comments on commit 2a711d7

Please sign in to comment.