Skip to content

Commit fc2b408

Browse files
toumorokoshiasvetlov
authored andcommitted
some corrections and clarifications in the issue/pr templates. (#911)
1 parent 85cea23 commit fc2b408

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

ISSUE_TEMPLATE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
## Expected behaviour
66

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

99
## Actual behaviour
1010

11-
<!-- What's actually happened? -->
11+
<!-- What's actually happening? -->
1212

1313
## Steps to reproduce
1414

@@ -18,6 +18,6 @@
1818

1919
## Your environment
2020

21-
<!-- Describe the environment you have that leed to your issue.
22-
This includes project version, OS, proxy server and else bits that
21+
<!-- Describe the environment you have that lead to your issue.
22+
This includes project version, OS, proxy server and other bits that
2323
are related to your case. -->

PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,23 @@
55
66
- If you propose a new feature or improvement, select "master"
77
as a target branch;
8-
- If this is code bug fix or documentation correction, select
9-
the lastest release branch (which looks like "0.xx") -->
8+
- If this is a bug fix or documentation amendment, select
9+
the latest release branch (which looks like "0.xx") -->
1010

11-
## What these changes does?
11+
## What do these changes do?
1212

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

15-
## How to test your changes?
15+
## Are there changes in behavior for the user?
1616

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

2019
## Related issue number
2120

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

2423
## Checklist
2524

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

0 commit comments

Comments
 (0)