-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from ymw0407/Open-Set-Go/Pull-Request_template/…
…1712476283886 Pull-Request Template generated by Open-Set-Go 🚀
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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_ |