1.6 KiB
Contribute to Project X's Document
Contributions to Project X's Document are welcome, and we appreciate every Contributor's contribution! You guys make Xray stronger!
Improve Document
Document for Project X is hosted on GitHub.
You can submit your changes to the Document by following these steps:
-
Open the repository from Project X Document, click fork in the upper right corner, fork a mirror image of the document repository to your own GitHub repository.
-
Get a clone of the docs from the repository you cloned using whatever tool you like, like:
git clone https://github.com/XTLS/Xray-docs-next.git
- Create a new branch based on the main branch, such as:
git checkout -b your-branch
-
Make changes on the new branch.
-
After modification, please use PrettierFormat your changes.
Note: Pull requests with formatting issues may be rejected.
-
Submit the changes and push them to your repository
git push -u origin your-branch
-
Open GitHub, click 'Pull request' to submit a pull request to Project X Document.
-
Please outline the new/modified content of this pull request in the title and body of the pull request;
-
Waiting for a response, if the pull request is merged, your changes will be directly displayed on Project X Document Website.
Found Problems?
If you find an error in the document, you can improve the documentation or submit an issue.