Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Latest commit

 

History

History
78 lines (47 loc) · 1.62 KB

CONTRIBUTING.md

File metadata and controls

78 lines (47 loc) · 1.62 KB

Contributing to Platzily UI

Here are a few guidelines that will help you along the way.

Issues

Before creating issues please

  • Read the documentation.
  • Search for duplicates.
  • Make sure you're following the templates, if you don't see a template for your type of issue feel free to create a feature issue for it.

At the moment you're creating an issue please

  • Make sure you're following the issues naming standard

Issues naming standard

[Issue type] [Issue name]

Example

Bug Report - Contribution Guideline
Issue types
  • Bug Report

  • Feature Request

  • Contribution Guideline = Issue name

Branches

Branches naming standard

[Type]-[Issue ID]

Example

git checkout -b feature-1
git checkout -b hotfix-1
  • feature = Issue type
  • 1 = Issue ID

Commits

Commits naming standard

[Branch Name] + [Verb] + [Substantive] + [What for]

Example

git commit -m 'feaure-1 Added logger class to use a logger service'
  • Branch Name - feature-1
  • Verb - Added
  • Substantive - logger class
  • What for - to use a logger service

Pull Requests

Before creating a pull request please

License

By contributing your code to the platzily/platzily-ui GitHub repository, you agree to license your contribution under the MIT license.