Skip to content

Commit

Permalink
Merge pull request #80 from kozmod/dev
Browse files Browse the repository at this point in the history
Dev to Main
  • Loading branch information
kozmod authored Jan 21, 2024
2 parents ad7fa34 + 0ae5401 commit f7f6d98
Show file tree
Hide file tree
Showing 5 changed files with 305 additions and 87 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ assignees: ''

---

**Description**
### Description
<!-- A clear and concise description of what the bug is. -->

**Environment**
### Environment
- `go` version: <!-- version -->
- `oniontx` version (version tag or commit sha): <!-- version/sha -->
11 changes: 9 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,12 @@ assignees: ''

---

**Description**
<!-- A clear and concise description of what the problem is and the solution. -->
### Type (check all applicable)

- [ ] Refactor
- [ ] Feature
- [ ] Optimization
- [ ] Documentation Update

### Description
<!-- A clear and concise description of what the problem is and the solution. -->
19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### Description

<!-- Related Tickets & Documents -->
<!--
For pull requests that relate or close an issue, please include them
below. We like to follow [Github's guidance on linking issues to pull requests](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue).
For example having the text: "closes #1234" would connect the current pull
request to issue 1234. And when we merge the pull request, Github will
automatically close the issue.
-->

Closes #<!-- issue -->

### Added/updated tests?

- [ ] Yes
- [ ] No, and this is why: <!-- please replace this line with details on why tests have not been included -->
- [ ] I need help with writing tests
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.53.3
version: v1.55.2
Loading

0 comments on commit f7f6d98

Please sign in to comment.