Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 909 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (18 loc) · 909 Bytes

Contributing to private-bower

Submitting issues

  • Look through the tickets, if there's already one with the same issue
  • If it's not a duplicate issue submit a ticket in the GitHub issues page

Is this a feature request?

  • Please explain why you need the feature
  • Write a user story or a specification if you can

Is this a bug?

  • Submit the private-bower version you're using
  • Submit the OS version you're private-bower runs on
  • Submit browser version if the issue involves a browser
  • Submit the bower client version you're using
  • What happened?
  • What did you expect to happen?

If you can please try to fix the issue and submit a Pull Request

Submitting Pull Requests

  • Please try to write self documenting code instead of commenting
  • The commit message should contain a understandable description of what the commit fixes/adds