We would love for you to contribute to create-express-app and help make it even better than it is today! As a contributor, here are the guidelines we would like you to follow:
Do not open issues for general support questions as we want to keep GitHub issues for bug reports and feature requests
You've got much better chances of getting your question answered on spectrum
You can request a new feature by submitting an issue to our GitHub Repository. If you would like to implement a new feature, please submit an issue with a proposal for your work first, to be sure that we can use it. Please consider what kind of change it is:
- For a Major Feature, first open an issue and outline your proposal so that it can be
discussed. This will also allow us to better coordinate our efforts, prevent duplication of work,
and help you to craft the change so that it is successfully accepted into the project. For your issue name, please prefix your proposal with
[discussion]
, for example "[discussion]: your feature idea". - Small Features can be crafted and directly submitted as a Pull Request.
Before you submit your Pull Request (PR) consider the following guidelines:
-
Search GitHub for an open or closed PR that relates to your submission. You don't want to duplicate effort.
-
Fork the getspooky/create-express-app repo.
-
Make your changes in a new git branch:
git checkout -b my-fix-branch master
That's it! Thank you for your contribution!
We have very precise rules over how our git commit messages can be formatted. This leads to more readable messages that are easy to follow when looking through the project history.
learn more COMMIT_CONVENTION.md