glossary
glossary copied to clipboard
[bn] Merge `dev-bn` branch into `main` branch
Describe your changes
Merge the dev-bn
branch into the main
branch.
Related issue number or link (ex: resolves #issue-number
)
#410
Checklist before opening this PR (put x
in the checkboxes)
- [x] This PR does not contain plagiarism
- don’t copy other people’s work unless you are quoting and contributing it to them.
- [x] I have signed off on all commits
-
signing off (ex:
git commit -s
) is to affirm that commits comply DCO. If you are working locally, you could add an alias to yourgitconfig
by runninggit config --global alias.ci "commit -s"
.
-
signing off (ex: