Thank you for your interest in contributing to ComparisonTables! This document provides a step-by-step guide for submitting contributions via pull requests, especially for those who are new to GitHub or open source. This guide will help you make contributions using GitHub's web interface, which is ideal for quick edits like updating values in a table.
Before you begin, ensure you have a GitHub account. If not, you can sign up for a free account.
- Go to the
ComparisonTables
repository on GitHub. - In the top-right corner of the page, click "Fork".
- On the next page, hit the green 'Create Fork' button. This creates a copy of the repository in your GitHub account.
- Now you should in the ComparisonTables repository fork you created.
- Browse to the table you want to edit.
- Click on the file to view it.
- To edit, click the pencil icon (Edit this file) in the top right corner of the file view.
- You'll now see an editor where you can make changes to the file.
- Make the necessary changes to the table. Markdown tables are easy to edit; just change the text in the appropriate cell.
- Scroll down to the Commit changes section once you’re done editing.
- Add a concise and descriptive commit message explaining your changes.
- Choose "Create a new branch for this commit and start a pull request."
- Name your branch something meaningful, like
update-Breez-fee
. - Click "Propose changes."
- You will be taken to a new page to open a pull request.
- Add any additional comments about your changes.
- Click "Create pull request."
- After submitting the pull request, maintainers of the repository will review your changes.
- You’ll be notified if any further modifications or clarifications are needed, or once your changes have been merged.
- For any questions or suggestions, feel free to open an issue in the repository.
Thank you for contributing to ComparisonTables and helping keep the tables up-to-date!