Skip to content

Commit

Permalink
chore: add issue and pr templates
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Feb 26, 2018
1 parent 827d874 commit 58f2e0f
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!-- Issues that don't use this template are likely to be closed. -->
<!-- Please search the existing issues and read the documentation before opening an issue. -->

### Current behaviour

<!-- What's currently happening? -->

### Expected behaviour

<!-- What do you expect to happen? If there is an error, provide the complete error message with stack trace. -->

### Code sample

<!-- Provide a complete code sample that could be run to reproduce the issue, ideally on snack.expo.io or in a github repo. -->

### Screenshots (if applicable)

<!-- Include screenshots if there's a bug in the layout. -->

### What have you tried

<!-- List down the steps you have tried to fix or identify the issue and links to any related issues you found. -->

### Your Environment

| software | version
| --------------------- | -------
| ios or android |
| react-native |
| react-native-paper |
| node |
| npm or yarn |
10 changes: 10 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!-- Please provide enough information so that others can review your pull request. -->
<!-- Keep pull requests small and focused on a single change. -->

### Motivation

<!-- What existing problem does the pull request solve? Can you solve the issue with a different approach? -->

### Test plan

<!-- List the steps with which we can test this change. Provide screenshots if this changes anything visual. -->

0 comments on commit 58f2e0f

Please sign in to comment.