Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.15 KB

CONTRIBUTING.md

File metadata and controls

47 lines (30 loc) · 1.15 KB

Contributing to Node-Peruse

Thank you for your interest in contributing to Node-Peruse! We appreciate your efforts to make this project better.

Getting Started

To contribute, please follow these steps:

Fork the Repository: Click the Fork.

Clone Your Fork: Clone your fork to your local machine.

git clone https://github.com/your-username/node-peruse.git
cd node-peruse

Create a New Branch: For each feature or fix, create a new branch.

git checkout -b <your_branch>

Install Dependencies: Install the required dependencies.

npm install
git commit -m "Add feature: Your feature description"

Push Your Changes: Push the branch to your forked repository.

git push origin feature/your-feature-name

Create a Pull Request: Go to the original repository and create a pull request (PR) from your branch.

Pull Request Guidelines

Pull Request Reviews Once you submit a pull request, it will be reviewed by project maintainers. Please be responsive to any feedback.

Thank you for contributing to Node-Peruse! We’re excited to see your contributions!