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

Support other providers (i.e., GitLab, Bitbucket, etc.) #48

Open
ramsey opened this issue Apr 27, 2023 · 0 comments
Open

Support other providers (i.e., GitLab, Bitbucket, etc.) #48

ramsey opened this issue Apr 27, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ramsey
Copy link
Owner

ramsey commented Apr 27, 2023

Support other VCS providers

Add support for VCS providers such as GitLab, Bitbucket, Codeberg, Gitea, etc.

Background/problem

This starter kit wizard currently supports only GitHub, but many folks prefer services such as GitLab, Bitbucket, Codeberg, Gitea, and more. Adding support for other providers would help those who use those providers get started developing PHP libraries more quickly.

Proposal/solution

Add a new question with options to choose a provider. Start with one provider (e.g., GitLab) and ensure the functionality is abstracted in a way that allows adding additional providers easily.

To support new providers, some of the language needs to change in existing wizard questions and documentation. Additionally, the GitHub configuration files in .github/ should have corresponding files added for each provider to resources/templates/provider/. These will be copied to the project when the wizard generates the project files for the user.

Alternatives

Additional context

@ramsey ramsey added the enhancement New feature or request label Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant