///
We welcome and appreciate all contributions to **gh.gg**! Whether you're fixing a bug, adding a new feature, improving documentation, or just providing feedback, your help makes this project better. T
107 views
~107 views from guests
Guest views are estimated from total page views. These include anonymous visitors and users who weren't logged in when they viewed the page.
We welcome and appreciate all contributions to gh.gg! Whether you're fixing a bug, adding a new feature, improving documentation, or just providing feedback, your help makes this project better. This guide outlines the steps and best practices for contributing to gh.gg.
The contribution process is designed to be straightforward and collaborative:
Fork the Repository
Start by forking the lantos1618/github.gg repository on GitHub. This creates a personal copy of the project under your GitHub account where you can freely make changes.
Create a Feature Branch
Before making any changes, create a new branch from main for your feature or bug fix. Use a descriptive name for your branch, such as feature/add-new-dashboard or bugfix/fix-pr-review-crash.
Make Your Changes Implement your changes in your new branch. While working, keep the following in mind:
Commit Your Changes Commit your changes with clear and concise messages. We follow the Conventional Commits↗ specification for commit messages. This helps with automatic changelog generation and understanding the project history. Example:
Or for a bug fix:
Push to Your Fork Push your local changes to your forked repository on GitHub.
Open a Pull Request (PR)
Once your changes are ready and pushed, open a Pull Request from your feature branch to the main branch of the original lantos1618/github.gg repository.
Closes #123).To ensure consistency and quality across the codebase, please follow these guidelines:
bun test.README.md, inline code comments, and any relevant docs/ files for changes in functionality or APIs.We have many exciting ideas and a growing list of tasks. Here are some areas where your contributions would be particularly impactful:
gh.gg accessible to a global audience.gh.gg faster and more efficient.We're excited to see your contributions! The easiest way to get started is to check out the open issues↗ marked with good first issue or help wanted. Don't hesitate to ask questions or discuss your ideas in the issues or discussions tab.
Thank you for being a part of the gh.gg community!