Skip to content

Commit

Permalink
Merge pull request #3 from ymw0407/Open-Set-Go/Pull-Request_template/…
Browse files Browse the repository at this point in the history
…1712476283886

Pull-Request Template generated by Open-Set-Go 🚀
  • Loading branch information
ymw0407 authored Apr 7, 2024
2 parents 7ebe1c5 + 0ecce6d commit 39e34cb
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!--
SPDX-FileCopyrightText: ©2023 AgainIoT https://github.com/AgainIoT/Open-Set-Go
SPDX-License-Identifier: Apache-2.0
-->

## Describe changes

_Describe a summary of the changes and the related issue to communicate to the maintainers why we should accept this pull request._

## Issue number or link

## Types of changes

What is the type of code change?
_Put an `x` in the boxes that apply_

- [ ] Bugfix (changes that resolve errors)
- [ ] New feature (changes which adds functionality)
- [ ] Breaking change (big changes that affect existing functionality)
- [ ] Documentation Update

## Checklist

_Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code._

- [ ] I have read the "README.md"
- [ ] My changes generate no new warnings
- [ ] unit tests pass locally with my changes
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have added necessary documentation
- [ ] Any dependent changes have been merged and published in downstream modules

## Further comments

_Please let me know if there's anything else to explain_

0 comments on commit 39e34cb

Please sign in to comment.