Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.76 KB

CONTRIBUTING.md

File metadata and controls

18 lines (15 loc) · 1.76 KB

Adminify Contributing Guide

Hello and thank you for interest in helping make Adminify better. Please take a few moments to review the following guidelines.

Reporting Issues

  • The issue list of this repo is exclusively for bug reports and feature requests. Non-conforming issues will be closed immediately.
  • Try to search for your issue, it may have been answered.
  • See if the error is reproduceable with the latest version.
  • If reproduceable, please provide a simple codepen or repository that can be cloned to produce the expected behavior. It is preferred that you create an initial commit with no changes first, then another one that will cause the issue.
  • Never comment "+1" or "me too!" on issues without leaving additional information, use the 👍 button in the top right instead.

Pull Requests

  • Always work on a new branch. Making changes on your fork's dev or master branch can cause problems. (See The beginner's guide to contributing to a GitHub project)
  • Bug fixes should be submitted to the master branch.
  • New features and breaking changes should be submitted to the dev branch.
  • Use a descriptive title no more than 64 characters long. This will be used as the commit message when your PR is merged.
  • For changes and feature requests, please include an example of what you are trying to solve and an example of the markup. It is preferred that you create an issue first however, as that will allow the team to review your proposal before you start.
  • Please reference the issue # that the PR resolves, something like Fixes #1234 or Resolves #6458 (See closing issues using keywords)