Skip to content

Commit

Permalink
Remove trailing whitespaces from issue templates (#164)
Browse files Browse the repository at this point in the history
* Remove trailing spaces on new lines in issue templates

* Fixes whitespace in pull request template
  • Loading branch information
StrongestNumber9 authored Jan 29, 2025
1 parent e233bda commit dce83af
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@ assignees: ''

**Describe the bug**
<!-- Please explain what happened and provide the context in which the bug occurred. -->

**Expected behavior**
<!-- Please tell us why you think the behavior is unexpected. If you can, please copy-paste logs or error messages you got while facing the bug. -->

**How to reproduce**
<!-- Please provide us reproducible step-by-step guide on how to reproduce the bug. Please keep in mind that non-reproducible issues will be closed. -->

**Screenshots**
<!-- If applicable, add screenshots to help explain your problem. -->

**Software version**
<!-- e.g. 3.1.4 -->

**Desktop (please complete the following information if relevant):**
- OS: <!-- [e.g. iOS] -->
- Browser: <!-- [e.g. chrome, safari] -->
- Version: <!-- [e.g. 22] -->

**Additional context**
<!-- Add any other context about the problem here. -->
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ assignees: ''

**Description**
<!-- Please describe shortly your feature idea. -->

**Use case or motivation behind the feature request**
<!-- Please tell us what you would like to happen. Rather than explaining the implementation process, we would appreciate to hear what you are trying to achieve with your feature. -->

**Related issues**
<!-- If there are any, please list issues that are associated with your feature request. -->

**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

0 comments on commit dce83af

Please sign in to comment.