Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Commit

Permalink
Create templates for issues and PRs (#58)
Browse files Browse the repository at this point in the history
* Create ISSUE_TEMPLATE.md

* Create PULL_REQUEST_TEMPLATE.md
  • Loading branch information
Brad Micklea authored and Eugene Ivantsov committed Mar 16, 2017
1 parent 37ac288 commit 9111c02
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!---
Replace this comment with a description of the problem.
Please help us by providing all of the details listed below. A complete and thoughtful issue request with research on possible root causes and diagnostics goes a very long way in helping us rapidly get your issues resolved.
-->

**Reproduction Steps:**

**Che version:** <!--- Retrieve with 'docker run eclipse/che version' - it is also the value of :<version> tag -->

**OS and version:**

**Docker version:** <!--- Use 'docker version' to get the client and engine versions -->

**Che cli.log output:** <!--- This file is in the path mounted to `:/data` -->
17 changes: 17 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
### What does this PR do?

### What issues does this PR fix or reference?

### Previous behavior
(Remove this section if not relevant)

### New behavior
(Explain the PR as it should appear in the release notes)

Please review [Che's Contributing Guide](https://github.com/eclipse/che/blob/master/CONTRIBUTING.md) for best practices.

### Tests written?
Yes/No

### Docs updated?
Please add a matching PR to [the docs repo](http://github.com/eclipse/che-docs) and link that PR to this issue. Both will be merged at the same time.

0 comments on commit 9111c02

Please sign in to comment.