commandlineparser / commandlineparser/commandline

How to contribute to Wiki Documentation

Đang mở
#486 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
announcement documentation
Ngôn ngữ chính
C#
Star
4.8k
Fork
478
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

GitHub wikis are just Git repositories. Unfortunately contributors cannot fork the wikis through the GitHub UI, so while they can clone the wiki and make a change to the copy, they cannot submit a pull request.
A relatively easy workaround for this issue is to clone the wiki, do changes and send changes as Git Patches

Welcome to contributers to rich the wiki pages with examples

**How it works**

- Clone wiki documentation

git clone https://github.com/commandlineparser/commandline.wiki.git

- create a new branch, e.g "custome-help"

git checkout -b custome-help

- update/Add wiki pages

git add .
git commit -m "add custome-help.md"

- create Git Patch for your changes

git format-patch master --stdout > custome-page.patch

- Open a new Issue describing what changes in wiki , e.g
Wiki: Add a new custom-page.md page
Attach the patch file "custome-page.patch" as a zip file.

- Project maintainers will review the submitted patch file(s) of the wiki changes and merge it in the wiki Repo.

**Tips for wiki:**

- PR can contain wiki patche(s) for the new feature or fix with code example.
- You can provide code examples as an attached zip file.
- You can use [dotnetfiddle](https://dotnetfiddle.net) to show a working example.
- Review the current open issues related to the documentation and submit a wiki page with examples.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.