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

How can I make a PR? #355

Open
EzeRangel opened this issue Mar 6, 2023 · 2 comments
Open

How can I make a PR? #355

EzeRangel opened this issue Mar 6, 2023 · 2 comments

Comments

@EzeRangel
Copy link

Hi all,

I used this repo to make a project recentl, I made a few improvements on the frontend and wanted to make a PR but I didn't find documentation for doing it.

I'd appreciate your help.

@mcorrello
Copy link
Contributor

Thanks for your interest in contributing!

To make a change, please open a pull request. We use the "fork and pull" model described here.

For the commit and PR title styles, we follow the format outlined below:

prefix: message in present tense

Prefix Description
feat a feature or enhancement, it can be incredibly small.
fix a bug fix for something that was broken.
style change code style, like removing whitespace. no functional code changes.
refactor change code, but not functionality.
chore does not effect the production version of the app in any way.
docs add, update, or remove documentation. no code changes.
test add, update, or fix a test.

After a PR has been submitted, a member of the core team must review it before it's merged.

@EzeRangel
Copy link
Author

Thanks for the help.

The PR can be reviewed here #356

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