Pacmax is a community-driven project that thrives on contributions from users like you. By updating the repos.yml
file, you can help us feature more repositories, tools, and projects on the site. Follow the steps below to contribute.
- Share Your Projects: Add your favorite repositories or projects to help the community discover great tools.
- Keep the Site Fresh: Ensure that Pacmax always showcases the latest and most useful contributions.
- Support the Community: Your input helps maintain an accurate and dynamic collection of resources for all users.
- Visit the Pacmax GitHub repository.
- Click the Fork button in the upper-right corner to create your own copy of the repository.
Run the following commands in your terminal:
git clone https://github.com/your-username/pacmax.git
cd pacmax
- Open the repos.yml file in your preferred text editor.
- Add your new repository entry following the existing YAML format, beneath
workflows:
will be the full URL of your Alfred workflow (note: we are working on adding more categories):
- https://github.com/gitatmax/pacmax/
- Ensure the YAML syntax is correct (indentation matters).
- Optionally, use a YAML linter to check for syntax errors.
- Verify that your changes follow the formatting style of the existing entries.
Run the following commands to commit your changes locally:
git add repos.yml
git commit -m "Add new repository entry to repos.yml"
Push your changes to your fork:
git push origin main
Then, on GitHub:
- Navigate to your forked repository.
- Click the Compare & pull request button.
- Provide a clear description of your contribution.
- Submit the pull request for review.
- our PR will be reviewed by the Pacmax maintainers.
- If any changes are requested, update your PR accordingly.
- Once approved, your contribution will be merged, and your repository will be featured on Pacmax.
If you have any questions or need further assistance:
- Open an issue on the Pacmax GitHub issues page.
- Contact one of the maintainers for guidance.
Happy contributing!