Skip to content

Commit

Permalink
Link directly to Github issue tracker.
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed May 7, 2015
1 parent 240e0be commit 758196a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This page describes how to contribute changes to Esprima.

Please do **not** create a pull request without reading this guide first. Failure to do so may result in the **rejection** of the pull request.

**1. Create a ticket in the [issue tracker](http://issues.esprima.org)**.
**1. Create a ticket in the [issue tracker](https://github.com/jquery/esprima/issues)**.
This serves as a placeholder for important feedback, review, or any future updates.

**2. Run all the tests**. This requires Node.js: `npm install` to set up, `npm test` to run the tests.
Expand All @@ -18,3 +18,4 @@ This serves as a placeholder for important feedback, review, or any future updat


For more information, please check the [detailed contribution guide](http://esprima.org/doc/index.html#contribution).

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/jquery/esprima.git"
},
"bugs": {
"url": "http://issues.esprima.org"
"url": "https://github.com/jquery/esprima/issues"
},
"licenses": [{
"type": "BSD",
Expand Down

0 comments on commit 758196a

Please sign in to comment.