diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 2c1bad0593..f728e5baf8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -8,7 +8,7 @@ body: label: "Please verify that this bug has NOT been raised before." description: "Search in the issues sections by clicking [HERE](https://github.com/inventree/inventree/issues?q=)" options: - - label: "I checked and didn't find similar issue" + - label: "I checked and didn't find a similar issue" required: true - type: textarea id: description @@ -23,18 +23,18 @@ body: required: true attributes: label: "Steps to Reproduce" - description: "Steps to reproduce the behavior, please make it detailed" + description: "Steps to reproduce the behaviour, please make it detailed" placeholder: | 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' - 4. See error + 4. See the error - type: textarea id: expected-behavior validations: required: true attributes: - label: "Expected behavior" + label: "Expected behaviour" description: "A clear and concise description of what you expected to happen." placeholder: "..." - type: checkboxes @@ -51,7 +51,7 @@ body: attributes: label: "Version Information" description: "The version info block." - placeholder: "You can get this by going to the `About InvenTree` section in the upper right corner and clicking on to the `copy version information`" + placeholder: "You can get this by going to the `About InvenTree` section in the upper right corner and clicking on the `copy version information` button" - type: textarea id: logs attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 2f240cd9ac..60782d0dc5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -9,7 +9,7 @@ body: label: "Please verify that this feature request has NOT been suggested before." description: "Search in the issues sections by clicking [HERE](https://github.com/inventree/inventree/issues?q=)" options: - - label: "I checked and didn't find similar feature request" + - label: "I checked and didn't find a similar feature request" required: true - type: textarea id: problem @@ -17,7 +17,7 @@ body: required: true attributes: label: "Problem statement" - description: "A clear and concise description of what the solved problem or feature request is." + description: "A clear and concise description of the problem or missing feature." placeholder: "I am always struggling with ..." - type: textarea id: solution @@ -25,7 +25,7 @@ body: required: true attributes: label: "Suggested solution" - description: "A clear and concise description of what you want to happen." + description: "A clear and concise description of what you want to happen to solve the problem statement." placeholder: "In my use-case, ..." - type: textarea id: alternatives @@ -47,7 +47,7 @@ body: id: self-develop attributes: label: "Do you want to develop this?" - description: "you do not need to be a pro - this is just as a information for us" + description: "This is not required, and you do not need to be a pro - this is just as information for us." options: - label: "I want to develop this." required: false diff --git a/.github/ISSUE_TEMPLATE/install.yaml b/.github/ISSUE_TEMPLATE/install.yaml index 05db44e66e..f14281d76d 100644 --- a/.github/ISSUE_TEMPLATE/install.yaml +++ b/.github/ISSUE_TEMPLATE/install.yaml @@ -29,13 +29,13 @@ body: required: true attributes: label: "Steps to Reproduce" - description: "Steps to reproduce the behavior, please make it detailed" + description: "Steps to reproduce the behaviour, please make it detailed" placeholder: | 0. Link to all docs you used 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' - 4. See error + 4. See the error - type: textarea id: logs attributes: