chore(): add github folder back

This commit is contained in:
Justin Willis
2016-06-24 14:58:03 -05:00
parent 3db67f90fb
commit 149d8dccfa
3 changed files with 94 additions and 0 deletions

40
.github/CONTRIBUTING.md vendored Normal file
View File

@ -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. Youll find its pretty ineffective.
Simply put: be respectful and act like an adult. Critiques are better made on the Forum. If you cant do that, this isnt 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.

42
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -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)

12
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,12 @@
#### Short description of what this resolves:
#### Changes proposed in this pull request:
-
-
-
**Ionic Version**: 1.x / 2.x
**Fixes**: #