Thank you for your interest in contributing to the Excel to VCF Converter! We welcome contributions from everyone. Here are some guidelines to help you get started.
-
Fork the repository to your GitHub account.
-
Clone your forked repository:
git clone https://github.com/YOUR_USERNAME/exceltovcf.git
-
Navigate to the project directory and install the required packages:
cd exceltovcf && npm install
-
Start the development server:
npm run dev
If you find any bugs or issues, please create a new issue in the GitHub repository with a detailed description.
-
Create a new branch for your changes:
git checkout -b feature/your-feature-name
-
Make your changes and commit them with a meaningful commit message.
-
Push your changes to your forked repository.
-
Create a pull request from your forked repository to the main repository.
Please be respectful and considerate of others. We aim to create a welcoming and inclusive environment for all contributors.