diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 56f3613eb9..e4e5282e56 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -19,4 +19,4 @@ about: Create a report to help us improve # Environment <!-- Tell us where on the platform it happens --> -<!-- e.g. desktop or mobile version, your browser, operating system --> +<!-- e.g. desktop or mobile version, your browser, your OS --> diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 869232fcea..018e68df97 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -8,4 +8,4 @@ about: Suggest an idea for this project # Environment <!-- Tell us where on the platform it related --> -<!-- e.g. desktop or mobile version, your browser, operating system --> +<!-- e.g. desktop or mobile version, your browser, your OS --> |