Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.81 KB

CONTRIBUTING.md

File metadata and controls

51 lines (37 loc) · 1.81 KB

Contributing to vscode-regex-snippets

A big welcome and thank you for considering contributing to vscode-regex-snippets projects! It’s people like you that make it a reality for users in our community.

Reading and following these guidelines will help us make the contribution process easy and effective for everyone involved. It also communicates that you agree to respect the time of the developers managing and developing these open source projects. In return, we will reciprocate that respect by addressing your issue, assessing changes, and helping you finalize your pull requests.

Quicklinks

Code of Conduct

We take our open source community seriously and hold ourselves and other contributors to high standards of communication. By participating and contributing to this project.

Getting Started

Contributions are made to this repo via Issues and Pull Requests (PRs). A few general guidelines that cover both:

  • Search for existing Issues and PRs before creating your own.
  • If you've never contributed before, see the first timer's guide for resources and tips on how to get started.

Issues

Issues should be used to report problems with the code snippets, request a new feature, or to discuss potential changes before a PR is created.

Pull Requests

PRs to our repo are always welcome.

  1. Fork the repository to your own Github account
  2. Clone the project to your machine
  3. Create a branch locally with a succinct but descriptive name
  4. Commit changes to the branch
  5. Following any formatting and testing guidelines specific to this repo
  6. Push changes to your fork
  7. Open a PR in our repository and follow the PR template so that we can efficiently review the changes.