Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.15 KB

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 1.15 KB

Contributing

Pull Request Process

  • Create an issue if you find any mistakes. If you wish to work on this issue yourself, assign the issue to yourself.
  • Otherwise, either notify someone of your issue or wait for someone to notice it.
  • Create a branch with a valid name conforming to the conventional commits standards. For example:
  • If your issue is adding a new feature and the feature is a sidebar, name your branch something like feat/sidebar.
  • If your issue is fixing a bug on a specific component, name your branch something like fix/component-name
  • Your commits to the branch have to make as much sense as possible. Please conform to the conventional commits standards for this purpose as well. We expect you to have the following template for all of your branch names. <initials>-<task-name> For example. gr-create-navbars

Please note we have a code of conduct, please follow it in all your interactions with the project.

For Non Coding Hub members:

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.