How to contribute
Welcome to jaxplore.com—a Zola-based site! Contributions for the resources and notes sections are very welcome, whether you’re adding new content or improving existing materials.
No Technical Expertise Required
- Basic markdown knowledge sufficient
- No Zola-specific skills needed
Repository and Content Location
- Source Code: https://github.com/dorjeduck/jaxplore.com
- Content Files:
Steps to Contribute
Fork the Repository
Start by forking the https://github.com/dorjeduck/jaxplore.com to your account.Clone Your Fork
Clone the forked repository to your local machine:Create a New Branch
Create a branch to work on your changes:Edit or Add Content
- Use existing Markdown files as templates for new content.
- Edit or replace the content as needed.
- Save your file in the appropriate folder
Commit Your Changes
Save your work by committing the changes:Push Changes
Push your branch to your forked repository:Submit a Pull Request
- Open a pull request (PR) from your forked repository to the original repository.
- Include a brief description of your contribution in the PR message.
Thank you for contributing!