Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.64 KB

CONTRIBUTING.md

File metadata and controls

53 lines (33 loc) · 1.64 KB

Contributing to my package

Welcome, and thank you for your interest in contributing to fast-glob!

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

Contribution Guidelines

There are a couple of ways you can contribute to this repository:

  • Ideas, feature requests and bugs: We are open to all ideas and we want to get rid of bugs! Use the Issues section to either report a new issue, provide your ideas or contribute to existing threads.
  • Documentation: Found a typo or strangely worded sentences? Submit a PR!
  • Code: Contribute bug fixes, features or design changes.

Creating an Issue

Before you create a new Issue:

  • Check the Issues on GitHub to ensure one doesn't already exist.
  • Clearly describe the issue, including the steps to reproduce the issue.

Making Changes

Getting Started

  • Install Node.js.
  • Fork the project and clone the fork repository. (how to create fork?).
  • Create a topic branch from the master branch.
  • Run yarn or npm install to install the application dependencies.

Setup

  1. Start watching:
$ npm run watch
  1. Make changes:
$ code .
  1. Run tests:
$ npm t

Commit

Keep git commit messages clear and appropriate. You can use Angular guide.