You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Make sure there is an open issue or a task in the [project](https://github.com/users/radumarias/projects/6)
5
+
3.**Assign it to you and move it in the corresponding status column as you are working on it**
6
+
4. Make the changes in your fork
7
+
5. If you add new `.rs` files in `examples` member add all these [lines](https://github.com/radumarias/zeroize-python/blob/main/src/lib.rs#L1-L17) as first ones
8
+
6. If you add new packages to the workspace add all these [lines](https://github.com/radumarias/zeroize-python/blob/main/src/lib.rs#L1-L17) to it's `lib.rs`
9
+
and to any `bin` files (
10
+
like `main.rs` or other files declared as `[[bin]]`)
11
+
7. Add tests for your changes, if applicable
12
+
8.`cargo fmt --all`, you can configure your **IDE** to do this on
0 commit comments