slorelee / wimbuilder2

wimbuilder with new UI & new syntax (hta+bat+vbs+js)
470 stars 105 forks source link

How to contribute the project? #9

Open slorelee opened 5 years ago

slorelee commented 5 years ago

1. download & install Git https://git-scm.com/downloads (IMPORTANT Setup Option: Configure the line ending conversions -> Checkout as-is, commit as-is)

2. download & install GUI Client(optional) https://git-scm.com/downloads/guis

recommand TortoiseGit for new git user. https://tortoisegit.org/

3. clone your project repository make an empty dir like "dev" start cmd.exe then type: git clone https://github.com/nonamemanSEO/wimbuilder2.git

or right click in the background of the folder, use the TortoiseGit menu: Git Clone ...

4. add my remote project repository(for latest version) go into dev\wimbuilder2 folder, then start cmd.exe and type: git remote add slore_origin https://github.com/slorelee/wimbuilder2.git

5. fetch the latest commit of mine start cmd.exe then type: git fetch --all

or right click contextmenu -> TortoiseGit -> Fetch ... select remote to -all-

6. create a branch from the latest version(without track[avoid to push to my repository by default]) git checkout -b trans-1 slore_origin/master --no-track

7. do some modification for new added file, TortiseGit -> Add ... everything(like:file encoding, line encoding) is under your control.

8. commit to your local branch "trans-1" right click contextmenu ->Git Commit -> "trans-1"

9. push to your remote branch right click contextmenu -> TortiseGit -> push ... default Local: trans-1 set Remote : origin

OK(need your username and password)

10. go to your project on github, create pull request https://github.com/nonamemanSEO/wimbuilder2 select "trans-1" branch, click "New pull request" button.

Thanks for your contribution : )

nonamemanSEO commented 5 years ago

OK~ I appreciate your hard work. Learning new things is my pleasure. I'll try it step by step. Good night ! ^____^

Matthew-Wai commented 4 years ago

Hi, slore! I am the same person as Matthew_Wai on http://bbs.wuyou.net/ Would you consider writing a step-by-step guide to using Wim Builder? I am a new member on http://bbs.wuyou.net/. All of my posts there have to be reviewed and approved by a moderator before they can be published, and the process may take a few hours. That is inconvenient.

Matthew-Wai commented 4 years ago

http://hello.wimbuilder.world/ The above page is in Chinese. Why not add a link to the English version? Non-Chinese people might also be interested in your project.