Skip to content

Commit

Permalink
chore(): add github folder back
Browse files Browse the repository at this point in the history
  • Loading branch information
jgw96 committed Jun 24, 2016
1 parent 3db67f9 commit 149d8dc
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/CONTRIBUTING.md
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:https://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:https://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:https://ionicframework.com/contribute/

## Ionic 2.x

See the Ionic 2 [CONTRIBUTING](https://github.com/driftyco/ionic/blob/2.0/CONTRIBUTING.md) file.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE.md
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:https://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:https://plnkr.co/edit/Xo1QyAUx35ny1Xf9ODHx?p=preview

**For Ionic 2 issues** - http:https://plnkr.co/edit/me3Uk0GKWVRhZWU0usad?p=preview


**Run `ionic info` from terminal/cmd prompt:** (paste output below)



12 changes: 12 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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**: #

0 comments on commit 149d8dc

Please sign in to comment.