Skip to content

Commit

Permalink
Merge pull request #450 from developit/pr-template
Browse files Browse the repository at this point in the history
Adds a Pull Request tempalte for CLI
  • Loading branch information
reznord authored Jan 10, 2018
2 parents 9eb4622 + 37fc0d0 commit a911891
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 5 deletions.
21 changes: 21 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. -->

**What kind of change does this PR introduce?**

<!-- E.g. a bugfix, feature, refactoring, build related change, etc… -->

**Did you add tests for your changes?**


**Summary**

<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->
<!-- Try to link to an open issue for more information. -->

**Does this PR introduce a breaking change?**

<!-- If this PR introduces a breaking change, please describe the impact and a migration path for existing applications. -->

**Other information**

<!-- Node version, npm version, CLI version, operating system, browser -->
12 changes: 7 additions & 5 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@

**Do you want to request a *feature* or report a *bug*?**

**What is the current behavior?**
**What is the current behaviour?**

**If the current behavior is a bug, please provide the steps to reproduce.**
**If the current behaviour is a bug, please provide the steps to reproduce.**

<!-- A great way to do this is to provide your configuration via a GitHub gist. -->

**What is the expected behavior?**
**What is the expected behaviour?**

**If this is a feature request, what is motivation or use case for changing the behavior?**
**If this is a feature request, what is motivation or use case for changing the behaviour?**

**Please mention other relevant information.**
- node version
- Node version
- npm version
- Operating system
- CLI version
- Browser

0 comments on commit a911891

Please sign in to comment.