diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 19da5283b..bb4fc9b8f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,23 +9,23 @@ assignees: '' **Describe the bug** - + **Expected behavior** - + **How to reproduce** - + **Screenshots** - + **Software version** - + **Desktop (please complete the following information if relevant):** - OS: - Browser: - Version: - + **Additional context** diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0834480a9..eb449c357 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -5,7 +5,7 @@ contact_links: about: Problems with Teragrep documentation - name: Ask a question or get support url: https://github.com/teragrep/zep_01/discussions - about: Ask a question or request support + about: Ask a question or request support - name: Report vulnerability url: https://github.com/teragrep/teragrep/security/advisories/new about: Privately report a security vulnerability diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 9baeccc42..d5f72fbf3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -9,12 +9,12 @@ assignees: '' **Description** - + **Use case or motivation behind the feature request** - + **Related issues** - + **Additional context** diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 67d743785..6658c01a5 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -16,7 +16,7 @@ - [ ] I have checked that each test tests only a single behavior. - [ ] I have done happy tests. - [ ] I have tested only my own code. -- [ ] I have tested at least all public methods. +- [ ] I have tested at least all public methods. #### Assertions @@ -62,4 +62,4 @@ - [ ] I have checked that my code follows metrics set in Procedure: Method Metrics. - [ ] I have checked that my code follows metrics set in Procedure: Object Quality. - [ ] I have checked that my code does not have any NULL values. -- [ ] I have checked my code does not contain FIXME or TODO comments. +- [ ] I have checked my code does not contain FIXME or TODO comments.