Skip to content

Commit

Permalink
links to submit-issue form
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Bradley committed Mar 31, 2014
1 parent c2a38a6 commit 3e188ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If you think you have found a bug, or have a new feature idea, please start by m

If not, then [create a codepen.io](http://codepen.io/ionic/public-list) that demonstrates the problem (try to use as little code as possible: the more minimalist, the faster we can debug it). Also, please do not group multiple topics into one issue, but instead each should be its own issue.

Next, [create a new issue](https://github.com/driftyco/ionic/issues/new) that briefly explains the problem, and provides a bit of background as to the circumstances that triggered it. Don't forget to include the link to that [codepen.io](http://codepen.io/ionic/public-list) you created!
Next, [create a new issue](http://ionicframework.com/submit-issue/) that briefly explains the problem, and provides a bit of background as to the circumstances that triggered it. Don't forget to include the link to that [codepen.io](http://codepen.io/ionic/public-list) you created!



Expand All @@ -22,6 +22,6 @@ It's always best to create two smaller PRs than one big one.

Always use two spaces, no tabs. This goes for any HTML, CSS, or Javascript.

### License
### License

By contributing your code to the driftyco/ionic GitHub Repository, you agree to license your contribution under the MIT license.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ $ ionic start myproject
- Download the latest **stable** release from:
* The release folder of this repository
* The Ionic CDN: [Latest Release](http://code.ionicframework.com/)
* `bower install ionic`
* `bower install ionic`
- Download the **bleeding edge just-from-master release** from:
* The Ionic CDN: [Nightly Build](http://code.ionicframework.com/#nightly)
* Look in the [ionic-bower Repository](https://github.com/driftyco/ionic-bower) for the latest version, and do for example `bower install driftyco/ionic-bower#0.9.23-alpha-652` (`bower install ionic` will have the latest available soon)

Once you have a release, use `js/ionic.js`, `js/ionic-angular.js`, and `css/ionic.css`.

For most cases, you'll need AngularJS as well. This is bundled in `js/angular/` and `js/angular-ui-router/`.
Expand All @@ -59,7 +59,7 @@ For most cases, you'll need AngularJS as well. This is bundled in `js/angular/`
* Subscribe to the [Ionic Newsletter](http://ionicframework.com/subscribe/).
* Have a question that's not a feature request or bug report? [Discuss on the Ionic Forum](http://forum.ionicframework.com/).
* Read our [Blog](http://ionicframework.com/blog/).
* Have a feature request or find a bug? [Submit an issue](https://github.com/driftyco/ionic/issues).
* Have a feature request or find a bug? [Submit an issue](http://ionicframework.com/submit-issue/).


## Authors
Expand Down

0 comments on commit 3e188ca

Please sign in to comment.