-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
94 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
|
||
### Creating an Issue | ||
|
||
If you have a question on how something works, or its expected functionality, you might want to visit the [Ionic Forum](http://forum.ionicframework.com/) first. | ||
|
||
If you think you have found a bug, or have a new feature idea, please start by making sure it hasn't already been [reported](https://github.com/driftyco/ionic/issues?state=open). You can search through existing issues to see if someone's reported one similar to yours. | ||
|
||
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 thoroughly explains the problem, how to reproduce the issue, and provide any additional information such as code examples and error logs. | ||
|
||
|
||
### Issue Etiquette Guidelines | ||
|
||
Poor attitude, ranting, name-calling, bullying, being a jerk, complaining, or spamming are fruitless and unacceptable. Issues that violate the open source spirit of this community, or any of the guidelines listed here, may result in your Issue being deleted or reposted to our Forum, a better place for debate and discussion. If you wish to contribute, either make your response respectful or do not bother to respond. You’ll find it’s pretty ineffective. | ||
|
||
Simply put: be respectful and act like an adult. Critiques are better made on the Forum. If you can’t do that, this isn’t a community for you. | ||
|
||
|
||
### Pull Request Guidelines | ||
|
||
When in doubt, keep your pull requests small. To give a PR the best chance of getting accepted, do not bundle more than one "feature" or bug fix per PR. Doing so makes it very hard to accept it if one of the fixes has issues. | ||
|
||
It's always best to create two smaller PRs than one big one. | ||
|
||
### Style | ||
|
||
Always use two spaces, no tabs. This goes for any HTML, CSS, or Javascript. | ||
|
||
### License | ||
|
||
By contributing your code to the driftyco/ionic GitHub Repository, you agree to license your contribution under the MIT license. | ||
|
||
## Ionic 1.x | ||
|
||
Please read the contributing guide on the ionic website: http://ionicframework.com/contribute/ | ||
|
||
## Ionic 2.x | ||
|
||
See the Ionic 2 [CONTRIBUTING](https://github.com/driftyco/ionic/blob/2.0/CONTRIBUTING.md) file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
**Note: If you are having problems formatting your issue please refer to this article on using markdown in Github:** | ||
|
||
https://guides.github.com/features/mastering-markdown/ | ||
|
||
**Note: for support questions, please use one of these channels:** | ||
|
||
https://forum.ionicframework.com/ | ||
http://ionicworldwide.herokuapp.com/ | ||
|
||
|
||
#### Short description of the problem: | ||
|
||
|
||
#### What behavior are you expecting? | ||
|
||
|
||
**Steps to reproduce:** | ||
1. | ||
2. | ||
3. | ||
|
||
``` | ||
insert any relevant code between the above and below backticks | ||
``` | ||
|
||
**Other information:** (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc) | ||
|
||
|
||
**Which Ionic Version?** 1.x or 2.x | ||
|
||
|
||
#### Plunker that shows an example of your issue | ||
|
||
**For Ionic 1 issues** - http://plnkr.co/edit/Xo1QyAUx35ny1Xf9ODHx?p=preview | ||
|
||
**For Ionic 2 issues** - http://plnkr.co/edit/me3Uk0GKWVRhZWU0usad?p=preview | ||
|
||
|
||
**Run `ionic info` from terminal/cmd prompt:** (paste output below) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#### Short description of what this resolves: | ||
|
||
|
||
#### Changes proposed in this pull request: | ||
|
||
- | ||
- | ||
- | ||
|
||
**Ionic Version**: 1.x / 2.x | ||
|
||
**Fixes**: # |