Thank you for contributing! It's very appreciated.
Please verify that you can check the following boxes.
- The PR has a defined scope, it changes one thing (and not any unrelated other)
- If it is a bug fix, there is an opened issue1
1 If no issue exists about the bug, don't hesitate to open one~
- If it is a bug fix, you tagged the related issue in the PR title2
- If needed, you wrote the reasons of your change(s) in the PR description
- The Rust GHA workflow status passes3
2 The recommended formatting is: GH-XXX: <title>
with XXX
being the issue number.
3 The pre-commit CI status does not have to pass, but it's better if it does 💕
- The changes you made are in a separate branch (i.e. not your fork's
main
)
Thank you again~ Your contribution is very valuable.
You can now delete your branch safely. 😄
We cherish your willingness to participate to the project! Perhaps your PR did not meet the requirements or another path was chosen.
Don't get discouraged! Your future PRs will be looked at in detail and one of them might get merged~
Happy coding~