tpecholt / imrad

ImRAD is a GUI builder for the ImGui library
GNU General Public License v3.0
914 stars 29 forks source link

Contribution Guideline #13

Closed abtonc closed 1 month ago

abtonc commented 1 year ago

I would love to contribute but I think a proper contribution guideline is needed for the future.

tpecholt commented 1 year ago

Hi Arda,

in which way would you want to contribute? Do you have a specific feature or improvement in your mind?

Tomas

On Wed, Apr 12, 2023 at 7:46 PM Arda Barış Tonç @.***> wrote:

I would love to contribute but I think a proper contribution guideline is needed for the future.

— Reply to this email directly, view it on GitHub https://github.com/tpecholt/imrad/issues/13, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJSVJXJX5JSMZADLZTZ5DLXA2I3DANCNFSM6AAAAAAW3SB2SQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

JustCallMeRay commented 1 month ago

Can't speak for Arda but I would like to change the header extensions to .hpp (rather than .h) and change the cmake files to use find_package so I can use a package manager like Conan.

I think the need for a contributing guide is required even if it is just a "do the usual" in a couple of sentences. The main thing I find helpful is a merge request template and something that tells me what branch to merge into/base a pr off.