Skip to content

Commit

Permalink
some corrections and clarifications in the issue/pr templates. (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
toumorokoshi authored and asvetlov committed Jun 4, 2016
1 parent 85cea23 commit fc2b408
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
8 changes: 4 additions & 4 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

## Expected behaviour

<!-- What the behaviour did you expect? -->
<!-- What is the behaviour you expect? -->

## Actual behaviour

<!-- What's actually happened? -->
<!-- What's actually happening? -->

## Steps to reproduce

Expand All @@ -18,6 +18,6 @@

## Your environment

<!-- Describe the environment you have that leed to your issue.
This includes project version, OS, proxy server and else bits that
<!-- Describe the environment you have that lead to your issue.
This includes project version, OS, proxy server and other bits that
are related to your case. -->
17 changes: 8 additions & 9 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,23 @@
- If you propose a new feature or improvement, select "master"
as a target branch;
- If this is code bug fix or documentation correction, select
the lastest release branch (which looks like "0.xx") -->
- If this is a bug fix or documentation amendment, select
the latest release branch (which looks like "0.xx") -->

## What these changes does?
## What do these changes do?

<!-- Please give a short brief about these changes. -->

## How to test your changes?
## Are there changes in behavior for the user?

<!-- Describe how we can test your changes if they provides
any notable behaviour for the end users. -->
<!-- Outline any notable behaviour for the end users. -->

## Related issue number

<!-- Is there any issue opened that get fixed by this? -->
<!-- Are there any issues opened that will be resolved by merging this change? -->

## Checklist

- [ ] Code is written and well
- [ ] Tests for the changes are provided
- [ ] I think the code is well written
- [ ] Unit tests for the changes exist
- [ ] Documentation reflects the changes

0 comments on commit fc2b408

Please sign in to comment.