Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1022 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 1022 Bytes

Contribution Guidelines

Thank you for your interest in contributing!

Please ensure your pull request adheres to the following guidelines:

  • The purpose of this project is to help ensure that Regular Expressions (RegEx) are safely used in everyone's projects.
  • When you issue a pull request, you agree that your contribution is in the public domain (guided by the MIT license).
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • Suggested packages should be tested and documented.
  • Make an individual pull request for each suggestion. This allows to better handle updates or comments on the proposed changes.
  • Make sure your text editor is set to remove trailing whitespace.

How to Create a Pull Request

See Sindre Sorhus’ guide has a great guide on how to contribute with pull requests- even though this isn't part of the "Awesome List" series.