Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
5A11 authored Jun 26, 2024
1 parent 1a7eb62 commit f0c16e9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @MissingNO57 @pbukva
* @MissingNO57 @pbukva @ Josumner
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: 🐛 Bug Report
description: Report a bug.
labels: ["bug", "unconfirmed"]
assignees:
- pbukva
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to report a bug! We appreciate your contribution to improving the library.
Thanks for taking the time to report a bug! We appreciate your contribution to improving this repository.
- type: checkboxes
id: prerequisites
attributes:
Expand Down Expand Up @@ -60,7 +62,7 @@ body:
id: environment
attributes:
label: Environment Details (Optional)
description: Provide any relevant information about your environment, such as operating system, Python version, and any other libraries used.
description: Provide any relevant information about your environment, such as operating system, Go version, and any other libraries used.
render: markdown
validations:
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
blank_issues_enabled: false
blank_issues_enabled: true
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ☝️Feature request
description: Suggest an idea.
labels: ["enhancement", "unconfirmed"]
assignees:
- jrriehl
- pbukva
body:
- type: markdown
attributes:
Expand Down
2 changes: 2 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ _What type of change does this pull request make (put an `x` in the boxes that a

_Put an `x` in the boxes that apply:_

<!-- markdown-link-check-disable -->
- [ ] I have read the [CONTRIBUTING](/CONTRIBUTING.md) guide
- [ ] Checks and tests pass locally
<!-- markdown-link-check-enable-->

### If applicable

Expand Down

0 comments on commit f0c16e9

Please sign in to comment.