Skip to content

Commit

Permalink
adding templates and moving contributing markdown file. fixes #19. cl…
Browse files Browse the repository at this point in the history
…oses #19
  • Loading branch information
cjwilburn committed Oct 4, 2018
1 parent 10254be commit ed5c84e
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
File renamed without changes.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
### Summary

<-- Please provide a summary of the issue -->

### Expected Behavior

<-- Please provide a summary of the issue -->

### Actual Behavior

<-- Please provide a summary of the issue -->

### Steps to Test

<-- Please provide a summary of the issue -->

### Screenshot (if possible)

<-- Please provide a summary of the issue -->

### Desscribe Your Environment

- OS: <-- Please provide a summary of the issue -->
- version: <-- Please provide a summary of the issue -->
27 changes: 27 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!--- Provide a general summary of your changes in the Title above. -->

# Description
<!--- Describe your changes in detail. -->


## Steps to Test
<!--- Please describe in detail how you tested your changes. -->


## Screenshots
<!--- Provide screenshots and/or animations of the changes. -->
<!--- Include for desktop, tablet, and mobile (if applicable). -->


## Deploy Notes
<!--- Provide any deployment notes / instructions (if applicable). -->


## Checklist
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
- [ ] I have tested these code changes and included the relevant urls and screenshots.
- [ ] I have updated our build tasks accordingly (if applicable).
- [ ] I have updated our documentation accordingly (if applicable).
- [ ] I have linted the code that I've included in this PR (if applicable).
- [ ] My code follows the code style of this project.
- [ ] My code is ready for review.

0 comments on commit ed5c84e

Please sign in to comment.