From 149d8dccfa87bb84d3c015505b883df541beba58 Mon Sep 17 00:00:00 2001 From: Justin Willis Date: Fri, 24 Jun 2016 14:58:03 -0500 Subject: [PATCH] chore(): add github folder back --- .github/CONTRIBUTING.md | 40 ++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE.md | 42 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 12 +++++++++ 3 files changed, 94 insertions(+) create mode 100644 .github/CONTRIBUTING.md create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000000..8c6cd32996 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..1bb845a4a4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -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) + + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..9df38c036f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +#### Short description of what this resolves: + + +#### Changes proposed in this pull request: + +- +- +- + +**Ionic Version**: 1.x / 2.x + +**Fixes**: #