Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Looking for collaborators! #330

Open
IvanJosipovic opened this issue Aug 4, 2021 · 4 comments
Open

Looking for collaborators! #330

IvanJosipovic opened this issue Aug 4, 2021 · 4 comments

Comments

@IvanJosipovic
Copy link
Owner

IvanJosipovic commented Aug 4, 2021

Hi everyone,

Life has gotten rather busy over the last year and I don't have as much time as I used to continue enhancing this library. Myself and many contributors have spent a considerable amount of time to get it this far and would love to see it continue.

I'm hoping that we can get a few people that are interesting in working with me and continue supporting this great library.

What I will commit to:

  • Walking the contributors through the current design
  • Assist with major changes
  • Assist with roadmap
  • Maintain fully automated CI/CD with alpha/beta and production release support
    • I have simplified the current CI/CD pipeline and enabled automatic versioning with Semantic Releases and added a PR bot which will make sure all PRs have associated tags
    • PRs to main will create a prod release
    • PRs to alpha/beta will create a alpha/beta release

Pinging existing contributors, but this offer is open to anyone.
@conficient @NilsPur @carlos-sergio-carvalho @pqbui001 @nadais @chrgraefe @LeonarddeR @KBBA @ekuhlmann23 @smokedlinq @NetherGranite

Thank you!

@conficient
Copy link
Collaborator

Yes I'm willing to contribute. On holiday right now so will be more available next week

@IvanJosipovic IvanJosipovic changed the title Looking for contributors! Looking for collaborators! Aug 6, 2021
@conficient
Copy link
Collaborator

I'm starting to look at issues and PRs. I'll prioritize PRs since they have put more effort and should be easier to clear down. Any I'm not sure about I'll ping you first to discuss.

@IvanJosipovic
Copy link
Owner Author

@conficient, thank you for your help.

Please familiarize yourself with https://www.conventionalcommits.org/en/v1.0.0/
This will enable automatic package versioning, and prevent the PR bot from blocking a PR.

Here are some example commit messages:

  • chore: updated readme
    • This will not trigger a new release
  • fix: resolved bug #0000
    • This will increment the patch version 1.0.X
  • feat: added X feature
    • This will increment the minor version 1.X.0
  • feat! or fix!: added new breaking feature
    • This will increment the major version X.0.0
  • BREAKING CHANGE: can be used in combination with feat/fix etc to increment the major version X.0.0

@conficient
Copy link
Collaborator

Thanks for the pointers.. I've not used this before but might have to add to my own projects now.. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants