Update CONTRIBUTING doc for opening pull requests #2003

Merged
srijonsaha merged 1 commits from contributing-doc into master 3 years ago
srijonsaha commented 3 years ago (Migrated from github.com)

Add info about [ci skip] to avoid travis ci and commits should also be squashed.

Add info about `[ci skip]` to avoid travis ci and commits should also be squashed.
garrettluu (Migrated from github.com) reviewed 3 years ago
garrettluu (Migrated from github.com) left a comment

Looks good, I would just add a note about using git rebase to squash commits.

Looks good, I would just add a note about using `git rebase` to squash commits.
garrettluu (Migrated from github.com) approved these changes 3 years ago
garrettluu (Migrated from github.com) left a comment

Looks good to me!

Looks good to me!

Reviewers

The pull request has been merged as cdfe678571.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b contributing-doc master
git pull origin contributing-doc

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff contributing-doc
git push origin master
Sign in to join this conversation.
Loading…
There is no content yet.