diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fb9551cef..b6d39bb95 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,9 +14,9 @@ We work hard to process bugs that are reported, to assist with this please ensur - **Reproduce steps**: Clearly mention the steps to reproduce the bug. -- **Expected result**: How OctoberCMS should behave on above mentioned steps. +- **Expected behavior**: How OctoberCMS should behave on above mentioned steps. -- **Actual result**: What is the actual result on running above steps i.e. the bug behavior - **include any error messages**. +- **Actual behavior**: What is the actual result on running above steps i.e. the bug behavior - **include any error messages**. #### Here's how to report a bug on GitHub diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..e30d6fb26 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,11 @@ +##### Expected behavior +(Describe expected behavior here) + +##### Actual behavior +(Describe actual behavior here) + +##### Reproduce steps +(Describe the steps to reproduce the problem here) + +##### October build +(October build number)