Please follow the instructions to contribute a bug fix or a new feature:
- Fork the repository
- Clone the forked repository using the command
git clone https://github.com/<YOUR-USERNAME>/n8n-nodes-pageres.git
- Create a new branch.
# Bug Fixes
git checkout -b fix/<WHAT-YOU-FIXING>
# Feature
git checkout -b feature/<WHAT-YOU-FIXING>
- Commit the changes with descriptive commit message
git add . // or file name
git commit -m '<WHAT-WAS-THE-CHANGE>'
- Push the changes to GitHub
git push origin main
- Open a Pull Request.