How to contribute to urfave/cil/v2 #1931
-
Hello, thank you for your great project! I want to contribute to this project, but I have a question about how to contribute. I'm using urfave/cil/v2 and found an issue about shell completion, so I want to create an issue and send a pull request. But the main branch has a lot of changes from v2.27.2, and seems like incompatible changes are included. For example, I can't find the type $ git rev-parse HEAD
c4cd0a51cc113a90eca318cc8f7d328f05a5f2b7
$ git grep "type App" So I'm wondering the branch strategy of this project. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I created an issue. |
Beta Was this translation helpful? Give feedback.
-
@suzuki-shunsuke The branches are
v2 to v3 has breaking changes. v3 is much more feature rich than v2. |
Beta Was this translation helpful? Give feedback.
@suzuki-shunsuke The branches are
v2 to v3 has breaking changes. v3 is much more feature rich than v2.