Skip to content

Latest commit

 

History

History
74 lines (52 loc) · 2.97 KB

CONTRIBUTING.md

File metadata and controls

74 lines (52 loc) · 2.97 KB

Contributing

Thank you for contributing. Contributions are always welcome, no matter how large or small.

Table of Contents


Guidelines

As a contributor, here are the guidelines you should follow:

We also recommend to read How to Contribute to Open Source.


Pull Requests

Thank you for contributing.


Clone the Repository

git clone git@github.com:seantrane/github-label-presets.git github-label-presets && cd github-label-presets

Install Dependencies

npm install

File Structure

github-label-presets/
 ├─ labels.json                * GitHub Labels config file
 ├─ package-lock.json          * npm dependency lock file
 └─ package.json               * npm package config

Happy coding!