Hello and welcome! We’re excited you want to contribute to pgo. Here’s how you can help:
Found a bug or have a suggestion? Open an issue and provide as much detail as possible.
- Fork the Repo: Fork the repository to your GitHub account:
git clone git@github.com:<username>/pgo.git
- Clone Your Fork: Clone it to your local machine:
git clone git@github.com:<username>/pgo.git
- Create a Branch:
git checkout -b feat/feature-name # Use feat, bug, docs, etc.
- Make Changes: Make your changes in the new branch.
- Commit Changes:
git commit -m "Description of changes"
- Push to Your Repo:
git push origin feat/feature-name
- Open a PR: Create a pull request from your repository to the
dev
branch ofgit@github.com:edgeflare/pgo.git
. Provide a clear description.
Follow our coding standards. If unsure, feel free to ask.
Update documentation for any new features.
Thank you for your contributions!