Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 3.42 KB

CONTRIBUTING.md

File metadata and controls

57 lines (37 loc) · 3.42 KB

Contributing to PatternFly Elements

Welcome Flyers! We're so excited that you're considering contributing to PatternFly Elements, the web component implementation of the PatternFly design system.

Contributions to this project are released to the public under the project's open source license.

Please note that this project is released with a Contributor Covenant Code of Conduct. By participating in this project you agree to abide by its terms.

Submitting an Issue

Bug Reporting

Here are a few helpful tips when reporting a bug:

  • To report a bug, please use the bug report template.
  • Make sure what you are describing is a bug and not a feature request. Is this how it was originally designed to work?
  • Screenshots are very helpful in diagnosing bugs; please include them whenever possible.
  • Check the console for errors and copy or snapshot the output. Please document this in your issue.

Feature Requests

If you have a feature that you think would be a great addition to the project:

  • Check the issue queue for key words relating the issue. Try searching on the feature label. If an issue already exists, please add your thoughts to the discussion.
  • Take a peek at our pull requests to see what we're currently working on.

To suggest a feature use the feature request template.

Submitting a pull request

  1. Check the issue queue. If your pull request does not map to an issue in the queue, please open a new issue.
  2. Fork and clone the repository (see the Quick start in the README)
  3. Create a new branch. Please use the conventional commit formatting for the branch name. git checkout -b feat-my-branch-name
  4. Make your change, add tests, and make sure the automated testing passes.
  5. Push to your fork and submit a pull request. Be sure to select from the available PR templates.

Here are a few things you can do that will increase the likelihood of your pull request being accepted:

  • Review the documentation.
  • Follow the style/format of the existing code.
  • Write tests for your changes.
  • Keep your change as small and focused as possible; if there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.
  • Be responsive during code review, as much as possible.

Resources