Skip to content

Commit

Permalink
Merge pull request #688 from cmv/add-github-templates
Browse files Browse the repository at this point in the history
Add GitHub templates
  • Loading branch information
tmcgee authored Mar 3, 2017
2 parents d6f840a + cc810b7 commit edfe9bf
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<!--
If you’re filing a bug, please provide the following information:
-->

__How often can you reproduce it?__ <!-- Use [x] to mark your choice. -->

- [ ] Always
- [ ] Sometimes
- [ ] Rarely
- [ ] Unable
- [ ] I didn’t try

<!-- Please provide a detailed description of the issue. Include specific details to help us understand the problem. -->

__Description:__



<!-- List the step-by-step process to reproduce the issue. -->

__Steps to reproduce:__

1. Include a JS Bin (or equivalent) link if possible. [You can use this as a starting point](http://jsbin.com/guresequba/edit?js,output)
2. Detail the exact steps taken to produce the problem
3. Include a gif if possible; you can use LICEcap to make a gif: http://www.cockos.com/licecap/
4. Check the browser console for errors (Use F12 to access the console)

<!-- Describe what you expected to have happen after completing the steps above. -->

__Expected results:__



<!-- Describe what actually happened after completing the steps above. -->

__Actual results:__



<!-- Include details about your environment. -->

__Environment:__

| Software | Version
| ------------------ | -------
| CMV Version |
| Browser |
| Operating system |
18 changes: 18 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!-- Thank you for contributing to cmv! Contributions are welcome and are
absolutely necessary for the project to stay relevent and useful.
Please fill out the details to ensure others can understand the
changes you are proposing and how they will benefit the project. -->

# Description
<!-- enter a description of the changes here -->

# Use case

```javascript
// how the code can be used
```

# Checklist
<!-- please ensure your pull request passes the following check(s) -->

- [ ] `grunt lint` produces no error messages

0 comments on commit edfe9bf

Please sign in to comment.